0.2.37

Details

  • Filename
    BedWars-0.2.37.jar
  • Uploaded by
  • Uploaded
    Apr 7, 2025
  • Size
    1.57 MB
  • Downloads
    423
  • MD5
    0d4b4ce69a70432c602ca954e6748deb

Supported Bukkit Versions

  • 1.21.5
  • 1.21.1
  • 1.21.3
  • 1.21.4
  • 1.20.6
  • 1.20.4
  • 1.20.2
  • 1.20.1
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1

Changelog

Additions:

  • Added 1.21.5 support.
  • New placeholders were added to access data in the built-in score-ordered scoreboard. Replace <position> with a number indicating the ranking spot you want to access.
    • %bedwars_leaderboard_score_<position>_name% - Returns the name of the player.
    • %bedwars_leaderboard_score_<position>_uuid% - Returns the UUID of the player.
    • %bedwars_leaderboard_score_<position>_deaths% - Returns the number of deaths.
    • %bedwars_leaderboard_score_<position>_destroyed_beds% - Returns the number of destroyed beds.
    • %bedwars_leaderboard_score_<position>_kills% - Returns the number of kills.
    • %bedwars_leaderboard_score_<position>_loses% - Returns the number of losses.
    • %bedwars_leaderboard_score_<position>_score% - Returns the total score.
    • %bedwars_leaderboard_score_<position>_wins% - Returns the number of wins.
    • %bedwars_leaderboard_score_<position>_games% - Returns the total number of games played.
    • %bedwars_leaderboard_score_<position>_kd% - Returns the kill/death ratio.
  • Items in shop with tag defined can now also have DataVersion defined. If the data version of the server changes, the item is upgraded in memory using Minecraft's DataFixerUpper before being loaded.
  • Updated translations:
    • Japanese - kinoko2k
    • Chinese (Simplified) - baiyuxiang12
    • German - ZephyrDE
    • Russian - notfoundname
    • Spanish, Hungarian, Italian, Polish, Portuguese (Brazil) and French were updated with suggestions from anonymous users

Changes:

  • /bw dump now dumps to pastes.dev by default instead of paste.gg, as that service is more reliable.
  • destroy-placed-blocks-by-explosion-except is no longer case sensitive.
  • /bw join (without arena name) now uses the same algorithm as bungee mode to select a random game.
  • The default value of useParent in command /bw admin <arena> store add <name> <file> <useParent> is now false.
  • When creating a new arena, stores and spawners are no longer needed if saved using /bw admin <arena> save force

Fixes:

  • Fixed invalid link being shown when recommending updating Java.
  • Fixed possible crash on plugin load if the statistics file was incorrectly wiped.
  • Fixed an error when sending a player to another bungeecord server.