Frequently Asked Questions (FAQ) - X-Commands
Find answers to common questions about X-Commands.
1. How do I register my first command?
Use the /XCommands edit (or /xc edit) command. A visual menu will open where you can create a new command, give it a name, and define what actions it should perform.
2. Do I have to restart the server when creating a command?
No, X-Commands registers commands instantly in the serverβs memory. However, for them to appear in Minecraftβs autocomplete (Tab), players might need to reconnect or you could use /minecraft:reload (though itβs not necessary for them to function).
3. Can I use variables from other plugins?
Yes, the plugin has full support for PlaceholderAPI. You can use any placeholder (e.g., %player_name%, %vault_balance%) both in the messages the command sends and in the conditions for executing it.
4. What is the βActions Systemβ?
It is the logical engine of X-Commands. It allows you to chain multiple actions to a single command, such as: sending a message, giving an item, executing a console order, and teleporting the player, all with a single command.
5. Can I create aliases for existing commands?
Absolutely! You can create a /shop command that simply executes the console action /gui shop or similar, serving as a custom shortcut.