Skip to content

Releases: PyvesB/AntiWorldFly

v2.5.4

Choose a tag to compare

@Sidpatchy Sidpatchy released this 10 Feb 21:34

v2.5.3

Choose a tag to compare

@Sidpatchy Sidpatchy released this 10 Feb 02:19

Adds command autocompletion.

image

Fixes the clickable for /awf world in the help command. Previously it was executing /awf remove world.

Full Changelog: 2.5.2...2.5.3

Build source

Also available on:

v2.3.12

Choose a tag to compare

@Sidpatchy Sidpatchy released this 24 Dec 08:32
2743a49

Switch Spigot links back to original Spigot resource listing.

v2.3.11

Choose a tag to compare

@Sidpatchy Sidpatchy released this 21 Dec 17:27
2743a49

Fix: Change update download location to the new Spigot resource page
Added: Lang file updater for changes made in v2.3.10

Changed the default values under antiFlyWorlds in config.yml

Edit: recompiled with updated version numbers as found this commit

v2.3.10

Choose a tag to compare

@Sidpatchy Sidpatchy released this 20 Dec 17:28
2743a49

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

Choose a tag to compare

@Sidpatchy Sidpatchy released this 28 Feb 22:58

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

Choose a tag to compare

@Sidpatchy Sidpatchy released this 17 Aug 19:09

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

v2.5.0 - WorldGuard Support

Choose a tag to compare

@Sidpatchy Sidpatchy released this 13 Dec 17:22

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

Choose a tag to compare

@Sidpatchy Sidpatchy released this 30 Jun 03:04

No feature changes, just updating MCShared to use changes required for 1.17 support.

Additionally, I apologize for this taking so long to update. I've been busy with life things and I didn't have the time to update MCShared.

v2.4.0

Choose a tag to compare

@Sidpatchy Sidpatchy released this 22 Jan 19:51
12b52ae

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

Flight:

  • Added per-world flight bypass perms
    • antiworldfly.fly.<world> - allows the player to bypass flight restrictions in the specified world
    • Changed antiworldfly.fly to antiworldfly.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