forked from BedwarsRel/BedwarsRel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
123 lines (119 loc) · 3.64 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
name: BedwarsRel
description: Destroy other's beds with bedwars reloaded
author: Yannici
website: http://www.spigotmc.org/resources/bedwars-rel.6799/
main: io.github.yannici.bedwars.Main
version: 1.1.8
awareness:
- !@UTF8
depend: []
softdepend: [Multiverse-Core, Multiworld]
commands:
bw:
description: Base command for all Test-Plugin commands
usage: /<command> help
permission: bw.base
bw info:
description: This is a demo command.
usage: /<command> help
permission: bw.base
bw setspawner:
description: Sets a ressource spawn point of a specific type
usage: /<command> [Game] [Ressource]
permission: bw.setup
bw addgame:
description: Add a new game
usage: /<command> [Name]
permission: bw.setup
bw start:
description: Starts a game
usage: /<command> [Game]
permission: bw.setup
bw addteam:
description: Adds a team to a game
usage: /<command> [Name] [Color]
permission: bw.setup
bw save:
description: Saves a game to config files
usage: /<command> [Name]
permission: bw.setup
bw setregion:
description: Sets one of the two possible region of the game
usage: /<command> [Name] [loc1;loc2]
permission: bw.setup
bw join:
description: Joins a specific team in a game
usage: /<command> [Game] [Team]
permission: bw.base
bw setspawn:
description: Sets the spawn of a team
usage: /<command> [Game] [Team]
permission: bw.setup
bw setlobby:
description: Sets the lobby location of a game
usage: /<command> [Game]
permission: bw.setup
bw setbed:
description: Sets the bed of a team in a game
usage: /<command> [Game] [Team]
permission: bw.setup
bw leave:
description: Leaves the current game
usage: /<command>
permission: bw.base
bw reload:
description: Reloads the configurations and translations
usage: /<command>
permission: bw.setup
bw list:
description: List all availabe games
usage: /<command>
permission: bw.base
bw regionname:
description: Sets a region name
usage: /<command>
permission: bw.setup
bw removeteam:
description: Removes a team of the game
usage: /<command>
permission: bw.setup
bw removegame:
description: Removes a game
usage: /<command>
permission: bw.setup
bw clearspawner:
description: Removes all ressource spawners from the game
usage: /<command>
permission: bw.setup
bw gametime:
description: Sets the time for the game used in the world
usage: /<command>
permission: bw.setup
bw stats:
description: Shows the stats of bedwars
usage: /<command>
permission: bw.base
bw setminplayers:
description: Sets the min player amount for a game
usage: /<command>
permission: bw.setup
permissions:
bw.base:
description: Allows you to show to play games
default: true
bw.setup:
description: Allows you to set up new or existing games
default: op
bw.vip.*:
description: Allows special user permissions
default: op
children:
bw.vip.joinfull: true
bw.vip.forcestart: true
bw.vip.skipbalance: true
bw.cmd:
description: Allows to execute non-bedwars commands ingame
default: op
bw.otherstats:
description: Allows to show stats of other players
default: op