Skip to content

Commit 4451bdb

Browse files
committed
Initial Commit
0 parents  commit 4451bdb

17 files changed

+1210
-0
lines changed

config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
arenas:
3+
- id: "1"
4+
capacity: "1"
5+
spawnpoints:
6+
- x: 77.763855
7+
"y": 76.000003
8+
z: 195.330750
9+
level: world
10+
- x: 77.763855
11+
"y": 76.000003
12+
z: 195.330750
13+
level: world
14+
chests:
15+
- id: 54
16+
x: 79
17+
"y": 71
18+
z: 212
19+
level: 1
20+
- id: 54
21+
x: 83
22+
"y": 71
23+
z: 213
24+
level: 1
25+
lobby:
26+
x: 81.306961
27+
"y": 72.000003
28+
z: 209.568298
29+
level: world
30+
chestitems:
31+
- 267
32+
- 298
33+
- 299
34+
- 300
35+
- 302
36+
- 303
37+
- 304
38+
- 306
39+
- 307
40+
- 308
41+
...

plugin.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: HungerGames
2+
main: HungerGames\HungerGames
3+
version: 0.0.1
4+
api: [1.0.0, 1.1.0]
5+
description: HungerGames Plugin
6+
permissions:
7+
hungergames.newarena:
8+
description: "Allows using /newarena"
9+
default: op
10+
11+
hungergames.setchest:
12+
description: "Allows using /setchest"
13+
default: op
14+
15+
hungergames.spawnadd:
16+
description: "Allows using /spawnadd"
17+
default: op
18+
19+
hungergames.addlobby:
20+
desription: "Allows using /addlobby"
21+
default: op
22+
23+

0 commit comments

Comments
 (0)