We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5cedb commit 3480266Copy full SHA for 3480266
README.md
@@ -1,14 +1,17 @@
1
-**Plugin Version:** 1.1.0
+**Plugin Version:** 1.2.0
2
3
**Game Version:** Java 1.21.1+
4
5
**Server Version:** Paper
6
7
**Features:**
8
-- Spawns tnt on each online player on a set interval
+- Spawns tnt on designated players on a set interval
9
- Default interval is 6 seconds
10
11
**Commands:**
12
- /tnt enable - enables the tnt spawning
13
- /tnt disable - disables the tnt spawning
14
- /tnt interval <seconds> - sets the interval of the tnt to inputted seconds
15
+- /tnt add <player> - adds that player to list of players tnt wil spawn on
16
+- /tnt remove <player> - removes a player from a list of players tnt will spawn on
17
+- /tnt list - displays a list of all players that are added
0 commit comments