forked from tastybento/askygrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
66 lines (66 loc) · 2.05 KB
/
plugin.yml
File metadata and controls
66 lines (66 loc) · 2.05 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: ASkyGrid
main: com.wasteofplastic.askygrid.ASkyGrid
version: ${version}
description: A SkyGrid Plugin
author: tastybento
depend: [Vault]
softdepend: [WorldGuard]
load: startup
loadbefore: [Multiverse-Core]
commands:
asg:
description: Main player command
aliases: [asky]
usage: |
/asg help
asgadmin:
description: Admin commands
usage: |
/asgadmin
asgc:
description: Game challenges
aliases: [c, challenge, challenges]
usage: |
/asgc
permissions:
askygrid.*:
children:
askygrid.player.*:
children:
askygrid.player.create:
description: Let the player use the /skygrid command
default: true
askygrid.player.sethome:
description: Let the player set their skygrid teleport point
default: true
askygrid.player.challenges:
description: Let the player use the /challenges command
default: true
askygrid.player.warp:
description: Let the player use /skygrid warp to warp to a players skygrid
default: true
askygrid.player.addwarp:
description: Let the player place a Welcome warp sign
default: true
askygrid.mod.*:
children:
askygrid.mod.bannedcommands:
decription: Let a moderator use banned commands
default: false
askygrid.mod.info:
description: Let a moderator see info on a player
default: op
askygrid.mod.challenges:
description: Let a moderator access challenge commands
default: op
askygrid.mod.sethome:
description: Allows setting of a player's home position
default: op
askygrid.mod.tp:
description: Allows teleport to a player's home position
default: op
askygrid.admin.*:
children:
askygrid.admin.reload:
description: Reload the config.yml
default: op