TrMenu
Purchase
Github
License
Search…
English
Home
Start
Migrate
MENU
Structure
Icons
ACTIONS
Types
Command (as Player)
Command (as OP)
Command (as CONSOLE)
Player's chat
Message
Tellraw
ActionBar
Title/SubTitle
Sound
Bungee Server
JavaScript
Input Catcher
Useful
Items
Economy
Menu
Datas
Options
Action
SCRIPT
Expressions
Scripts
FUNCTIONS
Arguments
Item Identifiers
Script Placeholder
Register Commands
Shortcuts
Commands
HOOK
PlaceholderAPI
Cronus
Vault
PlayerPoints
HeadDatabase
Oraxen
SkinsRestorer
API
TrMenuAPI
Events
MenuFactory
Powered By
GitBook
Types
Introduction
TrMenu provides a lot of action types improving the efficiency of the menu and reducing the use of commands = less plugins for commands needed
Whether you want to display a Title, an Actionbar or a JSON message all supporting a huge amount of placeholders, you can easily achive this
With all of this, you can also add per actions options:
Delay
Conditions
Probability
All Players
Placeholders
Every single action supports PlaceholderAPI placeholders and color codes
They also support TrMenu's own placeholders such as Arguments, Metas/Datas, Scripts...
All in One line
You can bind together multiple actions on one single line
Use
&&&
or
_||_
to do so
1
-
'rem-meta: angryBee &&& refresh &&& sound: ENTITY_SPIDER_STEP-1-2<delay:80>'
2
​
3
# Equivalent to:
4
-
'rem-meta: angryBee<delay:80>'
5
-
'refresh<delay:80>'
6
-
'sound: ENTITY_SPIDER_STEP-1-2<delay:80>'
Copied!
Previous
Inherit
Next
Command (as Player)
Last modified
1yr ago
Copy link
Contents
Introduction
Placeholders
All in One line