Releases: PyvesB/AntiWorldFly
v2.3.12
v2.3.11
v2.3.10
Hello all,
I am the new maintainer of this repository. I plan to continue this plugin's development far into the future.
This contains the changes from 2.3.9 and 2.3.10.
Added: Add me as a maintainer in the info command an in the main class. Also added myself to 'authors' in plugin.yml
Added: Added the /awf world
command. Displays the world you are currently in to make /awf add/remove
easier to use. This will likely be replaced in a future update.
Fix: Ensure that colours are displayed instead of an ampersand and the colour code.
Fix: Stopped sending the 'awf-tip' to the console when the help command is run.
Fix: Switched the 'world' in /awf help
to <world>
for added clarity and for better looks in the console.
I will also be posting this on Bukkit and eventually Spigot when I gain access to the resource.
This was tested on 1.8.8, 1.12.2, and 1.16.4 and all seems to be working. If you encounter any issues don't hesitate to open an issue here on GitHub.
v2.5.2
Full Changelog: 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/
v2.5.1
What's Changed
- Update lang-DE.yml by @HerrMelodious in #29
- Created lang-CS.yml, Czech localization by @Shadowhackercz in #31
- Performance improvements by @jaapieaapie1 in #35
- Fix for #37 console spam.
New Contributors
- @HerrMelodious made their first contribution in #29
- @Shadowhackercz made their first contribution in #31
- @jaapieaapie1 made their first contribution in #35
Full Changelog: 2.5.0...2.5.1
v2.5.0 - WorldGuard Support
WorldGuard v7 Support
Adds flags flight-enabled
and elytra-enabled
While flags could be used in global regions, I don't recommend it as the listeners for flight-enabled are much less efficient than the ones used for normal flight blocking.
Lang file updates
This update adds 3 fields to the lang file.
- elytra-disabled-subtitle
- fly-disabled-region
- elytra-disabled-region
As always, help with translations is greatly appreciated!
bStats
I've added bStats, it can be disabled by setting "enable-bStats" to false in the config.
If you want to view the data, here's a link: https://bstats.org/plugin/bukkit/AntiWorldFly/13540
See also:
#12
v2.4.1
v2.4.0
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 f9a1d0d. 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