Changes
- You can now set the following distance and fixed distance of the pet in pets.yml file. Keep your privacy when you do something secret.
- Custom items are now available in the main menu. When the player clicks on the item, custom commands will be executed as what you have setup in the file.
- Fixed an issue where an error occurred when creating a Mystery Vault.
- Remove "Slot-Layout" from mainmenu.yml file and replace with "Slot" in every main menu item.
Pet Distance
Code (YAML):
Chicken:
Following-Distance
: 2.0
Fixed-Distance
: 1.0
Main Menu Custom Items
Code (YAML):
Custom-Items
:
# You can add as many custom items as you like.
Item-1:
Name
: '&eCustom Item 1'
Material
: BOOK
Enabled
: true
Slot
: 4
# Command Type: CONSOLE, PLAYER
# CONSOLE: Command will be executed from console side.
# PLAYER: Command will be executed from player side. Player need to have the permission in order to execute the command.
# Placeholder: {PLAYER}
Commands
:
- CONSOLE:say
{PLAYER
} is clicking Custom Item 1.
- PLAYER:say I'm clicking Custom Item 1.
Lore
:
- '&7This is the custom item lore.'