how to slow down hopper transfers?

Discussion in 'General Help' started by Disorbs, Jan 26, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Disorbs

    So i wanna make a hopper pick up the items right away but transfer them every some seconds like
    1 transfer every 5-10 seconds how can this be done?
     
  2. Offline

    teej107

    @Disorbs It can easily be done with Spigot. It's in the Spigot.yml. For Bukkit, you'll need a plugin AFAIK.
     
  3. Offline

    Disorbs

    i do have spigot but im kinda new to configs and dont really know what something does but im guessing its here

    Code:
    hopper-alt-ticking: false
      ticks-per:
      hopper-transfer: 8
      hopper-check: 8
      hopper-amount: 10
    but idk how to make it so it transfers 1 item every 5-10 seconds
     
  4. Offline

    teej107

    I think it would be hopper transfer
    20 ticks = 1 second * 5 = 100 ticks = 5 seconds.

    EDIT: I haven't messed with those settings
     
Thread Status:
Not open for further replies.

Share This Page