forked from NerdNu/ModMode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
41 lines (36 loc) · 1.11 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
39
40
41
name: ModMode
version: ${project.version}
description: ${project.description}
author: Travis Watkins
website: ${project.url}
main: nu.nerd.modmode.ModMode
softdepend: [bPermissions]
commands:
vanish:
description: Go invisible
permission: modmode.vanish
fullvanish:
description: Go fully invisible
permission: modmode.fullvanish
unvanish:
description: Reappear
permission: modmode.unvanish
modmode:
description: Toggle ModMode
permission: modmode.toggle
permissions:
modmode:
description: Allow the player all Vanish-related permissions
children:
modmode.vanish:
description: Allow the player to vanish
modmode.fullvanish:
description: Allow the player to vanish from Moderators
modmode.unvanish:
description: Allow the player to reappear
modmode.showvanished:
description: Allow the player to see all other vanished players
modmode.toggle:
description: Allow the player to enter ModMode
modmode.showmods:
description: Allow the player to see other vanished Moderators