LimitedCreative/plugin.yml
Jascha Starke 295a93b384 v0.8-beta:
- RB 1.1-R1 (no longer supporting 1.0.1)
 - dropping items removes them from quickbar/inventory
 - external localization may be loaded
 - new bukkit event api
 - cleaned up listener code
 - external localization
 - permission nolimit.use/break bugfix
2012-01-27 11:06:07 +01:00

54 lines
No EOL
2.3 KiB
YAML

name: LimitedCreative
main: de.jaschastarke.minecraft.limitedcreative.LimitedCreativeCore
version: 0.8-beta
softdepend: [WorldGuard]
dev-url: http://dev.bukkit.org/server-mods/limited-creative/
commands:
limitedcreative:
description: Main LimitedCreative-Controlling-Commands
aliases: lc
usage: /<command> - displays LimitedCreative-Help
/region:
description: Alternate region command, to use for WorldGuard-Integration
aliases: lcregion
usage: /<command> info|flag [<world>#]<region> - set/get region options
permissions:
limitedcreative.config:
description: Allows enabling/disabling of config options ingame
default: op
limitedcreative.regions:
description: Allows usage of the //region commands
default: op
limitedcreative.switch_gamemode:
description: Allows switching of own game mode to creative and back
default: op
limitedcreative.switch_gamemode.backonly:
description: Allows switching of own game mode to survival, but not to creative
default: true
limitedcreative.switch_gamemode.other:
description: Allows switching of other users game mode
default: op
limitedcreative.keepinventory:
description: Allows bypassing the inventory separation (if PermissionKeepInventory is enabled in config)
default: false
limitedcreative.nolimit.drop:
description: Allows bypassing the "do not drop anything"-limitation
default: false
limitedcreative.nolimit.pickup:
description: Allows bypassing the "do not pickup anything"-limitation
default: false
limitedcreative.nolimit.chest:
description: Allows bypassing the "do not open a chest"-limitation
default: false
limitedcreative.nolimit.sign:
description: Allows bypassing the "do not interact with signs"-limitation
default: false
limitedcreative.nolimit.pvp:
description: Allows bypassing the "no pvp"-limitation
default: false
limitedcreative.nolimit.use:
description: Allows bypassing the "block place/item use"-limitation
default: false
limitedcreative.nolimit.break:
description: Allows bypassing the "block break"-limitation
default: false