-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
28 lines (28 loc) · 960 Bytes
/
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
name: CityWorld
main: me.daddychurchill.CityWorld.CityWorld
version: 1.40
load: startup
author: DaddyChurchill
commands:
cityworld:
description: Teleports you to/from the default CityWorld
usage: /cityworld [leave] [normal|nether|the_end] [floating]
citychunk:
description: Performs specific maintenance on chunks of CityWorld
usage: /citychunk regen | clean [chunkradius]
permissions:
cityworld.*:
description: Gives access to all CityWorld commands
children:
cityworld.command: true
cityworld.create: true
citychunk.command: true
cityworld.command:
description: Allows users to enter and exit the default CityWorld
default: op
cityworld.create:
description: Allows users to create the default CityWorld if it doesn't exist when the user enters it
default: op
citychunk.command:
description: Allows users to regenerate or cleanup world chunks
default: op