ANTI mod for invulnerability in game agains players
Go to file
mckaygerhard c51fbae39b update trasnlations, added russian translation 2023-01-02 21:22:01 -04:00
locale update trasnlations, added russian translation 2023-01-02 21:22:01 -04:00
LICENSE pvpinvul minetest mod 2021-07-21 15:10:00 +02:00
README.md rename mod to antipvp to be in consonance with "anti" mods 2022-02-22 07:41:08 -04:00
depends.txt improve description, added missing opt depends on intlib for backguard compat 2022-01-25 17:37:52 -04:00
description.txt rename mod to antipvp to be in consonance with "anti" mods 2022-02-22 07:41:08 -04:00
init.lua fix misctaske on log 2022-02-22 22:40:00 -04:00
mod.conf rename mod to antipvp to be in consonance with "anti" mods 2022-02-22 07:41:08 -04:00
screenshot.png improve readme for main branch of minenux, description and tech info. 2022-01-25 17:49:20 -04:00
settingtypes.txt rename mod to antipvp to be in consonance with "anti" mods 2022-02-22 07:41:08 -04:00

README.md

minetest mod antipvp

Provides pvp invulnerability to players by privilegie.

Information

This mod is named antipvp and add a priv that give PvP(Player vs Player) invulnerability.

screenshot.png

tech information

This is a fork from original https://notabug.org/gnuhacker/antipvp if still exits.

Main difference are:

  • the message event is configurable so it doesn't flood the chat for every hit on multiple attacks (to all players or only involved)
  • It provides backguard compatibility and stability for older engines, so we avoid the pain of upgrades with stupids reasons by developers

It provides a way to grant pvp god privilegies agains pvp(Player vs Player) battles:

/grant <player> antipvp

The PVP term means player versus player.

Download

Can be downloaded from https://codeberg.org/minenux/minetest-mod-antipvp and must be named as antipvp.

Original work can be downloaded from https://notabug.org/gnuhacker/pvpinvul if still exits.

Configuration

You can set those configurations in the mod tab at the gui, or added those option to the minetest config file at game directory, to the main global config file.

config option type default description
pvpinvul_kill_hitter bool false if enable, players that hit will be killed.
pvpinvul_admin_privs bool true if enable, the admin of the server will be automaticaly with antipvp privilegies.
pvpinvul_send_to_all bool true if enable, when a hitter try to hurt to a invulnerable player, send the message to all players.

For more info check https://codeberg.org/venenux/venenux-minetest/src/branch/master/tutorials/manage-minetest-configuration.md

License

Copyright (C) 2022 PICCORO Lenz McKAY Copyright (C) 2021 Sandro Del Toro De Ana

antipvp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

antipvp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with antipvp. If not, see https://www.gnu.org/licenses/.