boosCooldowns/src/plugin.yml

140 lines
7.4 KiB
YAML
Raw Normal View History

2012-08-21 14:46:57 +02:00
name: boosCooldowns
2011-07-26 17:59:11 +02:00
main: cz.boosik.boosCooldown.boosCoolDown
version: 3.1.3
2012-08-31 15:50:38 +02:00
authors: [LordBoos (ingame name boosik)]
2012-09-01 17:23:28 +02:00
softdepend: [Vault]
2011-07-26 17:59:11 +02:00
description: >
Shortcuts
commands:
booscooldowns:
description: Reload command.
usage: Use /booscooldowns reload, clearcooldowns <player>, clearwarmups <player> or clearuses <player>
permissions:
booscooldowns.exception:
2012-09-01 17:23:28 +02:00
description: Player wont be affected by plugin at all (no warmups, no cooldowns, no prices, no limits, no aliases).
default: false
booscooldowns.norestriction:
description: Player wont be affected by restrictions but will be affected by aliases(no warmups, no cooldowns, no prices, no limits).
default: false
children:
booscooldowns.noprice: true
booscooldowns.nocooldown: true
booscooldowns.nowarmup: true
booscooldowns.nolimit: true
booscooldowns.nocancel.move:
description: Players warmups will not be canceled by moving, even if it's turned on.
default: false
booscooldowns.nocancel.damage:
description: Players warmups will not be canceled by damage, even if it's turned on.
default: false
booscooldowns.nocancel.sneak:
description: Players warmups will not be canceled by sneaking, even if it's turned on.
default: false
booscooldowns.nocancel.sprint:
description: Players warmups will not be canceled by sprinting, even if it's turned on.
default: false
booscooldowns.nocancel.gamemodechange:
description: Players warmups will not be canceled by changing gamemode, even if it's turned on.
default: false
booscooldowns.dontblock.interact:
description: Players interaction will not be blocked during warmup, even if it's turned on.
default: false
booscooldowns.noprice:
description: Players commands will always be free of charge.
default: false
booscooldowns.noprice./command:
description: Command "/command" will not be affected by price for users with this permission.
default: false
booscooldowns.nocooldown:
description: Player wont be affected by cooldowns.
default: false
booscooldowns.nocooldown./command:
description: Command "/command" will not be affected by cooldown for users with this permission.
default: false
booscooldowns.nowarmup:
description: Player wont be affected by warmups.
default: false
booscooldowns.nowarmup./command:
description: Command "/command" will not be affected by warmup for users with this permission.
default: false
booscooldowns.nolimit:
description: Player wont be affected by limiting.
default: false
booscooldowns.nolimit./command:
description: Command "/command" will not be affected by limits for users with this permission.
default: false
booscooldowns.warmup2:
description: Player will be affected by warmup2 group. Players without this permission, will be affected by default warmups.
default: false
booscooldowns.warmup3:
description: Player will be affected by warmup3 group. Players without this permission, will be affected by default warmups.
default: false
booscooldowns.warmup4:
description: Player will be affected by warmup4 group. Players without this permission, will be affected by default warmups.
default: false
booscooldowns.warmup5:
description: Player will be affected by warmup5 group. Players without this permission, will be affected by default warmups.
default: false
booscooldowns.price2:
description: Player will be affected by price2 group. Players without this permission, will be affected by default prices.
default: false
booscooldowns.price3:
description: Player will be affected by price3 group. Players without this permission, will be affected by default prices.
default: false
booscooldowns.price4:
description: Player will be affected by price4 group. Players without this permission, will be affected by default prices.
default: false
booscooldowns.price5:
description: Player will be affected by price5 group. Players without this permission, will be affected by default prices.
default: false
booscooldowns.cooldown2:
description: Player will be affected by cooldown2 group. Players without this permission, will be affected by default cooldowns.
default: false
booscooldowns.cooldown3:
description: Player will be affected by cooldown3 group. Players without this permission, will be affected by default cooldowns.
default: false
booscooldowns.cooldown4:
description: Player will be affected by cooldown4 group. Players without this permission, will be affected by default cooldowns.
default: false
booscooldowns.cooldown5:
description: Player will be affected by cooldown5 group. Players without this permission, will be affected by default cooldowns.
default: false
booscooldowns.limit2:
description: Player will be affected by limit2 group. Players without this permission, will be affected by default limits.
default: false
booscooldowns.limit3:
description: Player will be affected by limit3 group. Players without this permission, will be affected by default limits.
default: false
booscooldowns.limit4:
description: Player will be affected by limit4 group. Players without this permission, will be affected by default limits.
default: false
booscooldowns.limit5:
description: Player will be affected by limit5 group. Players without this permission, will be affected by default limits.
default: false
booscooldowns.reload:
description: Player can use "/booscooldowns reload" to reload config file.
2012-09-03 13:46:50 +02:00
default: op
booscooldowns.clear.uses.death:
description: Players uses (limit-uses=how many times playr can still use command) are cleared on death (must be enabled in config file too!).
default: false
booscooldowns.clear.cooldowns.death:
description: Players cooldowns are cleared on death (must be enabled in config file too!).
default: false
booscooldowns.list.limits:
description: Player can use "/booscooldowns limits" to see limits and how many times he can still use commands.
default: true
booscooldowns.set:
description: Users with this can use "/booscooldowns set" command.
2012-09-03 13:46:50 +02:00
default: op
booscooldowns.signs.player.use:
description: Player can use boosCooldowns signs (marked as player on second line).
default: false
booscooldowns.signs.server.use:
description: Player can use boosCooldowns signs (marked as server on second line).
default: false
booscooldowns.signs.player.place:
description: Player can place/create boosCooldowns signs (marked as player on second line).
default: false
booscooldowns.signs.server.place:
description: Player can place/create boosCooldowns signs (marked as server on second line). !!WARNING!! With this permission, player can create sign with commands that are run as if used from console!
2012-09-01 17:23:28 +02:00
default: false