2012-01-17 11:36:12 +00:00
|
|
|
name: LimitedCreative
|
|
|
|
main: de.jaschastarke.minecraft.limitedcreative.LimitedCreativeCore
|
2012-02-13 21:19:34 +00:00
|
|
|
version: 0.9.2-beta
|
|
|
|
softdepend: [WorldGuard, WorldEdit, MultiInv]
|
2012-01-24 20:02:27 +00:00
|
|
|
dev-url: http://dev.bukkit.org/server-mods/limited-creative/
|
2012-01-18 12:54:03 +00:00
|
|
|
commands:
|
|
|
|
limitedcreative:
|
2012-02-01 21:25:34 +00:00
|
|
|
description: "LimitedCreative: GameMode-Switch, Creative-Regions, Config"
|
2012-01-18 12:54:03 +00:00
|
|
|
aliases: lc
|
|
|
|
usage: /<command> - displays LimitedCreative-Help
|
2012-01-19 21:47:41 +00:00
|
|
|
/region:
|
2012-02-01 21:25:34 +00:00
|
|
|
description: "LimitedCreative-Region-Command: configure creative regions"
|
2012-01-19 21:47:41 +00:00
|
|
|
aliases: lcregion
|
|
|
|
usage: /<command> info|flag [<world>#]<region> - set/get region options
|
2012-01-18 12:54:03 +00:00
|
|
|
permissions:
|
|
|
|
limitedcreative.config:
|
|
|
|
description: Allows enabling/disabling of config options ingame
|
|
|
|
default: op
|
2012-01-19 21:47:41 +00:00
|
|
|
limitedcreative.regions:
|
|
|
|
description: Allows usage of the //region commands
|
|
|
|
default: op
|
2012-01-18 12:54:03 +00:00
|
|
|
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
|
2012-02-03 21:47:56 +00:00
|
|
|
limitedcreative.nolimit.button:
|
|
|
|
description: Allows bypassing the "do not interact with buttons"-limitation
|
|
|
|
default: false
|
|
|
|
limitedcreative.nolimit.lever:
|
|
|
|
description: Allows bypassing the "do not interact with levers"-limitation
|
|
|
|
default: false
|
2012-01-18 12:54:03 +00:00
|
|
|
limitedcreative.nolimit.pvp:
|
|
|
|
description: Allows bypassing the "no pvp"-limitation
|
2012-01-24 20:02:27 +00:00
|
|
|
default: false
|
2012-02-03 21:47:56 +00:00
|
|
|
limitedcreative.nolimit.mob_damage:
|
|
|
|
description: Allows bypassing the "no dealing damage to creatures"-limitation
|
|
|
|
default: false
|
2012-01-24 20:02:27 +00:00
|
|
|
limitedcreative.nolimit.use:
|
|
|
|
description: Allows bypassing the "block place/item use"-limitation
|
|
|
|
default: false
|
|
|
|
limitedcreative.nolimit.break:
|
|
|
|
description: Allows bypassing the "block break"-limitation
|
2012-01-18 12:54:03 +00:00
|
|
|
default: false
|