Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. this.conf.values.put("Sheep", Double.valueOf(45000.0D));
  2. this.conf.values.put("Chicken", Double.valueOf(55000.0D));
  3. this.conf.values.put("Pig", Double.valueOf(65000.0D));
  4. this.conf.values.put("Cow", Double.valueOf(75000.0D));
  5. this.conf.values.put("Mooshroom", Double.valueOf(80000.0D));
  6. this.conf.values.put("CaveSpider", Double.valueOf(100000.0D));
  7. this.conf.values.put("Spider", Double.valueOf(110000.0D));
  8. this.conf.values.put("Zombie", Double.valueOf(150000.0D));
  9. this.conf.values.put("Slime", Double.valueOf(220000.0D));
  10. this.conf.values.put("Witch", Double.valueOf(350000.0D));
  11. this.conf.values.put("Creeper", Double.valueOf(500000.0D));
  12. this.conf.values.put("Blaze", Double.valueOf(500000.0D));
  13. this.conf.values.put("VillagerGolem", Double.valueOf(500000.0D));
  14. this.conf.header = "&8__________.[ &aTop Factions &c(1/1) &8].________";
  15. this.conf.line = "&c[rank]. &f[tag] &7- &a[worth]";
  16. this.conf.hover_label = " &7(spawners)";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement