Skip to content

Latest commit

 

History

History
120 lines (85 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

120 lines (85 loc) · 12.5 KB

Changelog

2.19.2 (2023-08-03)

Bug Fixes

  • cause check should return true on granting (#397) (f29bc74)

2.19.1 (2023-08-03)

Bug Fixes

  • charge money on deposit (#394) (fe60b25)
  • consider uppercase when checking for disallowed colors (#391) (503d679)

2.19.0 (2023-07-27)

Features

Bug Fixes

  • added clan suggestion in staff bb commands (#359) (442096e)
  • async permission reset & category deletion (#347) (7eb748b)
  • bump JDK to 16 (e368ead)
  • bungee: removes players from clan on delete (0258a75)
  • bungee: updates kills count immediately (ed243f7)
  • default username-regex (bf1033a)
  • discord: permission overrides reset only existing members (#349) (8a35293)
  • display hex message on bulletin board (#365) (0b74355)
  • invalid colors being used in tags (2850e59)
  • invalid colors being used in tags, pt. 2 (f98868c)
  • migrates land permissions on GP claim resize (2f4ad00)
  • NPE on EntityDamageByEntityEvent listener (LandProtection) (524e407)
  • players not able to break vehicles/exit horses (86d4fac)
  • players not able to sleep on beds (WorldGuard) (e9ec283)
  • players not able to strip logs/fertilize blocks (5021b8a)
  • players not able to use water buckets (WorldGuard) (807d39a)
  • players unable to interact with armor stands, paintings, etc (61dcb3d)
  • possibly fixes CME on SpyChatHandler (8a05dbb)
  • prevent clan name renaming with colors (#374) (7fcb964)
  • remove abandoned channels before validating (#348) (5f519c4)
  • resets error message when validating a clan tag (#383) (8269d80)
  • sets duplicate names to something unique (046aa1d)
  • tnt explosion doesn't count a kill (#381) (57b9987)
  • view permission applies only to cached channels (#346) (1850701)

Performance Improvements

  • discord: remove discord channels from creation (#353) (36084db)

Documentation

  • author tag isn't available at methods (f5d547a)
  • updated version in README (#343) (718868b)

2.18.1 (2022-11-29)

Bug Fixes

  • added check for clan_member on land commands (fc81e76)
  • attempt at fixing NPE on getAllClanPlayers (26ba9f7)
  • bungee: error deserializing clan banners (56c7908)
  • channel auto creation setting not respected on join/link (7f9d133)
  • default ranks were getting re-added on config load (7a37382)
  • missing getHandlerList on HomeRegroupEvent (#338) (8fa465d)
  • money was not given back when channel creation failed (#336) (d8cb61b)
  • wrong path of discord economy section (#334) (3f1b06d)

2.18.0 (2022-10-14)

Features

  • add help-size config (25197cd)
  • added method for registering protection providers (2ea7444)
  • adds permission to bypass the teleport delay (d56a0a9)
  • adds PlayerHomeClearEvent (becb88b)
  • adds starter-ranks (a440834)
  • Improves Bungee support (#327) (2c9b0f9)
  • lang: new crowdin updates (#319) (87ece22)

Bug Fixes

  • changes size of some frames for better visualization on Bedrock (1adec0b)
  • ConfigurationSerializableAdapter NPE (30a501c)
  • getPastClans() preserves the insertion order (af07988)
  • NoClassDefFoundError in WorldGuard6Provider (a859928)
  • NPE while collecting fees (c47289c)
  • NPE while purging data (f14c425)
  • NPE while sending a message to spies (#322) (e7f756f)
  • removes duplicate /clan from help (f7e7ec6)
  • removes rank and join date on disband (2a1ad5b)
  • set useSSL to false (f484bc1)
  • supports '.' and '*' as username prefix by default (37f0ecf)
  • updates join date when joining a clan (#326) (96a13d8)

Performance Improvements

  • improved UUID lookup performance (4ab53d1)