Changes in items.yml
Code (YAML):
items:
leave-item:
name
:
"&c&lReturn to Lobby &7(Right Click)"
# Custom-modeled items by the Oraxen plugin are supported.
# To use them, simply replace the material with oraxen:item_id_here.
material
: RED_BED
slot
: 8
lore
:
-
"&7Right-click to leave to the lobby!"
# Actions attribute can also be added to other lobby and spectator items.
# By default, items will be triggered for all actions. (PHYSICAL is not allowed)
actions
:
-
"RIGHT_CLICK_BLOCK"
-
"RIGHT_CLICK_AIR"
-
"LEFT_CLICK_BLOCK"
-
"LEFT_CLICK_AIR"
New file: addons.yml
Code (YAML):
Oraxen
:
# Should we enable support custom item models if we find Oraxen?
Enabled
: true
Full Changelog:
2.7.0...2.7.1