CommandQueue
CommandQueue is a Minecraft plugin that allows you to queue commands for when a player joins the server.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CommandQueue
CommandQueue
CommandQueue is a Minecraft plugin that allows you to queue commands for when a player joins the server.
Features
Commands
- `/commandqueue add <type> <player> <command>` - Adds a command to the queue for a player. - `/commandqueue remove <type> <player>` - Removes a command from the queue for a player. - `/commandqueue clear <type> <player>` - Clears all commands in the queue for a player. - `/commandqueue list <type> <player>` - Lists all commands in the queue for a player.
Permissions
- `commandqueue.command` - Allows the player to use the `/commandqueue` command.
Queue Types
- `player` - Makes the player execute the command. - `console` - Makes the console execute the command.
Command Placeholders
The following are placeholders that can be used in the command: - `%player%` - The name of the player.
Feedback / Bugs
If you have any feedback or suggestions or find any bugs for the plugin, please feel free to open a GitHub issue or join the Discord server and let me know.