Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 21.20 KB | None | 0 0
  1. #  GAListener v1.3.2
  2. #  http://www.minecraft-index.com
  3.  
  4. #  settings section
  5.  
  6. #  onlineonly - Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
  7. #  luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
  8. #  permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
  9. #  cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
  10. #  broadcastqueue - Show broadcast message for queued votes.
  11. #  broadcastoffline - Show broadcast message for offline queued votes.
  12. #  broadcastrecent - Show broadcast message to recent voters (last 24 hours)
  13. #  votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
  14. #  rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
  15. #  joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  16. #  voteremind - Message players who haven't voted in the last 24 hours. Shows the message contained in the remindmessage section at the bottom of this config.
  17. #  remindseconds - How often (in seconds) between each reminder message.
  18. #  ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site.  This should prevent duplicate votes.
  19. #  logfile - Log received votes to vote.log file.
  20. #  dbMode - Database mode. Use either mysql or sqlite.
  21. #  dbFile - Database filename for SQLite.
  22. #  dbHost - Database IP / Hostname for MySQL.
  23. #  dbPort - Database port for MySQL.
  24. #  dbUser - Database username for MySQL.
  25. #  dbPass - Database password for MySQL.
  26. #  dbName - Database name for MySQL.
  27. #  dbPrefix - Database table prefix.
  28.  
  29. settings:
  30.   onlineonly: true
  31.   luckyvote: true
  32.   permvote: false
  33.   cumulative: true
  34.   broadcastqueue: true
  35.   broadcastrecent: true
  36.   broadcastoffline: true
  37.   votecommand: true
  38.   rewardcommand: true
  39.   joinmessage: true
  40.   voteremind: true
  41.   remindseconds: 3600
  42.   ratelimit: 3
  43.   logfile: true
  44.   dbMode: 'sqlite'
  45.   dbFile: 'GAL.db'
  46.   dbHost: 'localhost'
  47.   dbPort: 3306
  48.   dbUser: 'root'
  49.   dbPass: ''
  50.   dbName: 'GAL'
  51.   dbPrefix: ''
  52.  
  53. #  services section (default is used if service doesn't exist)
  54. #  The example below would give 5 diamonds per vote.
  55.  
  56. services:
  57.   default:
  58.     broadcast: '{GREEN}{username} {DARK_AQUA}voted @ {LIGHT_PURPLE}{service} {DARK_AQUA}and received {LIGHT_PURPLE}5 Iron, 1 Emerald, & 75 XP!'
  59.     commands:
  60.     - '/give {username} 388 1'
  61.     - '/give {username} 265 5'
  62.     - '/xp give {username} 75'
  63.  
  64. #  luckyvotes section
  65. #  The example below would give a 1 in 10 chance of a voter receiving an extra $1000, and a 1 in 50 chance of an extra $1000 and 100XP.
  66.  
  67. luckyvotes:
  68.   '6':
  69.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}2 Diamonds!'
  70.     commands:
  71.    - '/give {username} 264 2'
  72.   '5':
  73.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}1 Iron Block!'
  74.     commands:
  75.    - '/give {username} 42 1'
  76.   '14':
  77.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}a Name Tag!'
  78.     commands:
  79.    - '/give {username} 421 1'
  80.   '13':
  81.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}the RedHill Bakers Bundle!'
  82.     commands:
  83.    - '/give {username} 354 1'
  84.     - '/give {username} 357 64'
  85.     - '/give {username} 400 32'
  86.   '15':
  87.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}the Anti-Starvation Kit!'
  88.     commands:
  89.    - '/give {username} 364 32'
  90.     - '/give {username} 366 32'
  91.     - '/give {username} 393 64'
  92.   '17':
  93.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}200 XP!'
  94.     commands:
  95.    - '/xp give {username} 200'
  96.   '29':
  97.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}{BOLD}the RedHill Lumberjack Pack!'
  98.     commands:
  99.    - '/give {username} 17 64'
  100.     - '/give {username} 17:1 64'
  101.     - '/give {username} 17:2 64'
  102.     - '/give {username} 162:1 64'
  103.     - '/give {username} iron_axe 1 0 {display:{Name:"Tree Killer"},ench:[{id:32,lvl:5},{id:34,lvl:3}]}'
  104.   '30':
  105.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}3 Anvils!'
  106.     commands:
  107.    - '/give {username} 145 3'
  108.   '31':
  109.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}5 Bookshelves!'
  110.     commands:
  111.    - '/give {username} 47 5'
  112.   '52':
  113.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE} a Mending book!'
  114.     commands:
  115.    - '/give {username} enchanted_book 1 0 {StoredEnchantments:[{id:70,lvl:1}]}'
  116.   '51':
  117.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE} an Unbreaking III book!'
  118.     commands:
  119.    - '/give {username} enchanted_book 1 0 {StoredEnchantments:[{id:34,lvl:3}]}'
  120.   '53':
  121.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE} a FrostWalker II book!'
  122.     commands:
  123.    - '/give {username} enchanted_book 1 0 {StoredEnchantments:[{id:9,lvl:2}]}'
  124.   '87':
  125.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}{BOLD}the RedHill Divers Kit!'
  126.     commands:
  127.    - '/give {username} 373 3 77'
  128.     - '/give {username} diamond_helmet 1 0 {ench:[{id:0,lvl:4},{id:5,lvl:3},{id:6,lvl:1},{id:34,lvl:3}]}'
  129.     - '/give {username} diamond_boots 1 0 {ench:[{id:0,lvl:4},{id:8,lvl:3},{id:34,lvl:3}]}'
  130.   '88':
  131.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}{BOLD} the RedHill Miners Kit!'
  132.     commands:
  133.    - '/give {username} 15 64'
  134.     - '/give {username} 14 32'
  135.     - '/give {username} 129 16'
  136.     - '/give {username} 56 16'
  137.     - '/give {username} diamond_pickaxe 1 0 {display:{Name:"RedHill Fortune Maker"},ench:[{id:32,lvl:5},{id:34,lvl:3},{id:35,lvl:3}]}'
  138.   '89':
  139.     broadcast: '{GREEN}{username} {DARK_AQUA}was lucky and received {LIGHT_PURPLE}{BOLD} some mob heads!'
  140.     commands:
  141.    - '/give {username} 397 1'
  142.     - '/give {username} 397:2 1'
  143.     - '/give {username} 397:4 1'
  144.   '90':
  145.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} an {BOLD}ELYTRA!'
  146.     commands:
  147.    - '/give {username} 443 1'
  148.   '91':
  149.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} a {BOLD}DRAGON HEAD!'
  150.     commands:
  151.    - '/give {username} 397:5 1'
  152.   '92':
  153.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} {BOLD}Haunted Urn!'
  154.     commands:
  155.    - '/give {username} minecraft:skull 1 3 {display:{Name:"Urn"},SkullOwner:{Id:9e3dd812-ef44-a2a9-5c71-cb4ec8f2bbea,Properties:{textures:[{Value:eyJ0aW1lc3RhbXAiOjE0MzQ5NTEwNzA3MjIsInByb2ZpbGVJZCI6IjUwNzk4YjJhN2QxYjQxYTRiNmFlYzRiNWUwOWJjMTcxIiwicHJvZmlsZU5hbWUiOiJFbHN3ZXlyIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2NjkxODcyYTY4YmQxZjE3OTk2MTZjOTk3OTc0YzJjMDU1ZTM4MTc1YjRmNzI4Nzg3ZTE2OTNmYzhmZjE1In19fQ== }]}}}'
  156.   '93':
  157.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} a {BOLD}Mug of Cider!'
  158.     commands:
  159.    - '/give {username} skull 1 3 {display:{Name:"Mug Cider"},SkullOwner:{Id:"1ca788e2-da35-4862-a693-9e4543f005b7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmViZjUxYTNhNTJiNzQ3MmEyODVjNjU4Mjg0Njg4YmNiZTU3Y2Q5ZjZmYWE3YTNlNGMyNmE2MTA1MjU0In19fQ=="}]}}}'
  160.   '94':
  161.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} {BOLD}Pumpkin Pie!'
  162.     commands:
  163.    - '/give {username} skull 1 3 {display:{Name:"Pumpkin Pie"},SkullOwner:{Id:"327d55ca-3137-4269-be29-fa8a7846e765",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzhhOTcxZGY1MWU5Y2E5YTViOTJlNDVkM2ZhNTQ3ZGQzMTkxODc3OTI5YTQzN2Q1MDE1Mzg5MmU1ODVhIn19fQ=="}]}}}'
  164.   '95':
  165.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} a {BOLD}Candle!'
  166.     commands:
  167.    - '/give {username} minecraft:skull 1 3 {display:{Name:"Candle"},SkullOwner:{Id:2c09a3e0-b65d-f70b-5ae5-f05dcef7ba42,Properties:{textures:[{Value:eyJ0aW1lc3RhbXAiOjE0Mzc3MDA3MDI4MTgsInByb2ZpbGVJZCI6IjUwNzk4YjJhN2QxYjQxYTRiNmFlYzRiNWUwOWJjMTcxIiwicHJvZmlsZU5hbWUiOiJFbHN3ZXlyIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U3OWY1NDIyNTJjMTY0N2RlNDE1NThhNzcyZDZjNjEyMmUwNGY4MmE3NzFhNzc1Y2ZhNzY5ZWEzZjMyZTc5NCJ9fX0= }]}}}'
  168.   '96':
  169.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} a {BOLD}Cup of Ale!'
  170.     commands:
  171.    - '/give {username} skull 1 3 {display:{Name:"Medieval Beer"},SkullOwner:{Id:"a5cc1826-508c-48f4-a380-d77b87fe6b42",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGY3ZGM4YzkxZjdhMjRlY2Q5YzVlOWQ0ZDhjMzlmMGFjODMzM2FlNDg1MzU1OWFjYjhiMDM4NjZmOWQifX19"}]}}}'
  172.   '97':
  173.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} a {BOLD}Jar of Jam!'
  174.     commands:
  175.    - '/give {username} skull 1 3 {display:{Name:"Orange Jam"},SkullOwner:{Id:"60da6235-4b29-408b-ba2b-22066eb73d42",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmYzNjM2MjgxMjNhZjExYWE2ZjRhODk5Y2ViZDA5NGYwNzQ1NTVhNDFlNmQzMzUyMTJlZTcyNjNhZDM5ZjYifX19"}]}}}'
  176.   '98':
  177.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} {BOLD}the head of an Ent!'
  178.     commands:
  179.    - '/give {username} skull 1 3 {display:{Name:"Ent"},SkullOwner:{Id:"83152cb1-7361-40c5-b5a8-90602d45e9fb",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjNjNzFhODVlZWIzY2Q2NDQ5MTU5Njc1YWE4OTI3OGEyYTFkNTg3YjRkMGI3NjgxNzRmYzJlMTVjOWJlNGQifX19"}]}}}'
  180.   '99':
  181.     broadcast: '{GREEN}{username} {AQUA}was super duper ultra lucky and received {LIGHT_PURPLE} {BOLD}a Onion!'
  182.     commands:
  183.    - '/give {username} minecraft:skull 1 3 {display:{Name:"Onion"},SkullOwner:{Id:4ff18409-47dc-2cdb-3bdf-c029d8161251,Properties:{textures:[{Value:eyJ0aW1lc3RhbXAiOjE0MzcxMDUzNDA2NzksInByb2ZpbGVJZCI6IjUwNzk4YjJhN2QxYjQxYTRiNmFlYzRiNWUwOWJjMTcxIiwicHJvZmlsZU5hbWUiOiJFbHN3ZXlyIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwNjIyNzljYWU0ZTE4YzA4MzcyOTRkMTU2MmJhODJlZDI4MDNmMzE4YzM5NjkwNWE5MWZmNGY2OTc4YjM2In19fQ== }]}}}'
  184.  
  185. #  permission reward section
  186. #  This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  187.  
  188. perms:
  189.   double:
  190.     broadcast: '{GREEN}{username} {AQUA}has voted @ {LIGHT_PURPLE}{service} {AQUA}and received {LIGHT_PURPLE}10 Diamonds!'
  191.     commands:
  192.     - '/give {username} 264 10'
  193.  
  194. #  cumulative reward section
  195. #  This example would give players 20 Diamonds once they have reached a total of 10 votes.
  196.  
  197. cumulative:
  198.   '15':
  199.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}15 times {AQUA}and received {LIGHT_PURPLE}3 Diamonds and 64 Steak!'
  200.     rewardmessage: '3 Diamonds, 64 Steak'
  201.     commands:
  202.     - '/give {username} 264 3'
  203.     - '/give {username} 364 64'
  204.   '30':
  205.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}30 times {AQUA}and received {LIGHT_PURPLE}5 Diamonds, 100 XP, and the RedHill Pickaxe of Plenty!'
  206.     rewardmessage: '5 Diamonds, RedHill Pickaxe of Plenty, 100 XP'
  207.     commands:
  208.     - '/give {username} 264 5'
  209.     - '/give {username} iron_pickaxe 1 0 {display:{Name:"RedHill Pickaxe of Plenty"},ench:[{id:32,lvl:5},{id:34,lvl:3},{id:35,lvl:2}]}'
  210.     - '/xp give {username} 100'
  211.   '50':
  212.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}50 times {AQUA}and received {LIGHT_PURPLE}5 Diamonds, 100 XP, and 3 Unbreaking III books!'
  213.     rewardmessage: '5 Diamonds, 3 Unbreaking III books, 100 XP'
  214.     commands:
  215.     - '/give {username} 264 5'
  216.     - '/give {username} enchanted_book 3 0 {StoredEnchantments:[{id:34,lvl:3}]}'
  217.     - '/xp give {username} 100'
  218.   '70':
  219.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}70 times {AQUA}and received {LIGHT_PURPLE}10 Diamonds, 200 XP, and 2 Mending Books!'
  220.     playermessage: '{GREEN}Thank you for voting {AQUA}70 times!'
  221.     rewardmessage: '10 Diamonds, 2 Mending books, 200 XP'
  222.     commands:
  223.     - '/give {username} 264 10'
  224.     - '/give {username} enchanted_book 2 0 {StoredEnchantments:[{id:70,lvl:1}]}'
  225.     - '/xp give {username} 200'
  226.   '100':
  227.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}100 times {AQUA}and received {LIGHT_PURPLE}10 Diamonds, 500 XP, and an Elytra!'
  228.     playermessage: '{GREEN}Thank you for voting {AQUA}100 times!'
  229.     rewardmessage: '10 Diamonds, 500 XP, 1 Elytra'
  230.     commands:
  231.     - '/give {username} 264 10'
  232.     - '/give {username} 443 1'
  233.     - '/xp give {username} 500'
  234.   '150':
  235.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}150 times {AQUA}and received {LIGHT_PURPLE}a Dragon Head, 1000 XP, and 15 diamonds!'
  236.     playermessage: '{GREEN}Thank you for voting {AQUA}150 times!'
  237.     rewardmessage: '15x Diamond, 1000 XP, 1 Dragon Head'
  238.     commands:
  239.     - '/give {username} 264 15'  
  240.     - '/give {username} 397:5 1'
  241.     - '/xp give {username} 1000'
  242.   '200':
  243.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}200 times {AQUA}and received {LIGHT_PURPLE} 15dias, 2000 XP, and a DRAGON EGG'
  244.     playermessage: '{GREEN}Thank you for voting {AQUA}200 times!'
  245.     rewardmessage: '15x Diamond, 2000 XP, 1 Dragon Egg'
  246.     commands:    
  247.     - '/give {username} 264 15'
  248.     - '/give {username} 122 1'
  249.     - '/xp give {username} 2000'
  250.   '250':
  251.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}250 times {AQUA}and received {LIGHT_PURPLE} 15dias, 3000 XP, 1 WitherSkull, and 1 Flower Pot'
  252.     playermessage: '{GREEN}Thank you for voting {AQUA}250 times!'
  253.     rewardmessage: '15x Diamond, 3000XP, 1 WitherSkele Skull, 1 Flower Pot'
  254.     commands:  
  255.     - '/give {username} 264 15'  
  256.     - '/xp give {username} 3000'
  257.     - '/give {username} 397:1 1'
  258.     - '/give {username} skull 1 3 {display:{Name:"Potted Marigold Plant"},SkullOwner:{Id:"9edc5675-d8c6-4063-871d-cd79349cb4d4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E0MDgwNDlhYjE5ZmE3ZTI4ZjM0NjZiZjBiOWEwMjc2NmMzMTkxODFhOWFiN2E0YjY5NzM4MTZmMzE4YTZhIn19fQ=="}]}}}'
  259.   '300':
  260.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}300 times {AQUA}and received {LIGHT_PURPLE} 20dias, 3000XP, 64 Iron Blocks, 1 Wooden Mask!'
  261.     rewardmessage: '20x Diamond, 3000XP, 64 Iron Blocks, 1 Wooden Mask'
  262.     commands:  
  263.     - '/give {username} 264 20'
  264.     - '/xp give {username} 3000'
  265.     - '/give {username} 42 64'
  266.     - '/give {username} skull 1 3 {display:{Name:"Wooden Mask"},SkullOwner:{Id:"59fd3c8a-7093-4314-b60e-840189c0a2ed",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzk1Y2IxNjVlYzhmYjNmZmIwZTA3MDg4NTExNDkwODM1Y2YzMzFkODdkZjc4YTVkNDE5OTJkODc2MWVjMzYxIn19fQ=="}]}}}'
  267.   '400':
  268.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}400 times {AQUA}and received {LIGHT_PURPLE} 30dias, 2 Wither Skeleton Skulls, 1 Bird House, 1 Squirrel, 1 Cherry Pie, and 5000XP'
  269.     rewardmessage: '30dias, 2 WitherSkele Skulls, 1 Bird House, 1 Squirrel, 1 Cherry Pie, and 5000XP'
  270.     commands:  
  271.     - '/give {username} 264 30'
  272.     - '/give {username} 397:1 2'
  273.     - '/give {username} skull 1 3 {display:{Name:"Bird House Red"},SkullOwner:{Id:"c41ca950-2be3-4c65-89d5-d5106e3e50a4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzVhMzViNWNhMTUyNjg2ODVjNDY2MDUzNWU1ODgzZDIxYTVlYzU3YzU1ZDM5NzIzNDI2OWFjYjVkYzI5NTRmIn19fQ=="}]}}}'
  274.     - '/give {username} skull 1 3 {display:{Name:"Squirrel"},SkullOwner:{Id:"b42aa958-e7e8-4454-a377-ca57ea99b2e9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjYzYWY1ZjNhNWU5M2VkMmY4NTkxNGI5ZGUyYWExNTlkZTE3ODcwZmVhMGZiMTQ2NDQ0YzczM2EzYWJlOWUifX19"}]}}}'
  275.     - '/give {username} skull 1 3 {display:{Name:"Cake"},SkullOwner:{Id:"6e2a68d6-b774-4bee-a081-4566ea8fe5da",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE3MjE1ODA1ZmJhZGJlMThkNDZjYzFhNjFlZjIxNjI1Y2FmYTJiMjlkOGJlN2VjMjE1NDVhZDQ4YzA4OCJ9fX0="}]}}}'
  276.     - '/xp give {username} 5000'
  277.   '500':
  278.     broadcast: '{GREEN}{username} {AQUA}has voted a total of {YELLOW}500 times {AQUA}and received {LIGHT_PURPLE} 50dias, 10k XP, 1 Jar Peanut Butter, 1 Cheeseburger, 1 Turtle, 1 Alarm Clock, 1 TV, 1 Aquarium, & 1 BEACON'
  279.     rewardmessage: '50dias, 1 Jar Peanut Butter, 1 Cheeseburger, 1 Turtle, 1 Alarm Clock, 1 TV, 1 Aquarium, 1 BEACON, 10k XP'
  280.     commands:  
  281.     - '/give {username} 264 50'
  282.     - '/xp give {username} 10000'
  283.     - '/give {username} 138 1'
  284.     - '/give {username} skull 1 3 {display:{Name:"Burger"},SkullOwner:{Id:"d1375075-c727-40ad-bcce-7e4277099e30",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTZlZjFjMjVmNTE2ZjJlN2Q2Zjc2Njc0MjBlMzNhZGNmM2NkZjkzOGNiMzdmOWE0MWE4YjM1ODY5ZjU2OWIifX19"}]}}}'
  285.     - '/give {username} skull 1 3 {display:{Name:"Peanut Butter"},SkullOwner:{Id:"584b01b3-8b2b-46d6-afac-d92af871cd5f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGMyN2EwOWM0MzgyOWFmYzg5YjM2MjU4NmQ0M2M4NmRmNWQ5YWE0YzE0OWY4ZDU3NzVjZjEyOTM1NzU3NWQzIn19fQ=="}]}}}'
  286.     - '/give {username} skull 1 3 {display:{Name:"Turtle"},SkullOwner:{Id:"ef56c7a3-a5e7-4a7f-9786-a4b6273a591d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlNTQ4NDA4YWI3NWQ3ZGY4ZTZkNWQyNDQ2ZDkwYjZlYzYyYWE0ZjdmZWI3OTMwZDFlZTcxZWVmZGRmNjE4OSJ9fX0="}]}}}'
  287.     - '/give {username} skull 1 3 {display:{Name:"Alarm Clock"},SkullOwner:{Id:"a0221485-0d78-47df-9dcd-773eaec45dbd",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzZjMGQwNDU5YzY3ZjJiZTgyZmJlNTQwNmFiOGQxMzc4ZGExZjI4ZjdhM2Y4MmYxZGZjNDc2MTVhOTU1YTcifX19"}]}}}'
  288.     - '/give {username} skull 1 3 {display:{Name:"TV"},SkullOwner:{Id:"4cc9e2c4-0873-41c5-b746-82ce473cec6b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGVlZTQ0NmE4ZmE3MTA2Yjc2NDIxZjUzNTE3MGEyMmIzOWJhYzhiNzQwNjBjODNkMjg3YjMwNzJlNTQzYTkifX19"}]}}}'
  289.     - '/give {username} skull 1 3 {display:{Name:"Aquarium"},SkullOwner:{Id:"657969ea-bb91-4ec2-84b9-cb54a3e208c8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRkOGE5MjU4MDkyZjI2ZjExNzM1N2UxYjUyYmFjOGY0Y2VkYzU3NWI5ODJmNTJhODVkZjNhMzEzNjk2ZDg4ZiJ9fX0="}]}}}'
  290.  
  291. #  blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  292.  
  293. blocked:
  294. - world_blocked
  295.  
  296. #  Available formatting codes for messages:
  297.  
  298. #  {service} {servicename} {SERVICE} = service name
  299. #  {username} {player} {name} = player username
  300. #  {votes} = current vote total
  301. #  & = Colour Symbol to enter manual colours / control codes
  302. #  {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  303. #  {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  304. #  {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  305. #  {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  306. #  {STRIKETHROUGH} {MAGIC} {RESET}
  307.  
  308. votemessage:
  309. - '{AQUA}Use {BOLD}/vote {AQUA}and earn a great variety of prizes, including {LIGHT_PURPLE}Elytra, Beacons and more!'
  310. - '{GRAY}-----------------------------------------------------'
  311. - '{AQUA}You currently have {LIGHT_PURPLE}{votes} Votes'
  312.  
  313. remindmessage:
  314. - '{AQUA}Dont forget to {LIGHT_PURPLE}{BOLD}vote {AQUA}to support the server and earn awesome rewards!'
  315. - '{AQUA}You currently have {LIGHT_PURPLE}{votes} Votes'
  316.  
  317. #joinmessage:
  318. #- '{GRAY}-----------------------------------------------------'
  319. #- 'Vote for us every day for in game rewards and extras'
  320. #- '{GOLD}-----------------------------------------------------'
  321. #- '{AQUA}You currently have {GREEN}{votes} Votes'
  322.  
  323. #  Additional formatting codes for below:
  324.  
  325. #  {TOTAL} = vote total - used for /rewards
  326. #  {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  327. #  {POSITION} = current rank - used for /votetop
  328. #  {username} = player name - used for /votetop
  329.  
  330. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  331. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  332. rewardheader:
  333. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  334. votetopheader:
  335. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  336. rewardfooter:
  337. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement