-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Migrate to Configurate #4072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Migrate to Configurate #4072
Changes from 74 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
eb81ed6
Gradle setup for configurate
JRoy 11f763c
Add loading logic
JRoy a2186f9
Add save logic
JRoy 8e315ce
Add helper methods for fetching data
JRoy 3f368b9
Migrate Settings to Configurate
JRoy fd8d837
Removed unused method
JRoy 59c9fcc
Migrate EssentialsUpgrade to Configurate
JRoy bceeca5
Add helper method to remove a property
JRoy 0d97492
Convert over Jails, Spawns, and Kits
JRoy 90dbc63
Convert over EssentialsUpgrade
JRoy b79f25c
Clear jails and spawn cache on reload
JRoy d841325
Add copy header option
JRoy 4b2eb22
Convert over RandomTeleport
JRoy 860cf2f
Add better support for null (root) paths
JRoy 9f0ac9c
Convert over Warps
JRoy de7a529
Remove missed use of EssentialsConf in Settings
JRoy 754bc24
Convert over Worth
JRoy 9039947
Convert over CustomItemResolver
JRoy ae882ce
Add constructor param for resource class
JRoy 3ef2201
Convert over EssentialsGeoIPPlayerListener
JRoy d695903
Convert over UserManager
JRoy fefa826
Convert over XMPPManager
JRoy 7366c30
Convert over UserData
JRoy 3e2b7d8
Migrate over remaining uses of EssentialsUserConfiguration
JRoy 0ab5074
Merge branch '2.x' into feature/configurate
JRoy 9753eab
Fix NPE in EssentialsConfiguration#getLocation when section is null
JRoy 1951354
Merge remote-tracking branch 'origin/feature/configurate' into featur…
JRoy 186d4ec
Move relocated dependencies into common package
JRoy 59464e0
Merge remote-tracking branch 'origin/2.x' into feature/configurate
JRoy 8796f2c
Fix auto teleport never being read from userdata
JRoy e5fcf98
Add BigDecimal & Location serializers
JRoy 59e63c9
Fix tests
JRoy 8309138
Use default type serializers in addition to our own
JRoy 15a8d86
Create data holder for userdata
JRoy fb48b35
Create userdata name migrations
JRoy d58d4ea
Revert removal of unused UserData methods
JRoy 035fa0c
Include reference to timestamps section
JRoy 9f0e750
Add MaterialTypeSerializer
JRoy c62ab1d
This is what human suffering looks like
JRoy 5b60e32
Fix broken map saving
JRoy 27b23d9
Merge remote-tracking branch 'origin/2.x' into feature/configurate
JRoy 85046e8
Merge branch '2.x' into feature/configurate
JRoy 7df21c9
Upload tests to actions
JRoy b4a2c5f
Run always
JRoy 98391fd
aaaaaaaaaaaaaaaaaaaaaaaaa
JRoy e873512
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
JRoy ca0f7db
FeelsWeirdMan
JRoy 03a164c
Remove unused parameter in Warps
JRoy b0864d6
Restore build.yml
JRoy 44a4dbf
Merge branch '2.x' into feature/configurate
JRoy f407654
Merge branch '2.x' into feature/configurate
JRoy 95765b8
Merge branch '2.x' into feature/configurate
JRoy 3f928a4
Merge branch '2.x' into feature/configurate
JRoy 6bba14f
Merge branch '2.x' into feature/configurate
JRoy 44b2daa
Update Essentials/build.gradle
JRoy 1f61268
Update Essentials/src/main/java/com/earth2me/essentials/EssentialsUpg…
JRoy a5c2018
Update Essentials/src/main/java/com/earth2me/essentials/EssentialsUpg…
JRoy 3268006
Update Essentials/build.gradle
JRoy 4688fdc
Merge branch '2.x' into feature/configurate
JRoy e4ae4ef
Re-add custom property "api"
JRoy bbcb0b5
Remove unused interface
JRoy d961c5c
Remove outdated comment
JRoy 19a4377
Make upgrade method more descriptive
JRoy 91dc4cc
Upgrade VaultEconomyProvider to Configurate
JRoy 6e898ee
Reclarify comment in Kits
JRoy 3388391
Merge branch '2.x' into feature/configurate
JRoy a9988fd
Merge branch '2.x' into feature/configurate
JRoy b71c4b7
Fix XMPP access to relocated classes
JRoy af47a97
Update Essentials/src/main/java/com/earth2me/essentials/api/IJails.java
JRoy 5b0074a
Merge remote-tracking branch 'origin/2.x' into feature/configurate
JRoy 878fbb7
Apply suggestions from code review
JRoy 7a1a989
Make a less troll-y command cost map
JRoy 7047f43
Make zml happy in createkit command
JRoy 9a4c4d4
Merge branch '2.x' into feature/configurate
JRoy b7dfc04
Fix checker-qual scope + remove its relocation
JRoy 13f614d
Merge branch 'feature/configurate' of https://github.com/JRoy/Essenti…
JRoy 3de18d8
Prevent small amounts of trolling
JRoy badc9c5
Merge branch '2.x' into feature/configurate
JRoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.