maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
686 stars 190 forks source link

EasyPlace Disable Feature #839

Closed Skullians closed 1 month ago

Skullians commented 1 month ago

Is your feature request related to a problem? Please describe. Well, the "problem" would be players using EasyPlace when they're not allowed. This is a TMC server however EasyPlace is not allowed but some do disregard that and I don't have the time to keep an eye on every player.

Describe the solution you'd like A little like Xaero's Minimap, where you can send the player's a message that disables certain features of the minimap. E.g: "§f§a§i§r§x§a§e§r§o" disables cave mode on the minimap.

It would be nice to have something similar to this, just a functionality that disables easyplace? It could possibly be exploited but there could be some checks to see if it was from a player or not? Not sure.

Describe alternatives you've considered N/A

Additional context N/A

Apologies if this made no sense.

maruohon commented 1 month ago

This will be possible via the "new code / rewrite" version of the mods, where malilib has a system for overriding/locking config options and actions based on what the server requests.

But if you already have an issue where the players don't respect the server rules, then it will be trivial for them to just bypass the locks with a custom mod version even when that functionality exists in the base mod...

Skullians commented 1 month ago

👍 alright, thankyou so much!