Register a command and use it on the sign
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/Youtube-Lede/SignCMD/tree/main
- Languages Supported:
- English, Korean
- Donation Link:
- https://www.buymeacoffee.com/Lede
Detailed instructions can be found on GitHub.
GitHub - https://github.com/Youtube-Lede/SignCMD/tree/main
Discord - https://discord.gg/ZZc7fBK
QnA
Q. How do I register a command?
A. You can register using the /signcmd add <code> <command> command.
Q. How do I enter spaces?
A. You can enter spaces with ^ characters
e.g. /signcmd add Go^To^Spawn spawn
Q. Is it possible to execute a command that takes the player who clicked the sign as an argument?
A. When registering a command, you can use %player% to get players
e.g. /signcmd add TpAll tp^@a^%player%
Q. How do you create signs?
A. Enter signcmd on the first line and the code of the registered command on the second line.
Q. So, how can I use the 3rd and 4th lines?
A. In the 3rd and 4th lines, you can freely enter a description.
Of course, you can also enter a color code.
To use signs - signcmd.user.use
To create a sign and use command - signcmd.op.signchange
To change the code written on the sign - signcmd.op.rewrite.code
To change the description on the sign - signcmd.op.rewrite.text