Menus
Actions
[MESSAGE]
Send text
[BROADCAST_MESSAGE]
Send broadcast message
[PLAYER]
Execute command on behalf of the player
[CONSOLE]
Run command on behalf of Console
[ACTIONBAR]
Send text to actionbar
[BROADCAST_ACTIONBAR]
Send broadcast actionbar
[SOUND]
Play sound to player
[BROADCAST_SOUND]
Play sound for all players
[EFFECT]
Give effect to player
EFFECT;DURATION;STRENGTH
[TITLE]
Send text to title
[BROADCAST_TITLE]
Send broadcast title
[OPEN_MENU]
Open the menu for the player
[AUTOBUY_ITEM_TOGGLE]
Add/Remove items from the auto-buy list.
[AUTOBUY_STATUS_TOGGLE]
Toggle auto-buy
[ENABLE_ALL]
Add all items to the auto-buy list in this category.
Works only on those items that have the command [AUTOBUY_ITEM_TOGGLE]
[DISABLE_ALL]
Remove all items from the auto-buy list in this category.
Works only on those items that have the command [AUTOBUY_ITEM_TOGGLE]
[SELL_ITEM]
Sell an item with a certain quantity.
Examples: Sell item: [SELL_ITEM] 1 Sell all: [SELL_ITEM] all
[SELL_ALL]
Sell all items in slots where sell-zone: true is enabled
Actions type
left_click_commands
Left click
shift_left_click_commands
Shift + Left click
right_click_commands
Right click
shift_right_click_commands
Shift + Right click
drop_commands
Drop
click_commands
Any click
Requirements
left_click_requirements
Left click requirements
shift_left_click_requirements
Shift + Left click requirements
right_click_requirements
Right click requirements
shift_right_click_requirements
Shift + Right click requirements
drop_requirements
Drop requirements
click_requirements
Any click requirements
view_requirements
Show the item if all requirements here is true
Placeholders
%price%
Original price of the item (1000)
%price_commas%
Original price of the item (1,000)
%coefficient%
Current ratio
%score%
Scores (2500)
%score_commas%
Scores (2,500)
%seller_pay%
Prices from all items in slots where sell-zone: true is enabled (25000)
%seller_pay_commas%
Prices from all items in slots where sell-zone: true is enabled (25,000)
%seller_score%
Scores from all items in slots where sell-zone: true is enabled (25000)
%seller_score_commas%
Scores from all items in slots where sell-zone: true is enabled (25,000)
%price_with_coefficient%
Price with coefficient
%auto_sell_toggle_state%
Status: is this item in auto-buy from the player
%global_auto_sell_toggle_state%
Auto-buy status
Last updated