← Назад к ресурсам

Essential Commands

Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)

Modrinth utility

Описание

# Essential Commands 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). [![Release](https://img.shields.io/github/v/release/John-Paul-R/essential-commands?style=for-the-badge&include_prereleases&sort=semver)][modrinth:files] [![Available For](https://img.shields.io/badge/dynamic/json?label=Available%20For&style=for-the-badge&color=34aa2f&query=$[:]&url=https%3A%2F%2Fwww.jpcode.dev%2Fessentialcommands%2Fsupported_mc_versions.json)][modrinth:files] ## 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._ ([Permissions Quickstart][permissions-quickstart]) ## Commands All of these commands support automatic tab completion using Minecraft's new commands system. See the [full List of Commands & Permissions][commands-permissions-list]. ### 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 - /night - /gametime ### Config - /essentialcommands config reload ## Discord Questions? Contact me in [my Discord server][discord]. [modrinth:files]: https://modrinth.com/mod/essential-commands/versions [discord]: https://discord.jpcode.dev/essential-commands [config-docs]: https://john-paul-r.github.io/Essential-Commands/#/Config-Documentation [commands-permissions-list]: https://john-paul-r.github.io/Essential-Commands/#/List-of-Commands-&-Permissions [permissions-quickstart]: https://john-paul-r.github.io/Essential-Commands/#/Permissions-Quickstart