-
Notifications
You must be signed in to change notification settings - Fork 43
/
plugin.yml
38 lines (38 loc) · 1.08 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: TNTRun_reloaded
main: tntrun.TNTRun
softdepend: [WorldEdit, Vault, HeadsPlus, mcMMO, PlaceholderAPI]
version: 9.2-SNAPSHOT
api-version: 1.13
author: [steve4744]
commands:
tntrunsetup:
description: TNTRun arena setup commands
aliases: trsetup
tntrun:
description: TNTRun game commands
aliases: tr
tntrunconsole:
description: TNTRun console commands
aliases: trconsole
permissions:
tntrun.join:
description: used to control who can play TNTRun and where.
default: true
tntrun.setup:
description: used to create and modify arenas and gameplay
default: op
tntrun.version.check:
description: display new version message on player join
default: op
tntrun.heads:
description: control who can use HeadsPlus in-game
default: true
tntrun.shop:
description: allow players to buy any shop item (if they have money)
default: true
tntrun.joinmenu:
description: allow players to use the join menu
default: true
tntrun.start:
description: allow players to start an arena before the minimum players is reached
default: op