The plugin now has support for specifying a click type to allow the item to execute, as well as introducing support for CustomModelData on items.
Here's what an item looks like now
[code] items: basic_item: consume: true # If the item should be consumed when used event-cancel: true # If the event should be cancelled when used (e.g. right-clicking a block)
# This is the list of allowed clicks. The allowed options are:
# RIGHT_CLICK_AIR, RIGHT_CLICK_BLOCK, LEFT_CLICK_AIR, LEFT_CLICK_BLOCK, SHIFT_RIGHT_CLICK_AIR, SHIFT_RIGHT_CLICK_BLOCK, SHIFT_LEFT_CLICK_AIR, SHIFT_LEFT_CLICK_BLOCK, ALL
allowed-clicks:
- RIGHT_CLICK_AIR
- RIGHT_CLICK_BLOCK
- LEFT_CLICK_AIR
- LEFT_CLICK_BLOCK
- SHIFT_RIGHT_CLICK_AIR
- SHIFT_RIGHT_CLICK_BLOCK
- SHIFT_LEFT_CLICK_AIR
- SHIFT_LEFT_CLICK_BLOCK
- ALL
# permission: "somepermission.for.item" # The permission required to use the item
item:
amount: 1 # The amount of the item
type: RED_BED
name: "&cSimple Test Item"
lore:
- ""
- "&7Click me to run"
enchanted: true
# custom-model-data: 1234 # The custom model data of the item
commands:
# forceOp: false # If the player should be opped when the command is executed
byplayer:
- "say Hello from CommandItems!"
byconsole:
- "give %player% diamond 1"
[/code]
A bit late to the party, however this update finally brings 1.20.6 and 1.21 support to the plugins!
As always, and especially now as 1.20.6 changed a lot of things, please join the discord and let us know if there are any issues!
This also fixes a small issue in the plugin with regards to how items were being built.
This update brings full hex color support using the standard 𞉀 format in the messages file!
For more information check out the wiki
https://panel.masecla.dev/wiki/General Options/Messages File
After countless hours spent by the development team to ensure everything is up to date, we happily present you Spigot 1.20 support.
This update brings full compatibility with all the features that this brings.
Please join our discord at https://discord.gg/FdMjWSP to report any issues you might have with any of the plugins in 1.20