IcePlugins.XYZ

Free and Open-Source Unturned Plugins

Github Discord Steam

Licensed Under WTFPL

Download Github

Download Github

Licensed Under WTFPL

PVPToggle by ExtraConcentratedJuice

Allows players to individually toggle their PVP on/off, along with UI effects to show if a player is invulnerable and if the player is in PVP.

Documentation

NOTICE:
Requires my assets pack to be installed on the server.
http://steamcommunity.com/sharedfiles/filedetails/?id=1341952069

Permissions

  • pvptoggle.pvp

    Allows a player use /pvp

  • pvptoggle.indicator

    Allows a plyer to use /indicator

  • pvptoggle.bypass

    A player with this permission will bypass the PVP/PVE check.

Commands

  • /pvp

    Toggles your own PVP mode on/off. Requires pvptoggle.pvp.

  • /pvp [player]

    Displays a player's PVP status. Requires pvptoggle.pvp.

  • /indicator

    Turns the PVP indicator on/off. Requires pvptoggle.indicator.

Configuration

<?xml version="1.0" encoding="utf-8"?>
<PvpToggleConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!-- If a player should enter the server in PVE mode -->
  <pveByDefault>false</pveByDefault>
  <!-- If the plugin should ignore admins -->
  <ignoreAdmins>false</ignoreAdmins>
  <!-- If a warning effect is enabled. Requires the workshop mod. -->
  <enableWarningEffect>true</enableWarningEffect>
  <!-- Warning effect ID. Default value (60125) is the ID of my effect. Leave unchanged unless you are using your own. -->
  <warningEffectId>60125</warningEffectId>
  <!-- How long after a warning effect pops up until it can pop up again -->
  <warningCooldown>3</warningCooldown>
  <!-- How long the warning effect stays on screen -->
  <warningScreentime>2</warningScreentime>
  <!-- If an indicator text to display in the top right corner will be shown. Requires the workshop mod. -->
  <enableIndicatorEffect>true</enableIndicatorEffect>
  <!-- If the indicator is enabled on server join -->
  <indicatorByDefault>true</indicatorByDefault>
  <!-- Indicator Effect ID. Default value (60125) is the ID of my effect. Leave unchanged unless you are using your own. -->
  <indicatorEffectId>60126</indicatorEffectId>
</PvpToggleConfiguration>