Ker35

Charity v2.4.6 messages.yml

Jul 29th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.92 KB | None | 0 0
  1. # Plugin Prefix
  2. prefix: "&6&lCharity &r&l&8»&r &b"
  3.  
  4. # Item/Shop Messages
  5. claim_success: "&aYou claimed %item%!"
  6. not_your_item: "&cYou cannot claim your own item."
  7. item_given: "&aYour item was given to Charity!"
  8. item_reclaim: "&aYour item was reclaimed from Charity!"
  9. item_expired: "&cA Charity item expired."
  10. announce_item_given: "&6&lCharity &8» &e%player% &7just added &b%item% &7to Charity!" # Change to "" to disable!
  11. announce_item_dropgui: "&6&lCharity &8» &e%player% &7dropped some items into Charity!" # Change to "" to disable!
  12.  
  13. # Permission Messages
  14. no_permission: "&cYou do not have permission."
  15. unknownCommand: '&cUnknown command. Type /ch help for a list of commands.'
  16. reload_success: "&aCharity config reloaded."
  17. item_blacklisted: "&cYou cannot give this item to Charity!"
  18.  
  19. # Cooldowns and Limits
  20. cooldown: "&cPlease wait {seconds} seconds before giving again."
  21. claim_limit_reached: "&cYou have reached your daily claim limit for today!"
  22. wait_action_cooldown: "&cPlease wait before performing this action again!"
  23.  
  24. # Console Messages
  25. plugin_loaded: "[Charity] Plugin loaded successfully!"
  26. bStats_enabled: "[Charity] bStats Telemetry is Enabled!"
  27. bStats_disabled: "[Charity] bStats Telemetry is Disabled!"
  28. ker35api_enabled: "[Charity] Ker35 API Telemetry is Enabled!"
  29. ker35api_disabled: "[Charity] Ker35 API Telemetry is Disabled!"
  30.  
  31. # GUI Titles
  32. gui:
  33.   title: "&3&lCharity Items"
  34.   previous_page: "&ePrevious Page"
  35.   next_page: "&eNext Page"
  36.   show_how_to_book: true
  37.   show_stats: true
  38.   how_to_book_name: "&dHow to Use"
  39.   how_to_book_lore:
  40.    - "&7Left-click an item to claim it"
  41.     - "&7Right-click to re-claim"
  42.     - "&eEarn points for each donation!"
  43.   stats_item_name: "&6Stats"
  44.   stats_item_lore:
  45.     - "&fPoints Donated: &a{pointsGiven}"
  46.     - "&fPoints Claimed: &c{pointsTaken}"
  47.     - "&fItems Donated: &a{itemsGiven}"
  48.     - "&fItems Claimed: &c{itemsTaken}"
  49.     - "&7Page &e{page}&7/&e{maxPage}"
Advertisement
Add Comment
Please, Sign In to add comment