forked from alkarinv/BattleArena
-
Notifications
You must be signed in to change notification settings - Fork 1
Worldguardregions
alkarinv edited this page Oct 28, 2012
·
8 revisions
- First, use your //wand to select an area, then
- /arena alter <arena name> addregion
- Open up your config.yml
- Add in the worldguard options to any stages you would like them in
This is what the config looks like before
### Skirmish skirmish: enabled: true type: versus onStart: options: [teleportIn, pvpOn] onComplete: options: [teleportOut] winner: options: [health=20, hunger=20]After changing, adding in wgNoLeave and wgClearRegion
### Skirmish skirmish: enabled: true type: versus onStart: options: [teleportIn, pvpOn, wgNoLeave] onComplete: options: [teleportOut, wgClearRegion] winner: options: [health=20, hunger=20]
More options will be added as requested
- wgClearRegion : clears the region of any items
- wgNoLeave : players in the arena can't leave the region
- wgNoEnter : players cant enter the arena region (except for fighting players)
- wgResetRegion : resets the region to the way it was when you added it via /arena alter addRegion.