config.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Abba Caving Plugin by lennartVH01
  2. # Game duration in seconds
  3. Duration: 1800
  4. # Max players per game, users with permission AbbaCaving.joinFull can still join
  5. PlayerCap: 10
  6. #Example Game with 10 players
  7. # All: 1
  8. # Top:
  9. # - 7
  10. # - 2
  11. # If FixPlayerWeight == true then the first player would receive 70% of winnings, second would receive 20% and the remaining 10% is divided among the 8 remaining players
  12. # If FixPlayerWeight == false then the first player would receive 7/(7+2+8*1)=7/17 of total winnings, second would receive 2/17 and every remaining player will get 1/17
  13. # Points awarded for each item at the end of an Abba Match
  14. ItemValues:
  15. - IRON_ORE=1
  16. - REDSTONE_ORE=2
  17. - GOLD_ORE=4
  18. - LAPIS_ORE=8
  19. - DIAMOND_ORE=10
  20. - EMERALD_ORE=10
  21. - DIAMOND_BARDING=10
  22. - GOLDEN_APPLE(1)=10
  23. # Enables the contraband scanner
  24. ScanContraband: true
  25. # Prohibited items, automatically includes entries in ItemValues
  26. Contraband:
  27. - GOLDEN_APPLE(0)
  28. - POTION
  29. # Enables debugging
  30. # ONLY USE IF YOU KNOW WHAT YOU ARE DOING OR HAVE BEEN ASKED TO DO SO BY A DEVELOPER
  31. Debug: false