Skip to content

Commit 68c83b1

Browse files
Update readme
1 parent d000744 commit 68c83b1

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

README.md

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1-
# Commands+
1+
# Decree
22

3-
A Mod that adds new helpful commands to Minecraft.
3+
## Commands
4+
5+
| Command | Description |
6+
|-------------------|-----------------------------------------------------------------------------------------|
7+
| `clearspawnpoint` | Clears a player's spawnpoint. |
8+
| `daylock` | Disables the gamerule `doDaylightCycle` and sets the game to noon. |
9+
| `gamerulepreset` | Save and load gamerule presets stored on the server (carries over to different worlds). |
10+
| `head` | Get a player head or get info about one. |
11+
| `health` | Set, add, or query the health of an entity. |
12+
| `hunger` | Set, add, or query the food, saturation, or exhaustion of a player. |
13+
| `name` | Change the name of an item or entity. |
14+
| `decree ride` | A ported version of Bedrock's ride command with more features than Java's . |
15+
| `setowner` | Set the owner of a pet. |
16+
| `toggledownfall` | Toggles rain. |
17+
| `decree stop` | An improved version of the `stop` command; it takes a optional duration. |
18+
19+
### Aliases
20+
21+
| Alias | Command |
22+
|-------------|---------------|
23+
| `?` | `help` |
24+
| `alwaysday` | `daylock` |
25+
| `skull` | `head` |
26+
| `hp` | `health` |
27+
| `food` | `hunger` |
28+
| `mount` | `decree ride` |
29+
| `tame` | `setowner` |
30+
31+
## Gamerules
32+
33+
| Gamerule | Default | Description |
34+
|--------------------|---------|----------------------------------------------------|
35+
| `doEndermanPickup` | `ture` | Allow Endermen to pickup blocks. |
36+
| `doEndermanPlace` | `true` | Allow Endermen to place blocks. |
37+
| `itemDespawnAge` | `6000` | Controls how long it takes for an item to despawn. |
38+
39+
Check out the [wiki](https://github.thepinkhacker.com/decree/wiki) for more info on each command.

0 commit comments

Comments
 (0)