rlf / uSkyBlock

The best skyblock bukkit plugin around...
http://dev.bukkit.org/bukkit-plugins/uskyblock/
GNU General Public License v3.0
76 stars 112 forks source link

PvP toggle and "__global__" #837

Open BlackBeltPanda opened 8 years ago

BlackBeltPanda commented 8 years ago

Please paste the output from /usb version below

INFO Name: uSkyBlock
INFO Version: 2.7.2
INFO Description: Ultimate SkyBlock v2.7.2-45f756-430
INFO Language: en (en)
INFO State: d=500, r=152, i=2,024, p=11,026, n=false, awe=true
INFO Server: Paper git-Paper-819 (MC: 1.10.2)
INFO State: online=false, bungee=true
INFO ------------------------------
INFO Vault 1.5.6-b49 (ENABLED)
INFO WorldEdit 6.1.3;7a097ca (ENABLED)
INFO WorldGuard 6.1.2;e38d98d (ENABLED)
INFO AsyncWorldEdit 3.4.0 (ENABLED)
INFO Multiverse-Core 2.5-b719 (ENABLED)
INFO Multiverse-NetherPortals 2.5-b710 (ENABLED)
INFO ------------------------------

Setting the "Options.Island.AllowPvP" option in the config changes the PvP flag in the __global__ region to either "Allow" or "Deny". Unfortunately, that causes it to interfere with PvPManager, which looks at the region a player is in and forces PvP on the player if the region is set to "Allow". Is there a way to add an option to simply reset the PvP flag for the __global__ region, something like "none" or "null" as a config option?

rlf commented 8 years ago

Related to #805