Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.24 KB

File metadata and controls

22 lines (13 loc) · 1.24 KB

Java Gradle License Bukkit

Areas where it is currently better than the original version

  • It has changed from protecting an entire block to not protecting below sea level (don’t worry, this y-axis is based on the blocks stepped on when the block was created).

  • Remove the restriction that only letters and numbers can be used for territory names, and change it so that all characters can be used as territory names (you can even use a flag as a territory name UWU)

  • Import more language files during plugin initialization instead of just English. Also fix the issue where the set-lang command does not work.

  • Optimize the loading interface so that it looks simple yet sophisticated.

  • Upgrade the plugins it relies on to make them work better

  • Added support for SquareMap (user James-P-Bennett)

  • Optimize BlueMap display (user draugael)

  • Fixed the issue where cPlayer could be null in certain situations and added a cPlayer check