Configuration comments, fixes, command and other fixes #90

Merged
NorbiPeti merged 11 commits from dev into master 2020-02-01 19:11:40 +00:00
NorbiPeti commented 2020-01-31 21:34:05 +00:00 (Migrated from github.com)
  • Using Essentials teleport for /spawn to support warmup/cooldown (#77)
  • Test mode is now off by default (#79)
  • Only saving the config if it changed and other config fixes (#83)
  • Added a warning for RandomTP if the world border is too large (#70)
  • Implemented config comments with the help of Towny's CommentedConfiguration
    • Works with global and component configs as well
  • Checking if there are any errors on (re)loading the config
  • Not enabling certain components by default
  • Introduced ListConfigData, which can detect list changes and save it properly (#87)
  • Removed old command system completely
  • Fixed permission issue without perm plugin (#74)
  • Checking Bukkit perms if Vault says no, so PEX works with default perms (#80)
    • Most of the time it just means checking the perm plugin twice since the PermissibleBase is injected usually
  • Fixed command blocks not being allowed to run mod-only commands (#86)
* Using Essentials teleport for /spawn to support warmup/cooldown (#77) * Test mode is now off by default (#79) * Only saving the config if it changed and other config fixes (#83) * Added a warning for RandomTP if the world border is too large (#70) * Implemented config comments with the help of Towny's CommentedConfiguration * Works with global and component configs as well * Checking if there are any errors on (re)loading the config * Not enabling certain components by default * Introduced ListConfigData, which can detect list changes and save it properly (#87) * Removed old command system completely * Fixed permission issue without perm plugin (#74) * Checking Bukkit perms if Vault says no, so PEX works with default perms (#80) * Most of the time it just means checking the perm plugin twice since the PermissibleBase is injected usually * Fixed command blocks not being allowed to run mod-only commands (#86)
Sign in to join this conversation.
No description provided.