- Update to 1.18.2
- Update to 1.18
- Added wololo gamerule
- When disabled, Evokers won't turn blue sheep into red sheep.
- Added text formatter similar to Essentials
- Updated nicknames to V2
- Uses new text formatter
- Added lore command
- Added classicFluid gamerule
- Water/lava behaves as it did in classic (all source blocks)
- Added classicSponges gamerule
- Sponges no longer get wet, doesn't let water within 2 blocks
- Added alphaTnt gamrule
- Punch a TNT to light it, punch it again to break it
- Added netherWater gamerule
- Allows you to place water in the nether
- Added infinityArrowCount
- Allows you to control how many arrows you need in your inventory for infinity to take place (max: 64)
- Made PlaceHolder api namespaces for all gamerules, accessible with ext:<rule> where <rule> is the gamerule name, but all lowercase
- Added support for the PlaceHolder API, nicknames are accessible under the
ext:nickname
namespace. - Fixed a bug not disabling RCH when gamerule was disabled
-
Readded nickname commands
-
Added home commands
(only accessible if gamerule homeEnabled is true)
-
Added tpa commands
(only accessible if gamerule tpaEnabled is true)
New in this release:
- /fly
- Allows admins to fly (Requires permission lvl 4)
- Merged code from Oliver-makes-code/simple-fly-command
- soupAxolotl, rightClickHarvest, creeperExplosions gamerules
- soupAxolotl
- Axolotls cycle through variants while named "Soup" or "soup"
- rightClickHarvest
- Right click a crop at full growth and it will drop the contents and replant
- Merged code from Oliver-makes-code/simple-right-click-harvest
- creeperExplosions
- Toggles creeper explosions
- Merged code from Oliver-makes-code/disable-creeper-explosions
- soupAxolotl
- Removed /nickname due to ongoing issues
- Fix doubling enchantments in enchantment table
#Initial Release