Skip to content

The lost Update

Compare
Choose a tag to compare
@ChagnonSebastien ChagnonSebastien released this 27 May 06:17
· 17 commits to master since this release

CubeRunner v2.4.1

Upgrading

If upgrading from an earlier version, follow v2.4 upgrade instructions.
If upgrading from v2.4 :

  1. Stop server
  2. Copy this jar over the old jar
  3. Restart server
  4. You should be done!

Enhancements

  • The plugin is now compatible with every craftbukkit and spigot versions! No longer a zip file with multiple plugin jar files inside.
  • Elytras are now blocked on 1.9.0 and above servers during games.
  • Added scoreboards
  • Blocks now spawn directly above the player, like in the original version made out of command blocks
  • Added an option in the config to clear the inventory of the player before joining a game and returning it to the player after he leaves it or after the game ends.
  • Anti-Hide System. On laggy servers, there were sometimes gaps under fallen solid blocks. Players are no longer able to hide under those.
  • WAY less lag when spawning blocks. Improved the block spawning position calculator and the player stats management.
  • Better signs! Now are stored in files/database and will automaticlly be updated on server language change or language file edit.
  • Join and play signs now display the game state of it's arena and player count when ready for a new game.
  • New top sign that displays the best player in it's arena. Tu create one, write "[cr]" on the first line, "top" on the second and the arena's name on the third. On right click, also displays in the chat the best score.
  • Player count is now displayed int the join gui when the arena is ready for a new game.
  • Join gui page management is not more aesthetic and easy to use.
  • Added an autostart when the minimum amount of player in a arena is reached. This option that can be disabled in the config.
  • Added broadcasts at the end of singleplayer games.
  • Added broadcasts at the end of multiplayer games.
  • Added options to disable all or some broadcasts in the config.
  • Added option to set commands to be executed by the console at the end of a game with multiple placeholders.
  • Added tab-completion for all CubeRunner's commands.
  • Added compatibility with the plugin ColorShuffle where the wool falling blocks were not turning into wool solid blocs when landing on the ground.

Bug Fixes

  • [Minor] Titles were being displayed for too long
  • [Minor] Blocks were falling out of arena if the player joined the game less than a tick after the end of the last one
  • [Minor] Experience points were not given back to players after the end of a game if joining the game from another world with a different inventory (multi-inv, Multiverse-inventories, or other similar plugin)
  • [Major] Arenas were not loading when enabling the plugin.
  • [Minor] Trying to create a new arena with a name longer than 12 characters was trowing errors.
  • [Major] MySQL database queries were not compatible to some database versions.
  • [Minor] When a player was eliminated for hiding, all players were spammed the elimination message every tick until the end of the game.