| Method and Description |
|---|
| com.sk89q.worldguard.domains.Domain.contains(String)
names are deprecated in MC 1.7+ in favor of UUIDs
|
| com.sk89q.worldguard.protection.regions.ProtectedRegion.isMember(String)
Names are deprecated, this will not return players added by UUID (LocalPlayer)
|
| com.sk89q.worldguard.protection.regions.ProtectedRegion.isOwner(String)
Names are deprecated, this will not return owners added by UUID (LocalPlayer)
|
| com.sk89q.worldguard.protection.managers.RegionManager.matchRegion(String)
Use exact ids with
RegionManager.getRegion(java.lang.String) |
| Constructor and Description |
|---|
| com.sk89q.worldguard.domains.PlayerDomain(String[])
names are deprecated in favor of UUIDs in MC 1.7+
|