2022-02-22 07:41:08 -04:00
|
|
|
minetest mod antipvp
|
2022-01-25 17:55:04 -04:00
|
|
|
=====================
|
|
|
|
|
2022-01-26 09:25:36 -04:00
|
|
|
Provides pvp invulnerability to players by privilegie.
|
2022-01-25 17:55:04 -04:00
|
|
|
|
|
|
|
Information
|
|
|
|
-----------
|
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
This mod is named `antipvp` and add a priv that give PvP(Player vs Player) invulnerability.
|
2022-01-25 17:55:04 -04:00
|
|
|
|
|
|
|
![screenshot.png](screenshot.png)
|
|
|
|
|
|
|
|
|
|
|
|
## tech information
|
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
This is a fork from original https://notabug.org/gnuhacker/antipvp if still exits.
|
2022-01-25 17:55:04 -04:00
|
|
|
|
2022-02-14 14:11:12 -04:00
|
|
|
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
|
2022-01-26 09:25:36 -04:00
|
|
|
|
|
|
|
It provides a way to grant pvp god privilegies agains pvp(Player vs Player) battles:
|
2022-01-25 17:55:04 -04:00
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
`/grant <player> antipvp`
|
2022-01-25 17:55:04 -04:00
|
|
|
|
2022-01-26 09:25:36 -04:00
|
|
|
The `PVP` term means player versus player.
|
|
|
|
|
2022-01-25 17:55:04 -04:00
|
|
|
### Download
|
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
Can be downloaded from https://codeberg.org/minenux/minetest-mod-antipvp and
|
|
|
|
must be named as `antipvp`.
|
2022-01-25 17:55:04 -04:00
|
|
|
|
|
|
|
Original work can be downloaded from https://notabug.org/gnuhacker/pvpinvul if still exits.
|
|
|
|
|
|
|
|
|
|
|
|
### Configuration
|
|
|
|
|
2022-01-26 09:19:29 -04:00
|
|
|
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.
|
2022-01-25 17:55:04 -04:00
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
| 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. |
|
2022-01-26 09:19:29 -04:00
|
|
|
|
|
|
|
For more info check https://codeberg.org/venenux/venenux-minetest/src/branch/master/tutorials/manage-minetest-configuration.md
|
2022-01-25 17:55:04 -04:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2022-02-22 07:41:08 -04:00
|
|
|
Copyright (C) 2022 PICCORO Lenz McKAY
|
2023-01-02 22:49:02 -04:00
|
|
|
Copyright (C) ???? Sandro Del Toro De Ana
|
2022-01-25 17:55:04 -04:00
|
|
|
|
2023-01-02 22:49:02 -04:00
|
|
|
LICENCE CC-BY-SA-NC
|