28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
# --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Custom Item Configurations, by RockinChaos =-=-=-=-=-=-=-=-=-= }--
|
||
# See the tutorial page for a more in-depth explanation; https://github.com/RockinChaos/ItemJoin/wiki
|
||
# Join the discord for easy plugin support; https://discord.gg/D5FnJ7C
|
||
|
||
# Modifying the Version will cause this file to break and regenerate.
|
||
items-Version: 8
|
||
|
||
# General options that apply to the custom items' functionality.
|
||
items-Delay: 0
|
||
items-Overwrite: true
|
||
items-Spamming: false
|
||
items-RestrictCount: false
|
||
|
||
# This is the section where the custom items created will be stored.
|
||
# All created items should be saved under the 'items' section for each 'custom-item' subsection.
|
||
items:
|
||
test:
|
||
id: compass
|
||
slot: 4
|
||
itemflags: always-give, overwrite, self-drops, death-drops
|
||
triggers: join, respawn
|
||
commands-sound: BLOCK_CHEST_OPEN
|
||
name: 'F8F2C&lМеню сервера'
|
||
lore:
|
||
- '&7Нажмите, чтобы открыть главное меню.'
|
||
interact:
|
||
- 'player: menu'
|