Skip to content

Releases: BazzaDEV/DeltaCore

Version 1.5.8

06 Jul 00:37
Compare
Choose a tag to compare
v1.5.8

AFK namebar prefix overrides other prefixes and persists until player…

Version 1.5.7 - Added more vanished support and features

05 Jul 05:27
Compare
Choose a tag to compare
v1.5.7

Updated version number in pom.xml to v1.5.7

Version 1.5.5 - Added namebar prefixes and fixes some bugs

03 Jul 06:05
Compare
Choose a tag to compare
  • Rewrote /fly command to remove the need for a hashmap keeping track of player's in fly mode
  • Added [Staff] prefix to player name above head when they enter staff mode

Version 1.5.4 - /fly command

01 Jul 20:39
Compare
Choose a tag to compare
v1.5.4

Added /fly command (but missing fix for flight status retention on re…

Version 1.5.3 - Added /gmspec command

28 Jun 23:41
Compare
Choose a tag to compare
  • Added /gmspec command (forgot to add this whenever the DeltaCore gamemode commands were added)

Version 1.5.1 - Updated to Minecraft 1.16.1 and other things happened

26 Jun 04:36
Compare
Choose a tag to compare
v1.5.1

Updated plugin version in pom.xml to 1.5.1-BETA

Version 1.5.2 - Added /portalhelper command

26 Jun 06:16
Compare
Choose a tag to compare

Added new command /portalhelper to help player's link nether portals properly.

Version 1.4.1

24 Jun 09:22
Compare
Choose a tag to compare
v1.4.1

Fixed bug in StaffGUI where player head can duplicate in menu upon Pl…

Version 1.4 - Staff Mode GUI

23 Jun 05:31
Compare
Choose a tag to compare
v1.4

Updated version number in pom.xml to 1.4

Version 1.3.1 - Bug fixes and minor updates

20 Jun 01:42
Compare
Choose a tag to compare

Changelog

  • Added new plugin prefix to many messages
  • Revised some messages
  • Relocated post-operation messages in PlayerInventoryManager to respective Command classes
  • Disabled default gamemode commands
  • Added aliases for inventory manipulation commands
  • Added post-operation messages when executing /saveinv, /loadinv, and /clearinv
  • (Backend) Added new Vars class to hold static constants like player permission denied messages, command prefixes, etc.
  • (Backend) Added PlayerCommandPreProcessListener to intercept command executions