StrangeLoopGames / EcoModKit

Eco Modkit
https://docs.play.eco
69 stars 25 forks source link

Prevent garbage to be dropped in the Garbage Detection Plugin. #65

Open Richard70NL opened 1 year ago

Richard70NL commented 1 year ago

The GameActionExample contains a Garbage Detection Plugin. This plugin sends a message to everyone on the server. I would love to see an example of how you would prevent the user from actually dropping the garbage. I am aware that it can be done easily with a law in-game. But I would love to see it in code as well in order to program some of the "laws" as a mod.

Sarah-Graesyn commented 1 month ago

I personally don’t see this one happening since this capability was rather laboriously added to the ingame law system and enabling the law and government system to be done as a mod not only feels like it will cheapen those systems but is likely going to be twice as laborious as the coding for the systems themselves were as I suspect that to do so would involve rewriting parts of those systems.