ecoCreature

ecoCreature

81.5k Downloads

Time delay

dirkson opened this issue ยท 5 comments

commented

My users have been desperately trying to inflate our economy to death by making monster grinders through a variety of ingenious methods. It occurs to me that some sort of time delay might do wonders for making this untenable. For example, after three/four kills in rapid succession, the user is penalized and cannot gain rewards from killing monsters for the next 30 seconds, or something similar.

Cheers,
-Dirk

commented

Hmm, interesting concept. Marking this as a feature request.

commented

I was coming on to suggest something like this. I'm having the same problem, monster grinders are still very effective if the player sits there and swings their sword for an hour or two on end.

Disabling money and mob drops by rate-limiting them to say, 5-10 per 60 seconds would fix this problem.

commented

Addendum: Splash poisons would also have to be covered.

commented

There is a undocumented feature in the dev build to mark mobs from spawners to give no rewards:

    Hunting:
        # Determine camping by remembering entities spawned by mobspawners.
        # Default: false
        CampingByEntity: false

Try it out and see if that solves this problem.

commented

I use that already, but it penalizes blaze spawners pretty hard.