Guest User

Untitled

a guest
Aug 9th, 2025
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.58 KB | None | 0 0
  1. block-rewards:
  2.   '100':
  3.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>100</yellow> <white>Blocks'
  4.     commands:
  5.      - tokens give %player% 10000000
  6.       - tm msg %player% &e&lREWARD\n&fYou have mined &e100 &fBlocks
  7.   '250':
  8.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>250</yellow> <white>Blocks'
  9.     commands:
  10.      - tokens give %player% 150000000
  11.       - tm msg %player% &e&lREWARD\n&fYou have mined &e250 &fBlocks
  12.   '500':
  13.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>500</yellow> <white>Blocks'
  14.     commands:
  15.      - tokens give %player% 20000000
  16.       - tm msg %player% &e&lREWARD\n&fYou have mined &e500 &fBlocks
  17.   '1000':
  18.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>1000</yellow> <white>Blocks'
  19.     commands:
  20.      - tokens give %player% 25000000
  21.       - tm msg %player% &e&lREWARD\n&fYou have mined &e1000 &fBlocks
  22.   '1500':
  23.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>1500</yellow> <white>Blocks'
  24.     commands:
  25.      - tokens give %player% 30000000
  26.       - tm msg %player% &e&lREWARD\n&fYou have mined &e1500 &fBlocks
  27.   '2000':
  28.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>2000</yellow> <white>Blocks'
  29.     commands:
  30.      - tokens give %player% 35000000
  31.       - tm msg %player% &e&lREWARD\n&fYou have mined &e2000 &fBlocks
  32.   '2500':
  33.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>2500</yellow> <white>Blocks'
  34.     commands:
  35.      - tokens give %player% 40000000
  36.       - tm msg %player% &e&lREWARD\n&fYou have mined &e2500 &fBlocks
  37.   '5000':
  38.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>5000</yellow> <white>Blocks'
  39.     commands:
  40.      - tokens give %player% 45000000
  41.       - tm msg %player% &e&lREWARD\n&fYou have mined &e5000 &fBlocks
  42.   '10000':
  43.     message: '<gradient:#FFD700:#FFEA00><bold>BLOCKS</bold></gradient> <dark_gray>»</dark_gray> <white>You have mined <yellow>10000</yellow> <white>Blocks'
  44.     commands:
  45.      - tokens give %player% 50000000
  46.       - tm msg %player% &e&lREWARD\n&fYou have mined &e10000 &fBlocks
  47.  
Advertisement
Add Comment
Please, Sign In to add comment