|
1 | 1 | # Fabric Essentials |
2 | 2 |
|
3 | 3 | ## Commands |
4 | | - |
5 | | -| Command | Alias | Permission | Default | |
6 | | -|-------------------------------------------------------------------------------------------|---------------------------|------------------------------------------------|---------| |
7 | | -| `/anvil` | | `fabric-essentials.command.anvil` | ✘ | |
8 | | -| `/cartographytable` | | `fabric-essentials.command.cartographytable` | ✘ | |
9 | | -| `/enchantment` | | `fabric-essentials.command.enchantment` | ✘ | |
10 | | -| `/enderchest` | `/ec` | `fabric-essentials.command.enderchest` | ✘ | |
11 | | -| `/grindstone` | | `fabric-essentials.command.grindstone` | ✘ | |
12 | | -| `/loom` | | `fabric-essentials.command.loom` | ✘ | |
13 | | -| `/smithing` | | `fabric-essentials.command.smithing` | ✘ | |
14 | | -| `/stonecutter` | | `fabric-essentials.command.stonecutter` | ✘ | |
15 | | -| `/workbench` | `/craft`, `/wb` | `fabric-essentials.command.workbench` | ✘ | |
16 | | -| `/deletehome [<home>] [<player>]` | `/delhome`, `/removehome` | `fabric-essentials.command.deletehome` | ✔ | |
17 | | -| `/home [<home>] [<player>]` | | `fabric-essentials.command.home` | ✔ | |
18 | | -| `/homes [<player>]` | | `fabric-essentials.command.homes` | ✔ | |
19 | | -| `/sethome [<home>] [<player>\|-confirm]` | | `fabric-essentials.command.sethome` | ✔ | |
20 | | -| `/deletewarp <warp>` | `/delwarp` | `fabric-essentials.command.deletewarp` | ✘ | |
21 | | -| `/warp <warp>` | | `fabric-essentials.command.warp` | ✔ | |
22 | | -| `/setwarp <warp>` | | `fabric-essentials.command.setwarp` | ✘ | |
23 | | -| `/warps` | | `fabric-essentials.command.warps` | ✔ | |
24 | | -| `/tpa <target>` | `/tpr` | `fabric-essentials.command.tpa` | ✔ | |
25 | | -| `/tpahere <target>` | `/tprhere` | `fabric-essentials.command.tpahere` | ✔ | |
26 | | -| `/tpall` | | `fabric-essentials.command.tpall` | ✘ | |
27 | | -| `/tpaccept <target>` | | `fabric-essentials.command.tpaccept` | ✔ | |
28 | | -| `/tpdeny <target>` | | `fabric-essentials.command.tpdeny` | ✔ | |
29 | | -| `/back` | | `fabric-essentials.command.back` | ✘ | |
30 | | -| `/broadcast <message>` | | `fabric-essentials.command.broadcast` | ✘ | |
31 | | -| `/commandspy` | | `fabric-essentials.command.commandspy` | ✘ | |
32 | | -| `/essentials reload`, `/essentials import <importer>` | | `fabric-essentials.command.essentials` | ✘ | |
33 | | -| `/feed [<player>]` | | `fabric-essentials.command.feed` | ✘ | |
34 | | -| `/hat` | | `fabric-essentials.command.hat` | ✘ | |
35 | | -| `/itemedit name (<name>\|clear)`, `/itemedit lore <line> (<lore>\|clear)` | | `fabric-essentials.command.itemedit` | ✘ | |
36 | | -| `/heal [<player>]` | | `fabric-essentials.command.heal` | ✘ | |
37 | | -| `/glow [<player>]` | | `fabric-essentials.command.glow` | ✘ | |
38 | | -| `/ping [<player>]` | | `fabric-essentials.command.ping` | ✘ | |
39 | | -| `/signedit <line> (<text>\|clear)` | | `fabric-essentials.command.signedit` | ✘ | |
40 | | -| `/mods [<mod>]` | | `fabric-essentials.command.mods` | ✘ | |
41 | | -| `/fly [<player>]` | | `fabric-essentials.command.fly` | ✘ | |
42 | | -| `/flyspeed [<flyspeed>] [<target>]` | | `fabric-essentials.command.flyspeed` | ✘ | |
43 | | -| `/walkspeed [<walkspeed>] [<target>]` | | `fabric-essentials.command.walkspeed` | ✘ | |
44 | | -| `/invulnerable [<player>]` | `/godmode` | `fabric-essentials.command.invulnerable` | ✘ | |
45 | | -| `/tellmessage <targets> <message>` | | `fabric-essentials.command.tellmessage` | ✘ | |
46 | | -| `/message-to-vanilla quicktext <message>`, `/message-to-vanilla simplifiedtext <message>` | | `fabric-essentials.command.message-to-vanilla` | ✘ | |
| 4 | +This mod adds a lot of commands to Minecraft. Check out [COMMANDS.md](https://github.com/DrexHD/FabricEssentials/blob/main/COMMANDS.md) for a full list. |
47 | 5 |
|
48 | 6 | ## Config |
49 | 7 | ```json5 |
|
0 commit comments