Skip to content

Releases: endercrest/ColorCube

V0.8.0 (Compatibility Update)

21 Mar 15:37

Choose a tag to compare

This update contains a core update that has added in Spigot 1.8.8 Support.

When installing on Spigot 1.8.8, it is highly recommend to install BossBarAPI as well. This will add better support and less bugs with the BossBar. If it is not installed, then bar might flash sometimes.

Other than adding backwards compatibility, there are no other features added to this update.

V0.8.0-R1-SNAPSHOT (Compatibility Update Snapshot)

16 Mar 01:29

Choose a tag to compare

This update rewrite compatibility systems to add 1.8.8 support back into the plugin. This also allows for better future proofing and should keep 1.8.8 support for the longer term (Assuming everything goes to plan).

For when using this plugin with 1.8, it is recommend to use BossBarAPI(https://www.spigotmc.org/resources/api-bossbarapi-1-7-1-8-1-9-1-10.7504/). If it is not installed, CoorCube will use it's internal system which can sometimes be glitchy.

For any servers running above 1.8, you should see no change in the plugin. Although a large internal change has occurred, everything should work the same as before.

V0.7.4 Hotfix

21 Feb 03:30

Choose a tag to compare

This patch contains a quick fix for a error when sending title packets to clients. As a result, this update contains a system that will allow for different packet versions. So, if the client can't identify the version of the server it will use the most recent API available.

V0.7.3 Patch

28 Jan 06:06

Choose a tag to compare

This update contains the following Fixes and Changes:

  • Point calculations: This also fixes scoreboards not updating correctly.
  • Fix version compatibility (1.9 & 1.10 supported again)
  • Add a message to notify players about voting.
  • Require 2 teams to be set before an arena is valid for use.

V0.7.3-R0.1-SNAPSHOT

28 Jan 05:15

Choose a tag to compare

V0.7.3-R0.1-SNAPSHOT Pre-release
Pre-release

This is a pre-release bug that addresses two problems:

  • This version reintroduces 1.9, and 1.10 support that was lost in V0.7.2.
  • Also fixes a score calculating bug, which also resulted in the scoreboard not updating.

V0.7.2 Patch

03 Jan 18:30

Choose a tag to compare

This patch addresses a bug where the creation of arenas in version 0.7.0 or 0.7.1 the arena save files were missing the id value. This would cause a loading fail on the next startup. In this patch, the arena will be skipped and not loaded if missing the id. You can manually add "id: " to the config and the plugin will then load the arena. Any arenas from before 0.7.0 will still work and any arenas made in 0.7.2 will now correctly save.

Also changed was the countdown titles to display a little bit more precisely to the correct countdown and also stops the last title to stay for too long.

Something else to note, this version only supports Spigot/Bukkit 1.11 due to the countdown change, I will look into re-adding 1.10 and 1.9 support.

V0.7.2-R0.1-SNAPSHOT Patch

03 Jan 05:27

Choose a tag to compare

Pre-release

This is a prerelease to patch version that address bugs when loading the plugin for the first time of version V0.7.0 & V0.7.1. This update also fixes a bug where newly created arenas miss the id value in the config file. This patch will skip arenas missing the id value in the arena configs. To load these arenas, you will have to manually add the ids to the configs. All other new ones will have the correct options.

V0.7.1 Patch

01 Jan 03:51

Choose a tag to compare

This patch contains:

  • Added new Scoreboard feature. This feature adds the ability to display the scores of each team during the game. This will be on by default but can be configured using the options command ("display-scores").
  • Fix null pointers due to logging.

V0.7.0

24 Dec 20:18

Choose a tag to compare

New

  • Add Chat Prefix Customization
  • Add a universal migration system - This system will help with keeping all the data files to the format needed in various updates.
  • Team based spawning - Spawns are now set by team instead of per player. As a result this allows for 1-4 teams in an arena.
  • New command, "removeSpawn" - This now will remove the given teams spawn.
  • Removed command, "resetSpawns" - This has been replaced with removeSpawn.
  • New command, "options" - This command now lets you set specific options for a given arena ingame without having to go into the configuration. Ex. "/cc options 1 pvp true".
  • Removed command, "setReward" - This command has been replaced by options command since reward is considered as an "option".
  • Arena Name Support - Join and Spectate command can now use a given name to join. All other administrative commands must use the id.
  • New lobby sign variable "id" that returns the arenas id.
  • New command, "goto" - This command will teleport you to the arenas lobby spawn, this is a convenience command to help you get to an arena for administrative reasons.
  • Add Barrier Feature - This feature is meant to help keep spectators in the arena and not let them just fly away. Along with this feature comes 3 options.

Changes

  • PVP option now either disables hitting completely, or allows hitting but sets the damage to 0.
  • Lobby sign variable "arenaname" now returns the arena names instead of the id.

Fixes

  • Fix spectators sometimes joining the same game multiple times.
  • Fix spectators being frozen by the frozen powerup.
  • Fix pvp in lobby area.
  • Fix spectators not correctly being returns to the arena after death.

V0.7.0-R0.3-SNAPSHOT

24 Dec 09:21

Choose a tag to compare

V0.7.0-R0.3-SNAPSHOT Pre-release
Pre-release

This update address some pretty big expection fixes in V0.7.0-R0.2-SNAPSHOT. As always, snapshot versions are not recommended for production servers.

New

  • Border Functionality. By default this will be enabled in arenas and will be a permameter around the arena + 5 blocks on each side.
  • Added two new arena options, Border & Border-Extension. Both are available through the options command.

Fix

  • Fix some major null pointer exceptions.