Skip to content

5.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Dec 06:00
· 26 commits to main since this release
72ee0d5

What's Changed

  • Implement display message for destination instances to improve teleport command output by @benwoo1110 in #3360
  • Implement ConcurrentPlayerWorldTracker to allow for async online player names and worlds lookup by @benwoo1110 in #3359
  • Add a silent flag to turn off teleport output message by @benwoo1110 in #3364
  • Minor perf improvement to suggestDestinationsWithPerms by @benwoo1110 in #3368
  • Add simplified destination tab completion configuration option by @benwoo1110 in #3369
  • Register permission with its wildcards explicitly by @benwoo1110 in #3372
  • Remove unnecessary blank line in CloneWorldOptions.java by @benwoo1110 in #3381
  • Refactor Attempt interface to remove default method implementations and enforce contract by @benwoo1110 in #3382
  • Better error message for teleport command when no players match selectors by @benwoo1110 in #3380
  • Fix ambiguous error message with issue aware args is not found by using maxArgForAware by @benwoo1110 in #3384
  • Fix selectors spamming stacktrace and improve invalid format message by @benwoo1110 in #3387
  • Refactor world manager methods with better use of streams and option by @benwoo1110 in #3383
  • Add purpur as a supported loader tag on modrinth by @benwoo1110 in #3388
  • V5.4 by @benwoo1110 in #3361
  • Add player count placeholder by @benwoo1110 in #3390
  • Sort plugin list alphabetically for dumps by @benwoo1110 in #3391
  • Add more useful common regex patterns by @benwoo1110 in #3393
  • Make world name matching case-insensitive to follow papermc behvaiour by @benwoo1110 in #3394
  • Refactor configuration node on set callbacks to split up load and change events by @benwoo1110 in #3395
  • Properly localise message replacement even if message itself is not localised by @benwoo1110 in #3399
  • Add maxArgForAware flag to gamerule commands for improved argument handling by @benwoo1110 in #3398
  • Remove config saving on plugin disable by @benwoo1110 in #3397
  • Default spawn rate and limit to "unset" instead of server wide's default by @benwoo1110 in #3396
  • Add restart message for config options that only applies after a server restart by @benwoo1110 in #3400
  • Update platforms supported version for 1.21.11 by @benwoo1110 in #3401
  • Always fire onChange for node even if old and new values may be equal by @benwoo1110 in #3402

Full Changelog: 5.3.4...5.4.0