https://github.com/binary1024x2/commands-series
A series of data packs that add custom commands (called triggers) to any world in Minecraft
https://github.com/binary1024x2/commands-series
commands datapack datapacks extensive framework minecraft trigger triggers
Last synced: about 2 months ago
JSON representation
A series of data packs that add custom commands (called triggers) to any world in Minecraft
- Host: GitHub
- URL: https://github.com/binary1024x2/commands-series
- Owner: binary1024x2
- License: mit
- Created: 2021-11-05T18:15:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T04:38:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T17:47:31.006Z (12 months ago)
- Topics: commands, datapack, datapacks, extensive, framework, minecraft, trigger, triggers
- Language: mcfunction
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commands Series
This is a series of data packs for Minecraft that add custom commands to the game. This data pack uses [triggers](https://minecraft.fandom.com/wiki/Commands/trigger) for it trying to follow the [Data Pack Conventions](https://mc-datapacks.github.io/en/) as close as possible (certification pending). All the triggers on this series are prefixed to avoid issues with other data packs that may add simmilar triggers.
## How to Use
This data pack uses the [/trigger](https://minecraft.fandom.com/wiki/Commands/trigger) command that is available when cheats are off. The simplest command looks like this:
```
/trigger my-trigger
```
This example will trigger a score named `my-trigger`. Obviously the triggers on this data packs are more descriptive than this.
## Official Extensions
All this extensions require [Core](https://github.com/vic797/commands-series/tree/main/core) to work.
* [Death Coordinates](https://github.com/vic797/commands-series/tree/main/deathcoordinates) provides to players a way to know their dead coordinates and even teleport to them.
* [GPS](https://github.com/vic797/commands-series/tree/main/gps) provides coordinates and dimension predicated to other modules and a single trigger.
* [Homes](https://github.com/vic797/commands-series/tree/main/home) provides a way to get a single _Home_ location and teleport there in vanilla survival.
* [Teleports](https://github.com/vic797/commands-series/tree/main/teleports) provides teleporting capabilities to other data packs from this same series using scoreboards.
* [Waypoints](https://github.com/vic797/commands-series/tree/main/waypoints) provides public interdimensional waypoints that can be edited easily.
* [Light](https://github.com/vic797/commands-series/tree/main/lightmetter) a useful light meter.
## License
This repository is licensed under the MIT license, this includes all the data packs. See [LICENSE](https://github.com/vic797/commands-series/blob/main/LICENSE) for details.