From dc3e6ae61510f2e397ff818033d0b94a847dbe1b Mon Sep 17 00:00:00 2001 From: Jan <rsge@web.de> Date: Mon, 11 Oct 2021 18:27:55 +0200 Subject: [PATCH] Extended Readme. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfa90f..281140e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # PvP-Utilities -Lots of utilities for Minecraft PvP, including limiting playtime, limited lives, XP-limiting and commandlogging. +This is a server side mod, adding lots of useful utilities for Minecraft PvP, be it modded or Vanilla.\ +It was originally made for a private PvP project using FTB Trident and it's my first mod. + +The mod can be downloaded on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/pvp-utilities) + +Features:\ +(All modules can be turned off in the config) +* Limited amount of lives with configurable withdrawal reason (e.g. only if killed by player) +* Limited amount of playtime +* Configurable maximum XP-level + (To nerf Last Stand enchantment) +* Extensive command logging + (So the server owner can check which commands admins used) +* (Still buggy) autoclicker denial + (Because before the dreaded combat update, he who clicks the fastest wins the fight) -- GitLab