blob: b1c59ac9f6cdaa63b7d76d18f131af5965e48b49 [file] [log] [blame] [raw]
name: "worldmgr"
main: "rivoreo.minecraft.worldmgr.BukkitPlugin"
version: "1.0"
description: "Manage worlds"
commands:
world:
description: "Manage worlds"
usage: "Usage:\n world list\n world load { -a | <name> }\n world unload [-n] {<name>|<uuid>} [...]\n world save { -a | {<name>|<uuid>} [...] }\n world switch {<name>|<uuid>} [<x> <y> <z>]"
permissions:
rivoreo.worldmgr.*:
description: "Allow using all subcommands"
default: false
children:
rivoreo.worldmgr.list: true
rivoreo.worldmgr.load_unload: true
rivoreo.worldmgr.save: true
rivoreo.worldmgr.switch: true
rivoreo.worldmgr.list:
description: "Allow using 'list' subcommand"
default: true
rivoreo.worldmgr.load_unload:
description: "Allow using 'load' and 'unload' subcommands; also includes rivoreo.worldmgr.save permission"
default: false
children:
rivoreo.worldmgr.list: true
rivoreo.worldmgr.save: true
rivoreo.worldmgr.save:
description: "Allow using 'save' subcommand"
default: op
children:
rivoreo.worldmgr.list: true
rivoreo.worldmgr.switch:
description: "Allow using 'switch' subcommand"
default: op
children:
rivoreo.worldmgr.list: true
rivoreo.worldmgr.switch_coordinate:
description: "Allow using 'switch' subcommand with specified coordinate"
default: op
children:
rivoreo.worldmgr.switch: true