Updated Project: I am adding AntiDupe measures, by adding a UUID to expensive items and tracking NBT and location changes, and removing items if there are two of the same UUID.
This is a custom coded Minecraft fabric mod for my Minecraft server…
Updated Project: I am adding AntiDupe measures, by adding a UUID to expensive items and tracking NBT and location changes, and removing items if there are two of the same UUID.
This is a custom coded Minecraft fabric mod for my Minecraft server. It currently only has one feature, an item scanning systems that wipes and alerts players if they or if a chest near them had an illegal item(s). However, I will be adding many more features in the future.
Install by running ./gradlew build, then dragging build/libs/TVC-Backend-[version].jar to your /mods folder in the Minecraft server
I used GitHub copilot autocomplete for minor replacements and code edits (e.g. spell check or typos), and ChatGPT to give me a suggested structure of files. I also used ChatGPT to generate net.tvc.backend.utils.EnvLoader.java