Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for martijnpu

Easy plugin for an itemspawner. Spawn items where and when you want!

Report ItemSpawner?

ItemSpawner

Commands - Permissions - Config - Languages

Config

Config.yml

# +-------------------------------------------------------------------------------------+
# ItemSpawner is made by martijnpu
# File generated in version v1.1
# For the descriptions for each setting check the documentation:
# +-------------------------------------------------------------------------------------+

itemspawner:
  # Skip lost ticks (by lag) or catchup
  skip-lost-ticks: true

Config options per spawner:

spawner:
  test1:
    location: world 10.5 77.0 -8.5
    # Spawns 1 item every x ticks (20 ticks = 1 second)
    speed: 20
    # Player activation range. Set to -1 to disable
    activation-range: 10.0
    # Spread of the items spawned
    spread: 0.0
    # Custom lifetime in ticks. Set to -1 to disable (and use world defaults)
    lifetime: 60
    # Add a small jump like when breaking blocks
    drop-naturally: true
    # The item to spawn
    item:
      ==: org.bukkit.inventory.ItemStack
      v: 3953
      type: DARK_OAK_LEAVES
      amount: 1