mirror of
https://github.com/LordBoos/boosCooldowns.git
synced 2024-11-23 11:05:44 +01:00
304cbed516
to users.yml)
140 lines
7.4 KiB
YAML
140 lines
7.4 KiB
YAML
name: boosCooldowns
|
|
main: cz.boosik.boosCooldown.boosCoolDown
|
|
version: 3.1.2
|
|
authors: [LordBoos (ingame name boosik)]
|
|
softdepend: [Vault]
|
|
description: >
|
|
Shortcuts
|
|
commands:
|
|
booscooldowns:
|
|
description: Reload command.
|
|
usage: Use /booscooldowns reload, clearcooldowns <player>, clearwarmups <player> or clearuses <player>
|
|
permissions:
|
|
booscooldowns.exception:
|
|
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.
|
|
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.
|
|
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!
|
|
default: false |