This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree 4 files changed +26
-18
lines changed 4 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ There are 3 types of vector numbers:
65
65
66
66
These arguments are mix matchable, for example ` ~ 100 ~ ` teleports you to y=100 at your current position.
67
67
68
- # MiniMessage
68
+ ### MiniMessage
69
69
70
70
[ MiniMessage] ( https://docs.adventure.kyori.net/minimessage ) is a format by [ Adventure] ( https://docs.adventure.kyori.net )
71
71
Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change
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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments