Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 51ee300

Browse files
committed
Cleanup, add actions, fix command header
1 parent fb7b16e commit 51ee300

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

docs/tools/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There are 3 types of vector numbers:
6565

6666
These arguments are mix matchable, for example `~ 100 ~` teleports you to y=100 at your current position.
6767

68-
# MiniMessage
68+
### MiniMessage
6969

7070
[MiniMessage](https://docs.adventure.kyori.net/minimessage) is a format by [Adventure](https://docs.adventure.kyori.net)
7171

docs/tools/item/actions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Actions
2+
3+
Actions allow you to do things when stuff happens.
4+
5+
Some systems, like mobs, have an event subcommand.
6+
7+
## Commands
8+
9+
`/action create (name) (...properties)` - Create an action item (red dye)

docs/tools/item/traps.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Traps
2+
3+
Traps allow you to make blocks do special actions depending on the interaction of them.
4+
5+
For example, use `/trap create Damage 1` and `/trap apply magma_block 10`
6+
to apply a Damage trap to all magma blocks in a radius of 10 from you.
7+
8+
## Commands
9+
10+
`/trap create (trapName) (...args)` - Create a trap item (purple dye)
11+
12+
`/trap apply (blockName) (radius)` - Apply a trap item to all blocks of the type in a radius.
13+
14+
## Usages
15+
16+
To use a trap item, simply right click on a block to set its trap.

docs/tools/registry/traps.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)