1. Hi !

    I'm trying to adjust some plugins to make them more "powerfull" ^^

    But i need a way to find list of all dispenser for rust

    Just like:
    - Tree
    - Rock
    - IronRock
    - wolf
    - horse
    - ...

    Or something similar

    That to allow to modify drop rate from different dispenser (more wood, less rock, more food, ...)
    [DOUBLEPOST=1434207284,1434093792][/DOUBLEPOST](gatherType == ResourceDispenser.GatherType.Tree)
    (gatherType == ResourceDispenser.GatherType.Ore)
    (gatherType == ResourceDispenser.GatherType.Flesh)

    :D