https://github.com/john-paul-r/essential-commands
Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)
https://github.com/john-paul-r/essential-commands
fabric fabric-mod minecraft minecraft-mod
Last synced: about 1 year ago
JSON representation
Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)
- Host: GitHub
- URL: https://github.com/john-paul-r/essential-commands
- Owner: John-Paul-R
- License: mit
- Created: 2019-07-13T06:18:08.000Z (almost 7 years ago)
- Default Branch: 1.21.x
- Last Pushed: 2025-04-03T20:39:50.000Z (about 1 year ago)
- Last Synced: 2025-04-04T20:09:04.820Z (about 1 year ago)
- Topics: fabric, fabric-mod, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 1.65 MB
- Stars: 115
- Watchers: 1
- Forks: 39
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Essential Commands
Configurable, permissions-backed utility commands for Fabric servers.
[][releases]
[][modrinth:files]
[][modrinth:files]
[][curseforge:files]
[][releases]
## Description
Essential Commands is a Minecraft (Fabric) mod that adds several simple commands to the game. \
All commands are [configurable][config-docs] and toggleable. \
The mod is purely serverside, and is not required on the client. (but it does work on singleplayer worlds).
## Permissions
Essential Commands supports permissions mods like LuckPerms!
All commands and sub-commands have their own permissions node in the form:
`essentialcommands..`
*Note: The config option `use_permissions_api` must be set to `true` for permissions to have an effect.* ([Config Docs](https://github.com/John-Paul-R/Essential-Commands/wiki/Config-Documentation)) ([Permissions Docs](https://github.com/John-Paul-R/Essential-Commands/wiki/List-of-Commands-&-Permissions))
## Commands
All of these commands support automatic tab completion using Minecraft's new commands system.
See the [full List of Commands & Permissions](https://github.com/John-Paul-R/Essential-Commands/wiki/List-of-Commands-&-Permissions).
### Spawn
- /spawn
- /spawn set
### Teleport requests
- /tpa \
- /tpahere \
- /tpaccept \
- /tpdeny \
### Player Homes
- /home set \
- /home tp \
- /home delete \
- /home list
### Warps
- /warp set \
- /warp tp \
- /warp delete \
- /warp list
### Back
- /back
Want to teleport to where you died? Enable `allow_back_on_death` in the [config][config-docs].
### Nickname
- /nickname set \
- /nickname clear
- /nickname reveal \
### Random Teleport (/wild equivalent)
- /randomteleport
- /rtp
### Workbench
- /workbench
- /anvil
- /enderchest
- /stonecutter
- /grindstone
- /wastebin
### Kitchen sink
- /afk
- /fly
- /fly \
- /invuln
- /invuln \
- /top
- /day
- /gametime
### Config
- /essentialcommands config reload
## License
Essential Commands is open-sourced software licenced under the [MIT license][license].
## Discord
Questions? Contact me in [my Discord server][discord].
[curseforge:files]: https://www.curseforge.com/minecraft/mc-mods/essential-commands/files
[modrinth:files]: https://modrinth.com/mod/essential-commands/versions
[releases]: https://github.com/John-Paul-R/essential-commands/releases
[license]: LICENSE
[discord]: https://discord.jpcode.dev/
[config-docs]: https://github.com/John-Paul-R/Essential-Commands/wiki/Config-Documentation