The Orders plugin is a powerful tool for Minecraft server administrators, providing a flexible command execution system. Create custom orders in the configuration file to trigger messages, commands, and more with specified delays. Tailor your server experience by defining orders in the easy-to-edit YAML configuration file.
> Features:
- Custom Commands: Execute custom commands with ease, either as messages to players, console commands, or player commands.
- Delays: Introduce delays between orders to control the pace of command execution.
- Dynamic Variables: Use dynamic variables like %player%, %world%, %x%, %y%, and %z% in your orders for personalized experiences.
- Sound Effects: Play in-game sounds with the playsound order to add an auditory dimension to your server. Get them from here
- Colorful Messages: Utilize color codes in your messages for visually appealing communication.
- Hex and Gradient colors support: Further personalize messages by using custom colored messages. Get them from here
> Available Orders:
- message: Send a message to the player
- delay: Wait some seconds before the next action
- player: Execute a command as the player
- playsound: Play a sound to the player
- console: Execute a command as the console
- server: Send a player to another bungeecord server
> Example Configuration:
Code (YAML):
firstorder
:
-
"[message] hello"
-
"[delay] 2"
-
"[message] delayed hello"
-
"[player] say hello world"
-
"[playsound] BLOCK_CHEST_CLOSE"
-
"[console] gamemode survival %player%"
npc-talk
:
-
"[message] &e[Jobs Guy] &fWelcome back &a%player%!"
-
"[playsound] ENTITY_VILLAGER_AMBIENT 1.5"
-
"[delay] 2"
-
"[message] &e[Jobs Guy] &fThese are the available jobs list"
-
"[playsound] BLOCK_NOTE_BLOCK_PLING 1"
-
"[player] jobs browse"
> Installation:
- Place the Orders.jar file in your server's plugins folder.
- Start or reload your server to enable the plugin.
- Edit the config.yml file to create custom orders.
> Usage:
- Use the /orders execute <orderName> command to trigger custom orders.
- Use the /orders reload to apply changes made in the config.
> Showcase:
- There we make a simple chat with an npc and open a menu of jobs to the player, at the same time we play sounds while everything happens.
Enhance your server's functionality and create immersive experiences with the Orders plugin!