Ker35

Charity v2.4.6 config.yml

Jul 29th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.28 KB | None | 0 0
  1. # Charity 2.4 by Ker35
  2. # Charity is a plugin which allows players to give unwanted items, and other players can claim in return.
  3. #
  4. # --  SOME SETTINGS MAY REQUIRE A FULL RESTART TO APPLY CHANGES (avoid /ch reload) --
  5.  
  6. # -- Plugin Settings --
  7. settings:
  8.  # Enable or Disable Sounds (true/false)
  9.   enableSounds: true
  10.   # Enable or Disable the Shop (true/false)
  11.   enableShop: false
  12.   # Maximum items allowed in /ch
  13.   maxItems: 90
  14.   # How long an item can stay in /ch before auto removal
  15.   itemExpiryDays: 3
  16.   # How frequently should we check for item expiration
  17.   checkExpiryMinutes: 30
  18.   # How long in seconds players must wait between actions
  19.   actionCooldown: 10
  20.   # Daily limit on how many items players can claim from /charity
  21.   dailyClaimLimit: 5
  22.  
  23. # -- Data Cleaner --
  24. dataCleanup:
  25.  # After how many days should we remove old playerdata files for Charity?
  26.   purgeAfterDays: 90
  27.  
  28. # -- Points --
  29. basePointsPerUnit: 1
  30. pointsKeyword: Karma
  31.  
  32. # -- Blackllist --
  33. blacklist:
  34. - BEDROCK
  35. - BARRIER
  36. - COMMAND_BLOCK
  37.  
  38. # -- Worthlist --
  39. worth:
  40.   DIAMOND: 10
  41.   IRON_INGOT: 2
  42.   DIRT: 0
  43.  
  44. # -- Sounds --
  45. sounds:
  46.   item_given: ENTITY_EXPERIENCE_ORB_PICKUP
  47.   item_claimed: ENTITY_PLAYER_LEVELUP
  48.   item_reclaimed: BLOCK_NOTE_BLOCK_PLING
  49.   claim_denied: BLOCK_NOTE_BLOCK_BASS
  50.  
Advertisement
Add Comment
Please, Sign In to add comment