Multicraft commands are different from Minecraft commands as they allow actions to be taken from within the server, or have actions that can be scheduled to repeat whenever you want them to.
If you want to schedule commands to take place every so often, you can follow our guide:
Scheduling Tasks for Automated Server Management
Contents
What is a Multicraft Command?
A Multicraft command is a trigger within Multicraft that can cause something to happen in Minecraft, or it can manipulate your Minecraft server files (like taking a backup of your Minecraft world).
What can a Multicraft Command Do?
Multicraft commands have a wide range of functionality, some of which is listed below:
- Says a message in chat as the server.
- Creating a backup of the world.
- Telling the player the current date and time.
- Starting, stopping, or restarting the server.
- Running a Minecraft command.
Note: This is not a complete list of all possible uses, just some common ones.
These commands can be very dynamic or very strict in what they do because of the variety of options.
How to Make a Multicraft Command?
The below steps will walk you through how to create a Multicraft command and what each field in the command menu means.
- Login to Multicraft and stop your server.
-
In the left hand menu expand the
Advanced
category. -
In the advanced category, click
Commands
.
-
This will bring up a list of commands that are already created. StickyPiston has some default ones that we create automatically for every server. On the left side of the screen, select
Create Command
to make a new command.
- Give the command a name that you will reconize and know what the command does by looking at the name.
-
If you only want specific users to be able to run the command, select the permission level needed in the
Required Role
dropdown.
Note: Any user with the required permission role or higher will be able to run it. (Example: If the required role is set toModerator
,Administrator
s will be able to run the command as well. -
The
Prerequisite
is the command that must be ran before the command you are editing.
Example: If you have two commands namedcommand1
andcommand2
, ifcommand2
hascommand1
in it'sPrerequisite
field, you would need to runcommand1
beforecommand2
, otherwise the second command will not work at all. -
The
Chat
box is what needs to be typed into chat to tell the command to trigger. This can begin with a/
(forward slash) to prevent the chat message from being seen by everyone on the server. -
The
Response
text box is what the command will return to the player who runs the command. This is returned as a whisper, so not everyone will be able to see the response. -
The
Run
text box will run the command given to it as the server, this allows you to do anything in Minecraft that you can image and make, there are also some builtin commands within Multicraft to allow for things like world backups to be started from within the game. If you are wanting this to run a Minecraft command, it cannot start with a forward slash (/
).
Further Reading & External Links
StickyPiston Support
If you have questions about this guide or our Minecraft services, open a support ticket and our dedicated team will be in touch.
Open Support Ticket