https://github.com/the-pink-hacker/decree
A Mod that adds new helpful commands to Minecraft.
https://github.com/the-pink-hacker/decree
java minecraft minecraft-command minecraft-commands minecraft-mod mod
Last synced: about 1 month ago
JSON representation
A Mod that adds new helpful commands to Minecraft.
- Host: GitHub
- URL: https://github.com/the-pink-hacker/decree
- Owner: the-pink-hacker
- License: lgpl-3.0
- Created: 2021-09-02T04:38:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T06:21:20.000Z (3 months ago)
- Last Synced: 2025-04-09T20:05:45.943Z (about 1 month ago)
- Topics: java, minecraft, minecraft-command, minecraft-commands, minecraft-mod, mod
- Language: Java
- Homepage: https://modrinth.com/mod/YlwIVI6M
- Size: 497 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decree
## Commands
| Command | Description |
|-------------------|-----------------------------------------------------------------------------------------|
| `clearspawnpoint` | Clears a player's spawnpoint. |
| `daylock` | Disables the gamerule `doDaylightCycle` and sets the game to noon. |
| `gamerulepreset` | Save and load gamerule presets stored on the server (carries over to different worlds). |
| `head` | Get a player head or get info about one. |
| `health` | Set, add, or query the health of an entity. |
| `hunger` | Set, add, or query the food, saturation, or exhaustion of a player. |
| `name` | Change the name of an item or entity. |
| `decree ride` | A ported version of Bedrock's ride command with more features than Java's . |
| `setowner` | Set the owner of a pet. |
| `toggledownfall` | Toggles rain. |
| `decree stop` | An improved version of the `stop` command; it takes a optional duration. |## Gamerules
| Gamerule | Default | Description |
|--------------------|---------|----------------------------------------------------|
| `doEndermanPickup` | `ture` | Allow Endermen to pickup blocks. |
| `doEndermanPlace` | `true` | Allow Endermen to place blocks. |
| `itemDespawnAge` | `6000` | Controls how long it takes for an item to despawn. |Check out the [wiki](https://github.thepinkhacker.com/decree/wiki) for more info on each command.