mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-24 17:11:40 +01:00
Updated for 3.1.
This commit is contained in:
parent
bc774e2596
commit
3bbffa7b55
@ -1,3 +1,10 @@
|
||||
3.1:
|
||||
- Added ability to disable chest protection. New configuration setting
|
||||
(regions.build.chest-access) and new chest flag.
|
||||
- Possibly fixed projectile blocking in no-PvP zones.
|
||||
- Added /regionmembership permission that lets people only change
|
||||
the owners and members of regions they own.
|
||||
|
||||
3.0b2:
|
||||
- Fixed issue where built-in permissions were not (re)loaded.
|
||||
- Fixed /god not working for others.
|
||||
|
@ -72,6 +72,7 @@ regions:
|
||||
wand: 287
|
||||
default:
|
||||
build: true
|
||||
chest-access: false
|
||||
|
||||
blacklist:
|
||||
logging:
|
||||
|
Loading…
Reference in New Issue
Block a user