Limits for hopper #116


  • New
  • Enhancment
Open
Assigned to bob7l
  • _ForgeUser20518740 created this issue Feb 16, 2016

    Can you add to clearLagg limits for hopper?: Prevent players for placing much amount of hoppers in certain(configurable) area.
    Like in this plugin - http://www.curse.com/bukkit-plugins/minecraft/hopperlimit#t1:description

  • _ForgeUser20518740 added the tags New Enhancment Feb 16, 2016
  • bob7l posted a comment Feb 18, 2016

    I'll probably do a hopper per chunk limiter.

  • _ForgeUser20518740 posted a comment Feb 21, 2016

    <<reply 2721322>>

    Cool, but per chunk is not much, because for example, if player have big farm in region, and need place 50-60 hoppers in 3-4 chunks, but dont need hoppers in all other chunks in region, he can't do that if i set limit to very low per chunk. And no make sens of this feature, if i set it to high!

    Much better will be, if u do limit per configurable area (Area-radius: 100; Hoppers-in-area: 50)
    Ooooor, limit per WG regions....


    Edited Feb 21, 2016
  • rautamiekka posted a comment Feb 21, 2016

    <<reply 2722698>>

    1) WG /region with a configurable world-specific default (requires plugin with support for multiple worlds). That default will always take effect unless a /region has its own one.
    2) an option how close hoppers are allowed to be, in blocks: 0=no limit, >0=this many blocks must be between each. The check is done clockwise from north, and when a hopper is too close, deny.


    Edited Feb 21, 2016
  • bob7l posted a comment Feb 21, 2016

    @Kixot14: Go

    Hoppers tick by chunk and i can easily retrieve them from the chunk instances. Going by region would require a bit more processing power.


To post a comment, please login or register a new account.