hopper

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. HeliumBoi

    Solved Simple chest collector not working!

    So I have this code right here that has one error, but I can't find it. Can someone explain ? on chest interact: if name of event-block is "&6&lCollector": set {_chest} to event-block set {_inv} to inventory of {_chest} set {_balance} to balance of player...
  2. erenkara

    Script Simple Chunk Collector 1.1.0

    Introduction A chunk collector is a hopper that collects spawned items in a chunk. If the hopper is full, the item is not collected. You can't place more than 1 chunk collectors in a single chunk. You can get a chunk collector using the /givechunkcollector <player> <count> command. The arguments...
  3. S

    Solved AFK Cactus Farms

    i'm trying to make a chunk hopper skript but i cant find a way to detect a cactus breaking because it hits a block (how an AFK cactus farm works) i tried on drop but that only detects drops by players and on physics also triggers when a cactus grows, on break and on mine only works when its done...