SwissalpS / replacer

tool that replaces nodes by clicking on them and another that inspects nodes and entities (Mod for Luanti/Minetest)
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Usage limits for crust mode #13

Closed 6r1d closed 4 years ago

6r1d commented 4 years ago

I wonder if it's possible to add usage limits like a digtron has: something like "no more than x blocks at y seconds". My reason is that players notice when others use the replacer. It might also allow to use food in time.

HybridDog commented 4 years ago

You can reduce the replacer.max_nodes setting. https://github.com/SwissalpS/replacer/blob/7fdd94e9f1d8fa443d53129305555660297aae87/init.lua#L72

A time limit is not yet implemented.

SwissalpS commented 4 years ago

A time limit is not yet implemented.

I don't intend to do so. The max_nodes setting was introduced precisely for this issue.

HybridDog commented 4 years ago

You could add a settingtypes.txt so that the settings can easily be adjusted in the advanced settings menu.

SwissalpS commented 4 years ago

You could add a settingtypes.txt

Thanks and done