- type: message
messages:
- "my message"
- "my second messages"
mini-message: true # true by default
Sends a message to the player. You can use placeholders, color codes, and format codes. The MiniMessage format is enabled by default if your server supports it.
broadcast
- type: broadcast
messages:
- "my name %receiver%"
- "my second message send by %sender%"
mini-message: true # true by default
requirements:
- type: permission
permission: "admin.use"
Sends a message to all online players. You can use placeholders, color codes, and format codes. The MiniMessage format is enabled by default if your server supports it.
%sender% is the name of the player sending the broadcast
%receiver% is the name of the player who will receive the message.
chat
- type: chat
messages:
- "my message"
Sends messages on behalf of the player. You can use placeholders, color codes, and format codes. MiniMessage format is enabled by default if your server supports it.
Allows sending the player to another server, only works with BungeeCord and Velocity.
sound
- type: sound
sound: <xsound>
pitch: <sound pitch> # 1.0f by default
volume: <sound volume> # 1.0f by default
broadcast sound
- type: broadcast_sound
sound: <xsound>
pitch: <sound pitch> # 1.0f by default
volume: <sound volume> # 1.0f by default
data
- type: data
action: <SET/REMOVE/ADD/SUBTRACT>
key: <data key>
value: <data value>
seconds: <expire seconds> # 0 by default
math: <true/false>
You can use mathematical expressions if you set math to true, this allows you to do more complex actions. Work only with ADD and SUBTRACT.
refresh
- type: refresh
Refresh current button. Works only in click requirement.
If you update the status of a player with orders, to be sure that the inventory update is done correctly, you must put a delay of 1 tick.
back
- type: back
Refresh current button. Works only in click requirement.
back
- type: back
Return to previous inventory.
shopkeeper
- type: shopkeeper
name: <shopkeeper name>
book
- type: book
author: "Maxlego08" # Book author
title: "&cTest" # Book title
lines: # Book pages
1: # First page
- ' #34ebe8zMenu'
- ''
- ''
- '<hover:show_text:"#34eba8Open an url !"><click:open_url:"https://minecraft-inventory-builder.com/">#f0af24Open URL<reset>'
Opens a book for the player. You can specify the title, author, and pages of the book.
actionbar
- type: actionbar
message: "my message"
minimessage: true # true by default
Allows you to send a message in the action bar of the player. You can use placeholders and color/format codes here. MiniMessage format is enabled by default if your server supports it.
withdraw
- type: withdraw
amount: <amount>
currency: <currency name>
economy: <economy name> # Only the zEssentials, CoinsEngine and EcoBits plugins need this
deposit
- type: deposit
amount: <amount>
currency: <currency name>
economy: <economy name> # Only the zEssentials, CoinsEngine and EcoBits plugins need this
title
- type: title
title: <title>
subtitle: <sub title>
start: <start in milliseconds>
duration: <duration in milliseconds>
end: <end in milliseconds>
Send a title. You can use placeholders and color/format codes here. MiniMessage format is enabled by default if your server supports it.
teleport
- type: teleport
world: <world> # default world is "world"
x: <x>
y: <y>
z: <z>
yaw: <yaw>
pitch: <pitch>