William
|
12e223618d
|
refactor: data save event order processing, use new method in DataSyncer (#243)
* fix: fire DataSaveEvent before disconnect
* fix: revert rename `addSnapshot`
* docs: mention `addSnapshot` firing the API event
* refactor: use DataSyncer method for event saving, close #242
* fix: trailing semicolon
|
10 months ago |
William278
|
f6773f4e68
|
build: bump to 3.3.2
|
10 months ago |
William278
|
b9434a56e8
|
refactor: minor Bukkit platform refactors
|
10 months ago |
William
|
325fac41bf
|
deps: bump junit to 5.10.2
|
10 months ago |
William
|
87377bffc1
|
docs: update FAQs
|
10 months ago |
William
|
c6fb7fb10f
|
fix: preserve order of saved items to keep, close #186
|
10 months ago |
William
|
c2ae9bd20a
|
build: bump to 3.3.1
|
10 months ago |
William
|
e580c4f2bd
|
fix: LOCKSTEP preventing offline inv updates, close #229
|
10 months ago |
dependabot[bot]
|
dabd9bc57d
|
ci: bump gradle/gradle-build-action from 2 to 3 (#235)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
10 months ago |
William
|
fa7f6f0d6e
|
fix: exception when reading server defaults
|
10 months ago |
William
|
267cf1ff35
|
fix: wrong URL on startup exception
|
10 months ago |
William
|
08944ffd35
|
refactor: update a few config comments
|
10 months ago |
William
|
c75114b858
|
deps: bump ConfigLib to 4.3.0
|
10 months ago |
William
|
350a8b864d
|
fix: bad ConfigProvider logic
|
10 months ago |
William278
|
df0bd7a7cb
|
refactor: actually don't use lombok for API just yet
|
10 months ago |
William278
|
9fc9e8caf4
|
refactor: use lombok in a few other places
|
10 months ago |
William278
|
2e3db2fffa
|
refactor: use Guava methods in various places
|
10 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
|
a9bd4dd2f0
|
build: stop trying to be clever with gradle publishing
if 'i aint readin allat' was a build scripting language
|
10 months ago |
William278
|
85706d97c5
|
refactor: move `unregister` to common API module
|
10 months ago |
William278
|
f7e3104e6b
|
build: remove unnecessary "plugin" module
|
10 months ago |
William278
|
f56d7f6113
|
docs: Fix API platforms section typo
|
10 months ago |
William278
|
685431a40d
|
api: add cross-platform API support
|
10 months ago |
William278
|
9da3ff5281
|
build: Start minimizing built jars
|
10 months ago |
William278
|
24453d0e1a
|
build: Require Java 17, Minecraft 1.17.1
|
10 months ago |
William278
|
280e90e297
|
refactor: use guard clause in thread unlock logic
|
10 months ago |
Rubén
|
31920d056d
|
refactor: Reconnect to Redis when connection lost (#230)
* Add redis reconnection
* Add separated method to handle thread unlock
* Add reconnection time constant
|
10 months ago |
William278
|
6641e11fd9
|
fix: high latency redis environments firing data updates twice
|
10 months ago |
William278
|
66bbde0b5d
|
command: update translator credits in AboutMenu
|
10 months ago |
WinTone01
|
7dde6423e4
|
Update tr-tr.yml (#228)
|
10 months ago |
William278
|
0eac12e3f8
|
locales: Add id-id, courtesy of Wirayuda5620
|
10 months ago |
Wirayuda5620
|
5df58e4ef9
|
Update HuskSyncCommand.java AboutMenu
hehe 😋
|
10 months ago |
Wirayuda5620
|
4a6583d8bd
|
Indonesian translation for HuskSync
|
10 months ago |
jhqwqmc
|
059ee6f660
|
locales: Update zh-cn.yml (#224)
Correction
|
11 months ago |
William
|
414246f243
|
fix: Handle Bukkit objects that don't fully implement `Keyed`
|
11 months ago |
William
|
a3e269c00b
|
docs: document `/husksync status`
|
11 months ago |
William
|
bf9f29ffe9
|
refactor: Improve display of `/husksync status`
|
11 months ago |
William
|
29bd2e1319
|
feat: Add `/husksync status` report menu
|
11 months ago |
William
|
2475a9b3c6
|
docs: Fix license headers
|
11 months ago |
William
|
2a52cc9086
|
ci: bump github-wiki-action to v4
|
11 months ago |
William
|
237abf9698
|
deps: bump adventure-platform to 4.3.2
|
11 months ago |
William
|
adbc264532
|
Merge remote-tracking branch 'origin/master'
|
11 months ago |
jhqwqmc
|
f9cfec7d03
|
Update zh-cn.yml (#220)
|
11 months ago |
William
|
29805bfe04
|
docs: bump to 3.2.1
|
11 months ago |
William
|
8d2e5a6a52
|
fix: `Enum#valueOf` throwing on legacy stat-map conversion
|
11 months ago |
William
|
d4f61bd646
|
refactor: catch `Throwable`, not `Exception`
|
11 months ago |
William
|
55173be04b
|
docs: More on updated default sync mode
|
11 months ago |
William
|
e7078c9542
|
docs: Document updated default sync mode
|
11 months ago |
William
|
2aa33b2f2c
|
fix: Improve accuracy of max health syncing #148
|
11 months ago |
William
|
972fee1bc7
|
fix: Fix flight syncing sometimes failing, close #206
|
11 months ago |