config.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Abba Caving Plugin by lennartVH01
  2. # Game duration in seconds
  3. GameDuration: 1800
  4. # Countdown in seconds
  5. CountdownTime: 5
  6. # Times in game to notify players of the time left in seconds
  7. # Example: a NotifyTime of 120 will let all players know when there are 2 minutes left
  8. NotifyTimes:
  9. - 900
  10. - 300
  11. - 60
  12. # Max players per game, users with permission AbbaCaving.joinFull can still join
  13. PlayerCap: 1
  14. # Ratio of spoils given per player:
  15. # All: Amount to be spread over all participants
  16. # Pot: Amount to be added to general Pot
  17. # Top: first n players receive these chunks of total wins
  18. # Part of the winnings that go to each player
  19. WinWeights:
  20. All: 1
  21. Top:
  22. - 7
  23. - 2
  24. # Points awarded for each item at the end of an Abba Match
  25. ItemValues:
  26. - type: IRON_ORE
  27. Value: 1
  28. - type: REDSTONE_ORE
  29. Value: 2
  30. - type: GOLD_ORE
  31. Value: 4
  32. - type: LAPIS_ORE
  33. Value: 8
  34. - type: DIAMOND_ORE
  35. Value: 10
  36. - type: EMERALD_ORE
  37. Value: 10
  38. - type: DIAMOND_BARDING
  39. Value: 10
  40. - type: GOLDEN_APPLE
  41. damage: 1
  42. Value: 10
  43. # Prohibited items, automatically includes entries in BlockValues
  44. Contraband:
  45. - type: GOLDEN_APPLE
  46. damage: 0
  47. - type: POTION