Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
1.20.6
1.19.4
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last week
Updated 2 weeks ago
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.