AresClient / ares

Ares is a free, open source minecraft utility mod aimed at anarchy servers.
https://aresclient.org
GNU Lesser General Public License v3.0
192 stars 28 forks source link

Added BurrowDetect (new Module) #2

Closed IUDevman closed 3 years ago

IUDevman commented 3 years ago

This module is for both versions: forge and fabric

Description: BurrowDetect is a new combat module, similar to VisualRange or TotemPopCounter, in that it sends a client message when a player in render distance is "burrowed". This can be defined as a player's feet position is inside a block such as obsidian, ender chests, or anvils.

Why is this useful? This helps to combat recent "meta" changes by alerting the user before they try to jump in a player's now burrowed hole.

Is it future proof? Ideally, yes. This module covers the common obsidian burrow traps along with some less common methods using ender chests and anvils. This means that this module will still be useful if obsidian-burrows are patched.

Testing

Versions tested on: Forge version 14.23.5.2854 and Fabric version 0.10.6 build 214

This module is relatively easy to test with a fake player and vanilla /fill commands.