dependabot[bot]
73de0ff392
deps: bump commons-io:commons-io from 2.15.1 to 2.16.0 ( #266 )
...
Bumps commons-io:commons-io from 2.15.1 to 2.16.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 14:57:55 +01:00
dependabot[bot]
bb5ae0b741
deps: bump space.arim.morepaperlib:morepaperlib from 0.4.3 to 0.4.4 ( #263 )
...
Bumps space.arim.morepaperlib:morepaperlib from 0.4.3 to 0.4.4.
---
updated-dependencies:
- dependency-name: space.arim.morepaperlib:morepaperlib
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>
2024-03-27 12:55:31 +00:00
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>
2024-03-27 12:54:47 +00:00
dependabot[bot]
50d15e9580
deps: bump de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3 ( #265 )
...
Bumps de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3.
---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api
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>
2024-03-27 12:54:37 +00:00
William
93ab25bf44
deps: target ConfigLib on Maven Central
2024-03-16 19:57:06 +00:00
Preva1l
4c0addfd67
feat: PostgreSQL, Mongo Atlas & Replica Support ( #255 )
...
* 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
* added postgres support (closes https://github.com/WiIIiam278/HuskSync/issues/212 )
* add support for mongodb atlas, added atlas and postrgres to docs, update the config example in docs, also updates mongodb driver bc apparently i was special and very very out of data
* Rework how mongo connections are handled, **breaks config for mongo only**, allows for MongoDB Atlas, normal MongoDb AND MongoDB replica sets via the parameters in advanced mongo settings, added try and catch on all mongo operations so that it actually throws instead of a cutsie little warning
* small doc change
* whoops forgot to instantiate MongoCollectionHelper, and added missing step from docs for atlas users
* why thats a tad embarrassing (grammar mistake)
* add cluster id to `/husksync status`, shows "MongoDB Atlas" in status if using mongodb atlas
---------
Co-authored-by: William <will27528@gmail.com >
2024-03-16 12:50:26 +00:00
dependabot[bot]
501ea3f609
deps: bump org.json:json from 20240205 to 20240303 ( #254 )
...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java ) from 20240205 to 20240303.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
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>
2024-03-05 18:49:21 +00:00
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 >
2024-03-02 15:47:36 +00:00
dependabot[bot]
5a6ea2cffe
deps: bump com.github.Exlll.ConfigLib:configlib-yaml ( #251 )
...
Bumps [com.github.Exlll.ConfigLib:configlib-yaml](https://github.com/Exlll/ConfigLib ) from v4.4.0 to v4.5.0.
- [Release notes](https://github.com/Exlll/ConfigLib/releases )
- [Commits](https://github.com/Exlll/ConfigLib/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: com.github.Exlll.ConfigLib:configlib-yaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 13:45:37 +00:00
William
318aacd432
refactor: minor tidy up
2024-02-17 15:48:09 +00:00
Timon Michel
ba1b2ff62e
fix: improve event cancellation logic for better plugin compat ( #246 )
2024-02-17 15:43:32 +00:00
dependabot[bot]
c7e100a78a
deps: bump org.json:json from 20231013 to 20240205 ( #244 )
...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java ) from 20231013 to 20240205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
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>
2024-02-12 10:02:57 +00:00
William278
b9434a56e8
refactor: minor Bukkit platform refactors
2024-02-11 14:26:48 +00:00
William
267cf1ff35
fix: wrong URL on startup exception
2024-01-26 13:57:52 +00:00
William
c75114b858
deps: bump ConfigLib to 4.3.0
2024-01-26 13:40:46 +00:00
William
350a8b864d
fix: bad ConfigProvider logic
2024-01-26 00:00:18 +00:00
William278
9fc9e8caf4
refactor: use lombok in a few other places
2024-01-25 15:44:36 +00:00
William278
2e3db2fffa
refactor: use Guava methods in various places
2024-01-25 15:42:30 +00:00
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
2024-01-25 15:37:04 +00:00
William278
85706d97c5
refactor: move unregister to common API module
2024-01-24 23:32:35 +00:00
William278
685431a40d
api: add cross-platform API support
2024-01-24 23:25:37 +00:00
William278
9da3ff5281
build: Start minimizing built jars
2024-01-24 23:11:59 +00:00
William278
24453d0e1a
build: Require Java 17, Minecraft 1.17.1
2024-01-24 23:06:25 +00:00
William
414246f243
fix: Handle Bukkit objects that don't fully implement Keyed
2023-12-26 14:57:40 +00:00
William
29bd2e1319
feat: Add /husksync status report menu
2023-12-26 14:28:41 +00:00
William
2475a9b3c6
docs: Fix license headers
2023-12-26 12:49:07 +00:00
William
237abf9698
deps: bump adventure-platform to 4.3.2
2023-12-26 12:41:24 +00:00
William
8d2e5a6a52
fix: Enum#valueOf throwing on legacy stat-map conversion
2023-12-26 12:39:24 +00:00
William
d4f61bd646
refactor: catch Throwable, not Exception
2023-12-26 12:38:07 +00:00
William
2aa33b2f2c
fix: Improve accuracy of max health syncing #148
2023-12-21 18:30:40 +00:00
William
972fee1bc7
fix: Fix flight syncing sometimes failing, close #206
2023-12-21 17:34:01 +00:00
William
c2025350ba
fix: Optimize imports
2023-12-19 22:06:29 +00:00
William
4c2bb5c6df
fix: Get correct platform Audience for OnlineUsers
2023-12-19 22:06:13 +00:00
William
fb069296e1
refactor: Use native adventure implementation on Paper
2023-12-19 22:03:24 +00:00
William278
5ec0f1b098
Support MC 1.20.4, improve timestamp exceptions
2023-12-10 15:33:38 +00:00
dependabot[bot]
b3a5091828
Bump commons-io:commons-io from 2.15.0 to 2.15.1 ( #209 )
...
Bumps commons-io:commons-io from 2.15.0 to 2.15.1.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
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>
Co-authored-by: William <will27528@gmail.com >
2023-12-02 15:18:45 +00:00
dependabot[bot]
f1be4d2d88
Bump de.tr7zw:item-nbt-api from 2.12.0 to 2.12.1 ( #200 )
...
Bumps de.tr7zw:item-nbt-api from 2.12.0 to 2.12.1.
---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api
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>
2023-11-06 12:39:03 +00:00
dependabot[bot]
c973dc5f05
Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 ( #199 )
...
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP ) from 5.0.1 to 5.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES )
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.0.1...HikariCP-5.1.0 )
---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 12:38:17 +00:00
dependabot[bot]
b530941687
Bump dev.triumphteam:triumph-gui from 3.1.6 to 3.1.7 ( #197 )
2023-11-03 01:23:56 +00:00
dependabot[bot]
8d3beab145
Bump commons-io:commons-io from 2.14.0 to 2.15.0 ( #193 )
...
Bumps commons-io:commons-io from 2.14.0 to 2.15.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 14:48:18 +00:00
dependabot[bot]
93913ca4ef
Bump org.json:json from 20230618 to 20231013 ( #187 )
...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java ) from 20230618 to 20231013.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
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>
2023-10-16 15:58:16 +01:00
William
aa09639e55
Fix persisted locked map banner rotation
2023-10-15 14:46:56 +01:00
William278
b205643fdd
Fix duplicate cursor creation, close #185
2023-10-15 12:56:49 +01:00
William
2db3bb313f
docs: Add v4.9.2 MPDB converter warning
2023-10-13 17:00:01 +01:00
William
4d23377a18
Ensure #setContents always sets correct size
2023-10-11 19:02:46 +01:00
William
51116cbdfb
docs: Minor updates to links/legacy migration
2023-10-10 16:38:29 +01:00
dependabot[bot]
6831ce094d
Bump dev.triumphteam:triumph-gui from 3.1.5 to 3.1.6 ( #181 )
2023-10-10 02:20:44 +01:00
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
2023-10-10 00:10:06 +01:00
William
6d9e68a65b
sync: Terminate syncer connection before redis
2023-10-08 23:02:27 +01:00
William
2c33f3b0b4
stats: Add exception handling for legacy materials
2023-10-08 23:01:34 +01:00