1. Hi Guys.

    One thing that absolutely rapes Development rust is some idiot that's put 50 furnaces on his Roof, or 100 Campfires all over.

    I know some other servers/modded platforms allow this so I know it's possible.

    But:

    Fast Furnaces - Make furances burn 1, 2, 3, 5, 10, 20x Faster Etc.
    Furnace Limited - Limit Each Player to a MAXIMUM of X Furances

    And the same as above but for Camp Fires too.

    Thanks
     
  2. Yes, I was thinking the same thing, but more of a way to limit how much metal they can make so fast. :)
     
  3. It's possible to block amount Furnaces he spawn, but way too harded to detect who's furnace was destroyed. It's require huge amount of data to be stored.
     
  4. hmm pretty sure all you need to store is the id of the furnace together with the id of the player :)
     
  5. exactly :) and also hook all of the Entities destoy to check, can cause lags.
    And ALSO, restart can change id's of entities.
     
  6. There are plugins doing way worse things than that without creating lag (considering you would write it in C#)
     
  7. Yeah, C# ofc. Imo it's required some testing :)