set Pvp Settings
abstract suspend fun setPvpSettings(newPvpSettings: MutableMap<Region.PvpSettings, Boolean?>): Region
Updates the PvP settings for this region.
Return
the updated Region instance
Parameters
new Pvp Settings
map of PvP settings to apply (key may be absent to ignore, and value may be null to make the setting inherit the global default)