Command Permissions
This plugin requires no permission configuration by default, allowing server owners to use it out of the box ( hot-loading the plugin may cause default permissions to be invalid).
For lower-version players unsure about types, please use Tab completion hints; versions 1.12 and above will prompt automatically.
# Permissions List
Permission | Purpose | Default Holder |
---|---|---|
playerFatigue.setBlock | Set specified block | OP |
playerFatigue.give | Give fatigue to player | OP |
playerFatigue.take | Reduce player fatigue | OP |
playerFatigue.set | Set player fatigue | OP |
playerFatigue.setMax | Set player's max fatigue | OP |
playerFatigue.addMax | Add to player's max fatigue | OP |
playerFatigue.vip | VIP permission | OP |
playerFatigue.viewBlock | View specified blocks | OP |
playerFatigue.reload | Reload the plugin | OP |
# Commands List
Command | Purpose |
---|---|
/plf setBlock [type] [value] | Add a block that consumes fatigue |
/plf give [player] [amount] | Increase player's fatigue |
/plf take [player] [amount] | Decrease player's fatigue |
/plf set [player] [amount] | Set player's fatigue |
/plf setMax [player] [amount] | Set player's max fatigue |
/plf addMax [player] [amount] | Add to player's max fatigue |
/plf viewBlock | View specified blocks |
/plf reload | Reload the plugin |
[]
Required parameters,()
Optional parameters.
# Type Description
Types include:
break
: MiningcraftItem
: Crafting
Example:
Holding diamond ore, input:
/plf setBlock break 1
means mining diamond ore consumes 1 point of fatigue.
lastUpdated: 2025-08-12 12:59:26