Disables damage between clan members

Supported Games
GameServerKingsGameServerKings

HW Friendly Fire allows players to block damage between clan members.

Permissions

This plugin requires the player to be set as admin or have the permission granted.

  • hwfriendlyfire.use -- Allows players to use the /ff chat command

Chat Commands

  • /ff -- Toggle friendly fire

Configuration

{
  "Enable alert": true,
  "Only clan owner can toggle friendly fire": true
}

Localization

{
  "FF - Prefix": "<color=orange>[HW Friendly Fire]</color>",
  "FF - No perm": "You got no permission to use this command.",
  "FF - No perm owner": "Only clan owner can toggle friendly fire.",
  "FF - Info": "Clan tag: {0}\nStatus: {1}\nType '/ff on|off' to toogle friendly fire.",
  "FF - Enabled": "<color=red>Friendly fire is enabled.</color>",
  "FF - Disabled": "<color=lime>Friendly fire is disabled.</color>",
  "FF - Already enabled": "Friendly fire is already enabled.",
  "FF - Already disabled": "Friendly fire is already disabled.",
  "FF - Syntax": "Syntax: /ff on|off",
  "FF - Alert": "Do not shoot your clan mates!",
  "FF - No clan": "You got no clan.",
  "FF - Clan info": "Clan information:"
}
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.