Skip to content

Releases: Burbulinis/BurbKits

BurbKits v2.0.0-beta1

13 Aug 23:43
Compare
Choose a tag to compare
BurbKits v2.0.0-beta1 Pre-release
Pre-release

⚠ BETA BUILD ⚠

This is a BETA build. This version may contain bugs, if so, please report them at the github issue page

💰 Major additions 💰

🎋 Skript Support 🎋

After a long time of learning, trying, coding, Skript support is here! View all of the syntax here

Not sure how to use this? Feel free to read a tutorial here

🎋 CONFIG 🎋

With the new config you can customize messages, customize the manage permission.

Time to move on.... to the CHANGELOG!

CHANGELOG 👀:

🌴 CHANGED 🌴:

  • Reconstructed the command, view here
  • Changed a few of the methods in the Kit class
  • Made the Main class prettier 😃

💎 ADDED 💎:

  • Added Skript syntax
  • Added a config file, read above for more information
  • Added custom messages, customizable in the config
  • Added cool & colourful console messages
  • Added a few methods to the Kit class
  • Added an alias for the /kits command, /kit

✔ FIXED ✔:

  • Fixed an exception where if there were no cooldowns, but there was a kit it would try to load all the cooldowns of that kit
  • Fixed some issues with the command in the rework of them

BurbKits v.1.2.1

03 Aug 19:21
Compare
Choose a tag to compare

CHANGELOG 👀:

✔ FIXED ✔:

  • Fixed cooldown issues

BurbKits v1.2.0

03 Aug 17:33
Compare
Choose a tag to compare

CHANGELOG 👀:

🌴 CHANGED 🌴:

  • Changed the way to load the kits from the .yml file

💎 ADDED 💎:

  • Added the command /kits resetCooldown <kitname> <offlineplayer>
  • Added the command /kits removeCooldownBypass <kitname>
  • Added the command /kits removePermission <kitname>
  • Added the KitCooldownBypassChangeEvent event
  • Added useful methods for the Kit class
  • Skript support soon™

✔ FIXED ✔:

  • Fixed the kits' permissions, cooldowns, cooldown bypass permissions not loading from the .yml file
  • Fixed that you could claim the kit after rejoining even if you had a cooldown

BurbKits v1.1.0

28 Jul 15:02
Compare
Choose a tag to compare

CHANGELOG 👀:

✔ FIXED ✔:

  • Fixed an issue where the items would change after claiming
  • Fixed an issue where if you could claim with a full inventory, before it dropped every item of the kit
  • Fixed an issue with overriding kit's items
  • Fixed issues with permissions

💎 ADDED 💎:

  • Added a /kits setCooldownBypass <kitname> <permission> command, so if you have a permission, you don't need to worry about the cooldown
  • Added the event KitPlayerCooldownChangeEvent, it is called when you use the Kit#setPlayerCooldown() or Kit#resetCooldown() methods

BurbKits v1.0.0

26 Jul 16:32
Compare
Choose a tag to compare

FIRST RELEASE OF BurbKits

I have finally finished BurbKits, and I am releasing it! It is currently pretty simple, there are a few commands
Please let me know about any suggestions, or issues. I will make sure to review them

When you create a kit, it will error if the kit already exists.
Overriding and viewing the items is done using the commands kits info, and kits override

COMMANDS:

  • /kits create <kitname>
  • /kits delete <kitname>
  • /kits override <kitname>
  • /kits claim <kitname>
  • /kits info <kitname>
  • /kits setPermission <kitname> <permission>
  • /kits setCooldown <kitname> <cooldown>