Skip to content

Instantly share code, notes, and snippets.

@drewhoener
Created May 11, 2015 20:08
Show Gist options
  • Save drewhoener/c31fe9fa9b1f3891d4ff to your computer and use it in GitHub Desktop.
Save drewhoener/c31fe9fa9b1f3891d4ff to your computer and use it in GitHub Desktop.
Collect.yml
DIAMONDS:
ITEM_TO_GET: !!org.bukkit.Material 'DIAMOND'
COLLECT_AMOUNT: 3
ITEM_ID: 0
Bread Winner:
ITEM_TO_GET: !!org.bukkit.Material 'BREAD'
COLLECT_AMOUNT: 32
ITEM_ID: 0
Survivor:
ITEM_TO_GET: !!org.bukkit.Material 'ROTTEN_FLESH'
COLLECT_AMOUNT: 25
ITEM_ID: 0
Kill.yml
Zombie Hunter:
ENTITY_TO_KILL: Zombie
AMOUNT_TO_KILL: 10
Wither Killer:
ENTITY_TO_KILL: WitherBoss
AMOUNT_TO_KILL: 1
Travel.yml
Adventure:
X: 2500
Z: 2500
REWARD: eco give % 1000
Sail the Ocean Blue:
X: 10000
Z: 10000
REWARD: eco give % 2500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment