Version 0.11.5.12
As the rewrite seems pretty much dead for the forseeable future, and because I (EpicKnarvik97) want to keep developing the so-called legacy (my major rewrite of the plugin), I am moving updates back to the original plugin page:
https://www.spigotmc.org/resources/...our-mount-for-spigot-1-21-now-with-rgb.97784/
Fixes/improvements:
- Fixes gate verification incorrectly treating valid Stargates as invalid
- Improves the default permissions of players to allow personal creation of standard nether stargates, and general Stargate use.
- Adds three new permission groups for easier permission setup: stargate.group.admin, stargate.group.builder, stargate.group.player. The builder group allows creation and destruction of all Stargates, and usage of all options/flags except bungee portals. The player group is given by default and allows all portal travel, and creation of personal stargates.
- Fixes end gateways not teleporting players unless sneaking into the portal on newer Minecraft versions.
- Adds an error message in case Stargate detects some other plugin cancelled or interfered with its teleportation.
- Stops some debug output during startup when debug is disabled
- Option nosign has been renamed to invisible, including its permission node.
Code maintenance:
- Renames the silent option to quiet internally to better match the Q character used to enable the option.
- Replaces code for message formatting
- Improves some error messages
- Replaces some code with KnarLib implementations
- Updates some dependencies
- Restructures all event code, and improves Stargate protection
- Removes static permission strings, and removes redundancy in permission checking code