Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
SimpleCommands is a lightweight Paper plugin that lets you create your own custom commands directly in-game.
Create commands like /lobby, /hi, /discord, /rules or anything else you need — without coding and without restarting your server every time.
Features
- Create custom commands in-game
- Add multiple actions to one custom command
- Add delays to actions using milliseconds, seconds, minutes or hours
- Choose who can use a command: everyone or operators only
- Edit command access settings
- Remove single actions from a command
- Delete custom commands
- List and inspect all created commands
- Dynamic command registration, so custom commands can appear as real server commands
- Placeholder support
Commands
/sc create <name> <everyone|op> <delay> <command> /sc add <name> <delay> <command> /sc setaccess <name> <everyone|op> /sc remove <name> <number> /sc delete <name> /sc list /sc info <name> /sc reload /sc credits
Delay examples
0ms 500ms 1s 10s 2m 1h
Placeholder examples
%player% - Player name %uuid% - Player UUID %world% - Player world %x% - Player X position %y% - Player Y position %z% - Player Z position @s - Replaced with the player name
Example usage
Create a command that sends a message instantly:
/sc create hi everyone 0s msg %player% hey
Now players can use:
/hi
Add more actions to the same command:
/sc add hi 3s say %player% used /hi /sc add hi 10s tp %player% 0 100 0
When /hi is used, the plugin will run multiple commands with the configured delays.
Permissions
simplecommands.admin
Players with this permission can manage SimpleCommands. By default, operators have this permission.
Requirements
- Paper server
- Minecraft 1.21.x
- Java 21
Credits
Created by VoidExeqter Discord: freezy_josef


