Fixes issues with the FancyMessageSender in MCShared which was causing title and chat messages to work incorrectly on Paper and its forks.
Full Changelog: 2.5.3...2.5.4
Build source: https://ci.sidpatchy.com/buildConfiguration/AntiWorldFly_Build/1303?mode=builds&buildTab=artifacts#%2FAntiWorldFly.jar
Adds command autocompletion.
Fixes the clickable for /awf world in the help command. Previously it was executing /awf remove world.
Full Changelog: https://github.com/PyvesB/AntiWorldFly/compare/2.5.2...2.5.3
NOTICE
This file is only uploaded for legacy users. It is the final version that supported Spigot/Bukkit 1.7.10.
All newer versions require APIs provided by Spigot.
Update Notes
This update adds quite a few features people have been requesting for quite some time. It also includes changes to the permission system and some quality of life stuff.
Elytras:
- Elytra blocking. (Can sometimes be bypassed while the server is lagging.)
- Perms:
antiworldfly.elytra.*
- Grants the player to use the elytra in ALL blocked worlds.antiworldfly.elytra.<world>
- Grants the player to use the elytra in a specific blocked world.
- Added
disableElytra
to the config file, must be set to true to disable elytras
- Perms:
Flight:
- Added per-world flight bypass perms
antiworldfly.fly.<world>
- allows the player to bypass flight restrictions in the specified world- Changed
antiworldfly.fly
toantiworldfly.fly.*
. Both still work, however I recommend using the latter.
Misc. Changes:
- Fixed prefix removal, the error came because of a backwards statement introduced in commit https://github.com/PyvesB/AntiWorldFly/commit/f9a1d0de2578427a6abf0d9fca93e24ea593b23a. The chat prefix will actually show up now, it makes this look quite a bit more professional.
- Removed the plugin prefix from the lines of the help command, it looked a little cluttered
- Change colour of "AntiWorldFly" in the help command header to '&7' instead of '&9' to make it stand out a bit more.
- Renamed classes for clarity
Full Changelog: https://github.com/PyvesB/AntiWorldFly/compare/2.5.1...2.5.2
Fixes #38. There was an issue with the logic for detecting whether WorldGuard was present.
Build from: https://ci.sidpatchy.com/job/AntiWorldFly/14/