QueueCommands is a simple Spigot plugin that allows you to leave pending commands for users on your server. These commands are executed only by the console.
- Add Commands to Queue: Allows you to queue commands for users.
- Customizable Check Interval: Server checks the queue every x time (configurable in the new version).
- /qc add
- usage:
/qc add <username> <command without "/"..> - permission:
qc.add - description: Adds a command to the queue for the specified user.
- usage:
To add a command to the queue, use the following command:
/qc add <username> <command without "/"..>
Replace <username> with the target player's username and <command without "/"..> with the command you want to queue (without the leading /).
- Queue Check Interval: Configure how often the server checks the queue in the
config.ymlfile. You can set this to check every minute if needed.
- Download the latest version of QueueCommands.
- Place the
.jarfile in your server'spluginsdirectory. - Restart your server.
If you have any issues or questions, please open an issue on the plugin's GitHub repository.