You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spigot-chunkmaster/src/main/resources/plugin.yml

41 lines
1.3 KiB
YAML

main: net.trivernis.chunkmaster.Chunkmaster
name: Chunkmaster
version: '1.0 SNAPSHOT'
description: Chunk commands plugin.
author: Trivernis
website: trivernis.net
5 years ago
api-version: '1.14'
commands:
5 years ago
generate:
description: >
Generates chunks starting from the world spawnpoint.
StopAfter indicates the number of chunks to generate
(-1 meaning to stop at the world border). If a player
executes the command, the world argument will be ignored.
5 years ago
permission: chumkmaster.generate
usage: /generate [world] [stopAfter]
listgentasks:
description: Lists all generation tasks
permission: chunkmaster.listgentasks
usage: /listgentasks
removegentask:
description: Removes the generation task with the specified id
permission: chunkmaster.removegentask
usage: /removegentask {task-id}
permissions:
5 years ago
cunkmaster.generate:
description: Allows generate command.
5 years ago
default: op
chunkmaster.listgentasks:
description: Allows the listgentask command.
default: op
chunkmaster.removegentask:
description: Allows the removegentask command.
default: op
chunkmaster.*:
description: Wildcard permission
5 years ago
default: op
children:
- chunkmaster.generate
- chunkmaster.listgentasks
- chunkmaster.removegentask