Guest User

Untitled

a guest
Aug 9th, 2025
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.10 KB | None | 0 0
  1. messages:
  2.   cooldown: '<yellow>Please wait %time% seconds before executing this command again.'
  3.   your_blocks: '<gradient:#FFFF00:#FFD700:#FFA500><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You mined <yellow>%blocks%</yellow> <white>Blocks'
  4.   other_blocks: '<gradient:#FFFF00:#FFD700:#FFA500><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <yellow>%player%</yellow> <white>mined <yellow>%blocks%</yellow> <white>Blocks'
  5.   admin_set_blocks: '<gradient:#FFFF00:#FFD700:#FFA500><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>Successfully set <yellow>%blocks%</yellow>''s <white>blocks to <yellow>%blocks%</yellow>.'
  6.   admin_give_blocks: '<gradient:#FFFF00:#FFD700:#FFA500><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>Successfully given <yellow>%blocks%</yellow> <white>blocks to <yellow>%player%</yellow>.'
  7.   admin_remove_blocks: '<gradient:#FFFF00:#FFD700:#FFA500><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>Successfully removed <yellow>%blocks%</yellow> <white>blocks from <yellow>%player%</yellow>.'
  8.   lucky_block_mined: '<gradient:#FFFF00:#FFD700:#FFA500><bold>LUCKY BLOCK</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined a <yellow><bold>LUCKY BLOCK</bold></yellow> <white>and received <yellow>%amount%</yellow> Tokens!'
  9. # LuckyBlocks settings for rewards
  10. lucky-blocks:
  11.   SPONGE:
  12.    - tokens give %player% 1000
  13. # This value determines when will the next weekly top reset be. Updated automatically with /resetblockstopweekly command
  14. next-reset-weekly: 0
  15. # Interval in minutes for saving player data into database
  16. player_data_save_interval: 10
  17. # Cooldown in seconds to check other player's blocks (/blocks <player>)
  18. blocks-command-cooldown: 5
  19. # Amount of players displayed in top lists
  20. top_players_amount: 10
  21. blocks-top-format:
  22.  - '<yellow><strikethrough>-------<white><strikethrough>-------<yellow><strikethrough>--------<white><strikethrough>--------<yellow><strikethrough>--------<white><strikethrough>-------<yellow><strikethrough>-------'
  23.   - '<yellow><bold>BLOCKS TOP</bold>'
  24.   - '{FOR_EACH_PLAYER} <white><bold>#%position%.</bold> <yellow>%player% <dark_gray>»</dark_gray> <white>%blocks% Blocks'
  25.   - '<yellow><strikethrough>-------<white><strikethrough>-------<yellow><strikethrough>--------<white><strikethrough>--------<yellow><strikethrough>--------<white><strikethrough>-------<yellow><strikethrough>-------'
  26. blocks-top-weekly-format:
  27.  - '<yellow><strikethrough>-------<white><strikethrough>-------<yellow><strikethrough>--------<white><strikethrough>--------<yellow><strikethrough>--------<white><strikethrough>-------<yellow><strikethrough>-------'
  28.   - '<yellow><bold>BLOCKS TOP WEEKLY</bold>'
  29.   - '{FOR_EACH_PLAYER} <white><bold>#%position%.</bold> <yellow>%player% <dark_gray>»</dark_gray> <white>%blocks% Blocks'
  30.   - '<yellow><strikethrough>-------<white><strikethrough>-------<yellow><strikethrough>--------<white><strikethrough>--------<yellow><strikethrough>--------<white><strikethrough>-------<yellow><strikethrough>-------'
  31. # Aliases for /blockstop command
  32. blocks-top-command-aliases:
  33.  - blockstop
  34.   - blocktop
Advertisement
Add Comment
Please, Sign In to add comment