Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

[BETA] 2.0.0 RE-CODE

Compare
Choose a tag to compare
@Invvk Invvk released this 16 Oct 14:01
· 114 commits to main since this release
7dbe692

NOTE: THIS IS A BETA RELEASE, PLEASE REPORT ISSUE IN THE ISSUE TRACKER

Plugin has been fully re-coded.

Changelog

After the re-code some parts were removed and some parts were improved.

Flags that were removed

  • Removed flag PLAY_SOUNDS.
  • Removed flag MYTHICMOB_EGGS.
  • Removed flag RESPAWN-LOCATION.
  • Removed flag CHUNK_UNLOAD.
  • Removed flag JOIN_LOCATION.
  • Removed ForcedState from glide flag.
  • Removed WorldGuard v6 support.

Changes

  • Switched from maven to gradle.
  • Made the plugin automatically inject the classpath into allowed-plugins if the server is using FAWE (FastAsyncWorldEdit).
  • Re-added allow/deny block break/place flags.
  • Chat prefix/suffix now has a space in between messages.

Bug Fixes

  • Fixed a bug were players can glide by spamming the space bar in denied regions (rare case).
  • Fixed #1 related to allow/deny block place/break protection (related to #152).
  • Fixed a bug were players can fly after switching gamemode from creative to survival then back to creative.
  • Fixed a bug were players can get boost from fly after they get denied to fly.
  • Fixed a bug were players with permissions (op or admin rights) can't place nether portals in disallowed region.
  • Fixed a bug were players walk-speed and/or fly-speed doesn't reset on server stop.
  • Fixed a bug were players can still get the blocked effects by having another player throw a potion from outside the region.
  • Fixed a bug related to FAWE not working correctly with WORLDEDIT flag.