wisp-forest / gadget

Debugger's Delight
https://modrinth.com/mod/gadget
GNU Lesser General Public License v3.0
46 stars 8 forks source link

[Feature] Inspect entitys and blocks without server #26

Closed davidmayr closed 1 year ago

davidmayr commented 1 year ago

It would be awesome to be just able to inspect the local entity state that the client knows. That would make this mod so much more useful.

BasiqueEvangelist commented 1 year ago

Gating the client view behind the server view is intentional, as to not make the mod too cheaty:tm:. In any case, this mod is primarily a mod debugging tool, so I just assume that if you have full permission you have gadget on the server too. I am thinking about allowing using the client view on all servers, though.

Vap0r1ze commented 1 year ago

I'm trying to use this plugin to understand how modern servers work, and teach myself about the minecraft protocol. This would be super useful for me as a dev.