An open API service indexing awesome lists of open source software.

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

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.