mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-03 01:19:42 +01:00
b9fe5d2afc
- Ability to pay for claiming a region (price per block) - Ability to create buyable regions with custom price NOTE: inserted only placeholders for countBlocks(); so buy on claim will not work correctly INFO: I had not enough time to test it
41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
name: WorldGuard
|
|
main: com.sk89q.worldguard.bukkit.WorldGuardPlugin
|
|
version: WGVERSIONMACRO
|
|
commands:
|
|
stopfire:
|
|
description: Halts all fire spread until it is disabled or the server is restarted
|
|
usage: /<command>
|
|
allowfire:
|
|
description: Re-enables fire spread if he has been disabled with /stopfire
|
|
usage: /<command>
|
|
god:
|
|
description: Toggles god mode
|
|
usage: /<command> [other player]
|
|
heal:
|
|
description: Heal yourself or another
|
|
usage: /<command> [other player]
|
|
slay:
|
|
description: Slay yourself or another
|
|
usage: /<command> [other player]
|
|
stack:
|
|
description: Stacks items in the player's inventory
|
|
usage: /<command>
|
|
aliases: ;
|
|
region:
|
|
description: Adjust protected regions
|
|
usage: /<command> <define|claim|setparent|flag|delete|info|addowner|removeowner|addmember|removemember|list|save|load> ...
|
|
aliases: rg, regions
|
|
locate:
|
|
description: Set your compass towards a person
|
|
usage: /<command> <target>
|
|
reloadwg:
|
|
description: Reload WorldGuard's configuration
|
|
usage: /<command>
|
|
tpregion:
|
|
description: Ports you to the region
|
|
usage: /<command> <region id> ...
|
|
aliases: tpr
|
|
buyregion:
|
|
description: Buy a buyable region
|
|
usage: /<command> <region id> [info]
|
|
|