Disables block gravity and makes it togglable (FS-89) (#50)

* Disables block gravity by default (FS-89)

* Combine these checks as Codacy ever so kindly suggested
This commit is contained in:
Video
2021-04-19 01:34:36 -06:00
committed by GitHub
parent 20c2c4c96e
commit 2cdf1e66a6
4 changed files with 21 additions and 1 deletions

View File

@ -34,6 +34,7 @@ public enum ConfigEntry
ALLOW_RESPAWN_ANCHORS(Boolean.class, "allow.respawnanchors"),
AUTO_TP(Boolean.class, "allow.auto_tp"),
AUTO_CLEAR(Boolean.class, "allow.auto_clear"),
ALLOW_GRAVITY(Boolean.class, "allow.gravity"),
//
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
//