Minecraft Command List
Commands available on the server running PaperMC with the specified plugins.
Notes:
- Plugins Loaded: ChestShop, DeathChest (Specific plugin may vary), DiscordSRV, EssentialsX (Core, AntiBuild, Chat, Discord, DiscordLink, GeoIP, Protect, Spawn), LiveKit, Multiverse-Core, Stargate, Vault, WorldEdit, WorldEditSUI.
- Permissions are required for most commands. Use LuckPerms to manage them.
- Placeholders:
,[optional]
,(literal values)
,|
(means OR). - Many commands (WorldEdit, Multiverse admin, etc.) are typically admin-only.
- Commands for plugins like DeathChest might differ based on the specific JAR used.
//
denotes WorldEdit commands.
Vanilla Minecraft Commands
Command / Aliases | Description | Usage Example | Permission Node |
---|---|---|---|
/gamemode /gm | Changes game mode. EssentialsX often enhances this. | /gamemode creative [player] | minecraft.command.gamemode or essentials.gamemode |
/difficulty | Sets server difficulty. | /difficulty hard | minecraft.command.difficulty |
/seed | Displays the world seed. | /seed | minecraft.command.seed or essentials.seed |
/tell /w /msg | Sends a private message (Handled by EssentialsX). | /tell | essentials.msg |
/list | Lists online players (Handled by EssentialsX). | /list | essentials.list |
/trigger | Used with scoreboard objectives. | /trigger | Default (depends on setup) |
Paper / Spigot / Bukkit Commands
Command / Aliases | Description | Usage Example | Permission Node |
---|---|---|---|
/tps | Displays server Ticks Per Second. | /tps | bukkit.command.tps or essentials.tps |
/version /ver /about | Displays server version information. | /version [PluginName] | bukkit.command.version |
/plugins /pl | Lists running plugins. | /plugins | bukkit.command.plugins |
/reload /rl | Reloads server config/plugins. **Warning: Use with caution!** | /reload confirm | bukkit.command.reload |
/save-all | Forces a save of worlds and player data. | /save-all | bukkit.command.save.perform |
/stop | Gracefully stops the server. | /stop [message] | bukkit.command.stop |
/whitelist | Manages the server whitelist. | /whitelist (on|off|add|remove|list|reload) | bukkit.command.whitelist.* |
/timings | Manages performance profiling reports. | /timings (on|off|paste|report|reset) | bukkit.command.timings |
/paper | PaperMC specific commands. | /paper (ver|timings|...) | bukkit.command.paper |