Fixed: An issue where item icons would not load correctly on first plugin startup due to config initialization order. The correct material icons will now appear as expected when the plugin loads for the first time.
New Gamerules Added
Added the allowFireTicksAwayFromPlayer, locatorBar, and tntExplodes gamerules.
You need to add these entries to your config.yml file to enable the new gamerules and their icons:
Code (YAML):
allowFireTicksAwayFromPlayer: "&7Whether fire and lava ticks can occur \n&7outside of an 8 chunk range of a player." locatorBar: "&7A UI element on the player HUD that displays \n&7the direction of other players in the world.\n&7It is displayed in place of the experience bar." tntExplodes: "&7Whether TNT explodes after activation."
# And under the gameruleItems, these: allowFireTicksAwayFromPlayer: CAMPFIRE
locatorBar: COMPASS
tntExplodes: TNT