Hello!
This update will remove the DeltaCore dependency entirely, and also provide a new licensing system provided by Insurgence Development. For your new license key, please join the Delta Development Discord and make a ticket!
Fixed some minor background issues
Added configurable fillers
Reminder to update to the latest version of DeltaCore!
Add the following under the menus in guis.yml
Code:filler-item: material: STAINED_GLASS_PANE data: 15 # Not required in 1.13+
Example
Code:punish: # GUI for /punish title: "&6&lPunishing &e&l%offender%" rows: 6 filler-item: material: STAINED_GLASS_PANE data: 15 # Not required in 1.13+ fillers: - "1" - "2" - "3" - "4" - "5" - "6" - "7" - "8" - "9" - "46" - "47" - "48" - "49" - "50" - "51" - "52" - "53" - "54" slots: hacking: # Identifier and the Identifier in punishments.yml name: "&c&lHacking" material: DIAMOND_SWORD # Material name data: 0 # Material data (does not apply in 1.13+) lore: - " " - "&fViolation #1: &e7 day &c(BAN)" - "&fViolation #2: &e14 day &c(BAN)" - "&fViolation #3: &e30 day &c(BAN)" - "&fViolation #4: &epermanent &c(BAN)" - " " - "&fTotal Punishments of this category: &e%total%" position: 10
* Updated to the latest version of DeltaAPI. Please update to the latest DeltaCore!
* Added automatic refreshing GUIs
* Minor backend optimizations
Download the latest version of DeltaCore at: https://www.spigotmc.org/resources/deltacore-api-for-all-delta-plugins.94283/
Fixed a NullPointerException when you click a Punishment with no durations (such as warnings)
* Made some small corrections and optimizations
* Removed a debugger that I accidentally left
* Added configurable reload permission. Default permission deltapunishments.reload
* Updated DeltaAPI
* Minor optimizations
* Added HEX support for 1.16+
* Added a reload command for configuration files! /preload
NOTE: Please update to the latest DeltaCore version!
Improved tab-completion for the /punish command. Now contains every online player's usernames!
