stonar96
stonar96
Rebased, updated and tested.
Rebased and tested.
>* Removes code duplication from `obfuscateLayer` The code duplication is very much intended. You are touching the hottest code in Anti-Xray and with your changes you are introducing lots of...
This will do it (not tested): ```java LayeredIntSupplier random = numberOfBlocks == 1 ? (() -> 0) : engineMode == EngineMode.OBFUSCATE_LAYER ? new LayeredIntSupplier() { // ################## // # engine-mode:...
Thanks, I'll fix that. Related: https://github.com/CitizensDev/Citizens2/issues/1513
See https://discord.com/channels/80853743897149440/470410381597343753/1077774063709204490. Thus, items are actually protected by regions. Entity damage from creeper explosions is just an exception that must be denied manually. Also note that this issue is duplicated...
# Currently existing solutions Thank's for your suggestion. RayTraceAntiXray makes use of Paper's built-in Anti-Xray, which already has a [bypass permission](https://docs.papermc.io/paper/reference/world-configuration#anticheat_anti_xray_use_permission). Using a permission plugin like [LuckPerms](https://luckperms.net/) you can assign...
I'm currently using standard ProtocolLib, personally I don't observe any problems with that. However, some users have asked me if I could replace or remove the dependency because they don't...
Now only @aadnk's response is missing. @dmulloy2 do you have contact with him, or should I try to reach him? Ofc I'm aware that this will probably need further investigation,...
First of all, thank you all for replying! @dmulloy2 now that all former contributors have agreed to a license change, is there anything that would contradict doing it? My suggestion...