Commit Graph

21 Commits (master)

Author SHA1 Message Date
InkerBot 29d8f2ecf4 add legacy support 3 months ago
William 0f7a866652
test: bump test deps to 1.21.1 3 months ago
William 75a2378ea8
feat: deprecate Toast notifications 3 months ago
William efb6d8a7de
deps: bump lombok and commons 5 months ago
William 79d9778378
deps: bump Uniform to 1.2.1 5 months ago
William 2fcd58fc18
feat: correctly apply keyed attribute modifiers, close #326
We need to construct attributes with their key if possible to avoid stacking. Uses reflection :( to do this.

Also adds a bit of error checking to health scale syncing
5 months ago
William 8105ac27fc
deps: bump Uniform to 1.1.8
Fixes startup NPE fetching usage text
5 months ago
William 44f251a948
deps: bump Uniform to 1.1.7
Adds usage text to bukkit & legacy Paper commands
5 months ago
William 463e707d27
deps: bump Uniform to 1.1.6 5 months ago
William 2d85910744
deps: bump Uniform to 1.1.5 5 months ago
William e29564c4ad
deps: bump Uniform to 1.1.4
Fixes namespaced-backed commands being missing
5 months ago
William f0574527b9
build: bump gradle to 8.8, uniform to 1.1.3 5 months ago
William ad510a8fca
deps: bump uniform to 1.1.2 5 months ago
William 303b287705
deps: bump uniform to 1.1.1 5 months ago
William 0e706d36c4
refactor: use Uniform for native command support (#323)
* refactor: use Uniform for commands

* refactor: remove commodore

* fix: update Uniform, fix commands

* fix: bump uniform, fix commands on fabric

* feat: use new Uniform command permission system

* test: target 1.21
5 months ago
dependabot[bot] ccd7601a0e
deps: bump org.projectlombok:lombok from 1.18.30 to 1.18.32 (#264)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...v1.18.32)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Preva1l 67dddf0cfa
feat: Add support for MongoDB data storage (#250)
* Started impl for mongo

* added docs

* refactor of the mongo code, made mongodb artifacts download at run time, tested and working

* complete all change requests

* remove mongo and bson from relocations as they arnt needed

* changed the config

* updated docs

* not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null not null

---------

Co-authored-by: William <will27528@gmail.com>
9 months ago
William 530b3ef24d
refactor: Migrate from BoostedYaml to Exll's ConfigLib (#233)
* feat: start work on moving to Exll's configlib

* refactor: Fully migrate to Exlll's configlib

* refactor: Optimize imports
10 months ago
William278 9da3ff5281 build: Start minimizing built jars 10 months ago
William fb069296e1
refactor: Use native adventure implementation on Paper 11 months ago
William 7db3ed678f
Paper plugin support, save player itemsToKeep rather than drops if not empty (#179)
* Paper plugin support, save itemsToKeep if present, close #172

* Fixup wrong packages, suppress a warning

* Update docs, add settings for death saving, reorganise config slightly

* Improve default server name lookup

* docs: Add note on Unsupported Versions

* docs: Minor Sync Modes tweaks
1 year ago