Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Charity 2.4 by Ker35
- # Charity is a plugin which allows players to give unwanted items, and other players can claim in return.
- #
- # -- SOME SETTINGS MAY REQUIRE A FULL RESTART TO APPLY CHANGES (avoid /ch reload) --
- # -- Plugin Settings --
- settings:
- # Enable or Disable Sounds (true/false)
- enableSounds: true
- # Enable or Disable the Shop (true/false)
- enableShop: false
- # Maximum items allowed in /ch
- maxItems: 90
- # How long an item can stay in /ch before auto removal
- itemExpiryDays: 3
- # How frequently should we check for item expiration
- checkExpiryMinutes: 30
- # How long in seconds players must wait between actions
- actionCooldown: 10
- # Daily limit on how many items players can claim from /charity
- dailyClaimLimit: 5
- # -- Data Cleaner --
- dataCleanup:
- # After how many days should we remove old playerdata files for Charity?
- purgeAfterDays: 90
- # -- Points --
- basePointsPerUnit: 1
- pointsKeyword: Karma
- # -- Blackllist --
- blacklist:
- - BEDROCK
- - BARRIER
- - COMMAND_BLOCK
- # -- Worthlist --
- worth:
- DIAMOND: 10
- IRON_INGOT: 2
- DIRT: 0
- # -- Sounds --
- sounds:
- item_given: ENTITY_EXPERIENCE_ORB_PICKUP
- item_claimed: ENTITY_PLAYER_LEVELUP
- item_reclaimed: BLOCK_NOTE_BLOCK_PLING
- claim_denied: BLOCK_NOTE_BLOCK_BASS
Advertisement
Add Comment
Please, Sign In to add comment