Overview
CommandBinder is an all-in-one tool for every server. With simple to use commands and a wide range of possibilities, serverowners can modify items to their ever need.
Requirements:
- Permissionsystem (e.g. LuckPerms) with commands to give and remove permissions
Commands
Main command: /commandbinder or /cb
×
/cb add <command>
» Adds a command to the holded item
×
/cb remove <id>
» Removes the command with the specified id
×
/cb insert <id> <command>
» Inserts the given command at the given id
×
/cb set <id> <command>
» Override a command at the given id
×
/cb list
» Lists all commands of the holded item
×
/cb use
» Executes all commands from the item
×
/cb onetimeuse <true/false>
» Toggles if the item should be consumed on use
×
/cb confirm <true/false>
» Toggles a inventory to confirm the action
×
/commandbinder addperm <Permission>
» Adds a permission to the item
×
/commandbinder removeperm <Permission>
» Removes a permission from the item
×
/commandbinder listperms
» Lists all permissions of the holded item
×
/cb placeholders
» Shows a list of placeholders that can be used in an added command
×
/cb customcmds
» Shows all custom commands
×
/cb help
» Shows all commands from CommandBinder
×
/cb info
» Displays information about the plugin
Custom Commands
Apart from adding normal commands, CommandBinder also provides custom functionalities. (More will be added soon)
×
!wait <seconds>
» Delays the execution of the following commands by x seconds
×
!repeat <times>
» Repeats the following commands x times
×
!endrepeat
» specifies the end of a !repeat command
Placeholders
You can insert placeholders in commands of an item to get the current value of something. (More coming soon)
×
%player%
» The player's name
×
%UUID%
» The player's UUID
×
%world%
» The name of the world the player is in
×
%x%
» The player's x-coordinate
×
%y%
» The player's y-coordinate
×
%z%
» The player's z-coordinate
×
%yaw%
» The player's yaw
×
%pitch%
» The player's pitch
×
%item%
» The name of the item in the player's hand
×
%amount%
» The number of the item in the player's hand
×
%slot%
» The slot of the item in the player's hand
×
%durability%
» The durability of the item in the player's hand
×
%playersOnline%
» The number of players online
×
%block%
» The name of the block the player is looking at
×
%lookingAt%
» The coordinates of the block the player is looking at
×
%year%
» The current year
×
%month%
» The current month
×
%day%
» The current day
×
%hour%
» The current hour
×
%minute%
» The current minute
×
%second%
» The current second
Support
If you have any questions about the plugin, you found a bug or have an idea for a future update, feel free to write me on
Discord or open a
GitHub Issue.
This Plugin is still in development so please don't leave a bad review if something doesn't works completly. Just tell me what the problem is and i will try to fix it as fast as possible
Thank you ^^