Advertisement
Jabber666

GAListener Custom Config.

Jun 5th, 2021
1,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 23.02 KB | None | 0 0
  1. #  GAListener v1.3.1
  2. #  settings section
  3.  
  4. #  onlineonly - Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
  5. #  luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
  6. #  permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
  7. #  cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
  8. #  broadcastqueue - Show broadcast message for queued votes.
  9. #  broadcastoffline - Show broadcast message for offline queued votes.
  10. #  broadcastrecent - Show broadcast message to recent voters (last 24 hours)
  11. #  votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
  12. #  rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
  13. #  joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  14. #  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.
  15. #  remindseconds - How often (in seconds) between each reminder message.
  16. #  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.
  17. #  logfile - Log received votes to vote.log file.
  18. #  dbMode - Database mode. Use either mysql or sqlite.
  19. #  dbFile - Database filename for SQLite.
  20. #  dbHost - Database IP / Hostname for MySQL.
  21. #  dbPort - Database port for MySQL.
  22. #  dbUser - Database username for MySQL.
  23. #  dbPass - Database password for MySQL.
  24. #  dbName - Database name for MySQL.
  25. #  dbPrefix - Database table prefix.
  26.  
  27. settings:
  28.   onlineonly: true
  29.   luckyvote: true
  30.   permvote: false
  31.   cumulative: false
  32.   broadcastqueue: true
  33.   broadcastrecent: true
  34.   broadcastoffline: false
  35.   votecommand: true
  36.   rewardcommand: false
  37.   joinmessage: false
  38.   voteremind: false
  39.   remindseconds: 300
  40.   ratelimit: 10
  41.   logfile: true
  42.   dbMode: 'sqlite'
  43.   dbFile: 'GAL.db'
  44.   dbHost: 'localhost'
  45.   dbPort: 3306
  46.   dbUser: 'root'
  47.   dbPass: ''
  48.   dbName: 'GAL'
  49.   dbPrefix: ''
  50.  
  51. #  services section (default is used if service doesn't exist)
  52. #  The example below would give 5 diamonds per vote.
  53. #
  54. #minecraft-mp
  55. #topminecraftservers
  56. #minecraftservers100
  57. #minecraft-index
  58. #planetminecraft
  59. services:
  60.   default:
  61.     broadcast: '{WHITE}{username} just voted!'
  62.     playermessage: '{RED}Issuing vote rewards. Rolling Dice.'
  63.     commands:
  64.    - '/give {username} stone 9'
  65.     - '/petadmin exp {username} 12500 add'
  66.     - '/ar add {username} 1h'
  67.     - '/eco give {username} 125000'
  68. #    - '/jobs promote {username} Staff 1'
  69.   minecraftservers100:
  70.     broadcast: '{DARK_GRAY}{username} +1 MS100'
  71.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  72.     commands:
  73.     - '/petadmin exp {username} 12500 add'
  74.     - '/ar add {username} 1h'
  75.     - '/ms cast on {username} TX9'
  76.     - '/eco give {username} 25000'
  77. #    - '/jobs promote {username} Staff 1'
  78.   Minelist.net:
  79.     broadcast: '{DARK_GRAY}{username} +1 ML'
  80.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  81.     commands:
  82.     - '/petadmin exp {username} 12500 add'
  83.     - '/ar add {username} 1h'
  84.     - '/ms cast on {username} TX9'
  85.     - '/eco give {username} 25000'
  86. #    - '/jobs promote {username} Staff 1'
  87.   Minecraft-Tracker.com:
  88.     broadcast: '{DARK_GRAY}{username} +1 MCT'
  89.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  90.     commands:
  91.     - '/petadmin exp {username} 12500 add'
  92.     - '/ar add {username} 1h'
  93.     - '/ms cast on {username} TX9'
  94.     - '/eco give {username} 25000'
  95. #    - '/jobs promote {username} Staff 1'
  96.   theminelist:
  97.     broadcast: '{DARK_GRAY}{username} +1 TML'
  98.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  99.     commands:
  100.     - '/petadmin exp {username} 15000 add'
  101.     - '/ar add {username} 1h'
  102.     - '/ms cast on {username} TX9'
  103.     - '/eco give {username} 25000'
  104. #    - '/jobs promote {username} Staff 1'
  105.   MinecraftServers:
  106.     broadcast: '{DARK_GRAY}{username} +1 MCS III'
  107.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  108.     commands:
  109.     - '/petadmin exp {username} 15000 add'
  110.     - '/ar add {username} 1h'
  111.     - '/ms cast on {username} TX9'
  112.     - '/eco give {username} 25000'
  113. #    - '/jobs promote {username} Staff 1'
  114.   MinecraftServers.biz:
  115.     broadcast: '{DARK_GRAY}{username} +1 MCS II'
  116.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  117.     commands:
  118.     - '/petadmin exp {username} 15000 add'
  119.     - '/ar add {username} 1h'
  120.     - '/ms cast on {username} TX9'
  121.     - '/eco give {username} 25000'
  122. #    - '/jobs promote {username} Staff 1'
  123.   minecraft-index:
  124.     broadcast: '{DARK_GRAY}{username} +1 MC I'
  125.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  126.     commands:
  127.     - '/petadmin exp {username} 15000 add'
  128.     - '/ar add {username} 1h'
  129.     - '/ms cast on {username} TX9'
  130.     - '/eco give {username} 25000'
  131. #    - '/jobs promote {username} Staff 1'
  132.   TopG.org:
  133.     broadcast: '{DARK_GRAY}{username} +1 TopG'
  134.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  135.     commands:
  136.     - '/petadmin exp {username} 17500 add'
  137.     - '/ar add {username} 1h'
  138.     - '/ms cast on {username} TX9'
  139.     - '/eco give {username} 25000'
  140. #    - '/jobs promote {username} Staff 1'
  141.   MC-Index:
  142.     broadcast: '{DARK_GRAY}{username} +1 MC-I'
  143.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  144.     commands:
  145.     - '/petadmin exp {username} 15000 add'
  146.     - '/ar add {username} 1h'
  147.     - '/ms cast on {username} TX9'
  148.     - '/eco give {username} 25000'
  149. #    - '/jobs promote {username} Staff 1'
  150.   MCSL:
  151.     broadcast: '{DARK_GRAY}{username} +1 MCSL'
  152.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  153.     commands:
  154.     - '/petadmin exp {username} 20000 add'
  155.     - '/ar add {username} 1h'
  156.     - '/ms cast on {username} TX9'
  157.     - '/eco give {username} 25000'
  158. #    - '/jobs promote {username} Staff 1'
  159.   PlanetMinecraft.com:
  160.     broadcast: '{DARK_GRAY}{username} +1 PMC'
  161.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  162.     commands:
  163.     - '/petadmin exp {username} 50000 add'
  164.     - '/ar add {username} 1h'
  165.     - '/c resetcd {username}'
  166.     - '/ms cast on {username} TX9'
  167.     - '/eco give {username} 25000'
  168. #    - '/jobs promote {username} Staff 1'
  169.   MinecraftServersList:
  170.     broadcast: '{DARK_GRAY}{username} +1 MC SL'
  171.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  172.     commands:
  173.     - '/petadmin exp {username} 15000 add'
  174.     - '/ar add {username} 1h'
  175.     - '/ms cast on {username} TX9'
  176.     - '/eco give {username} 25000'
  177. #    - '/jobs promote {username} Staff 1'
  178.   Minecraft-MP.com:
  179.     broadcast: '{DARK_GRAY}{username} +1 MCMP'
  180.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  181.     commands:
  182.     - '/petadmin exp {username} 15000 add'
  183.     - '/ar add {username} 1h'
  184.     - '/ms cast on {username} TX9'
  185.     - '/eco give {username} 25000'
  186. #    - '/jobs promote {username} Staff 1'
  187.   TopMinecraftServers:
  188.     broadcast: '{DARK_GRAY}{username} +1 TMS'
  189.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  190.     commands:
  191.     - '/mcrefresh {username}'
  192.     - '/ar add {username} 1h'
  193.     - '/petadmin exp {username} 15000 add'
  194.     - '/give {username} 138 1'
  195.     - '/ms cast on {username} TX9'
  196.     - '/eco give {username} 25000'
  197. #    - '/jobs promote {username} Staff 1'
  198.   MinecraftServers.org:
  199.     broadcast: '{DARK_GRAY}{username} +1 MCS'
  200.     playermessage: '{DARK_GRAY}Thanks, {username}! Issuing vote rewards. Rolling Dice.'
  201.     commands:
  202.     - '/petadmin exp {username} 15000 add'
  203.     - '/ar add {username} 1h'
  204.     - '/ms cast on {username} TX9'
  205.     - '/eco give {username} 25000'
  206. #    - '/jobs promote {username} Staff 1'
  207. #  luckyvotes section
  208. #  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.
  209.  
  210. luckyvotes:
  211.   '72':
  212.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/72) {WHITE} + 1{RESET}{RED}{BOLD} Vote Crate for everyone!(G 500,000 to G 15,000,000).'
  213.     commands:
  214.    - '/minecraft:give @a chest 1 {display:{Name:"\"§4§lVote Crate\"",Lore:["\"§4§l✿§c§l✿§6§l✿§e§l✿ §c§lP§6§li§e§lp§6§le§c§lr §e§l✿§6§l✿§c§l✿§4§l✿\"","\"§4Lucky Vote Crate\"","\"§4Contains Random\"","\"§4voter rewards.\"","\"§0|\"","\"§4R+L Click to select\"","\"§4or use skills on it.\"","\"§4Do not place this.\"","\"§4§l✿§c§l✿§6§l✿§e§l✿ §c§lP§6§li§e§lp§6§le§c§lr §e§l✿§6§l✿§c§l✿§4§l✿\""]}}'
  215.   '73':
  216.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/73) Boss Spawned'
  217.     playermessage: '{DARK_RED}{RED}{BOLD}A Sentient Magma{DARK_RED}{RESET}{RED} has spawned! Last seen near the swamp biome warp!'
  218.     commands:
  219.    - '/summon MAGMA_CUBE 4674 64 -2211 {OnGround:1b,NoGravity:0b,Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,PersistenceRequired:0b,NoAI:0b,Health:40f,Size:18,Motion:[0.0,0.0,0.0],Rotation:[0.0F,0.0F],Passengers:[{id:"MAGMA_CUBE",Size:16,Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Passengers:[{id:"MAGMA_CUBE",Size:14,Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:12,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:10,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:8,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:6,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:4,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:2,Passengers:[{id:"MAGMA_CUBE",Silent:1b,CustomName:"\"§c§lSentient Magma\"",CustomNameVisible:1b,Size:1,Glowing:1b,Health:20f}]}]}]}]}]}]}]}]}],HandItems:[{id:"DIAMOND_BLOCK",Count:32b},{id:nether_star,Count:4,tag:{ench:[{id:33,lvl:1}],display:{Name:"\"§b§lVote Point Token\"",Lore:["\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\"","\"§cStores a vote point.\"","\"§cSell to others for\"","\"§cno less than 50000.\"","\"§cR + L Click to select\"","\"§cor use skills on this.\"","\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\""]}}}],HandDropChances:[1.0F,1.0F]}'
  220.   '74':
  221.     broadcast: '{username} {WHITE}Lucky vote{RED} (1/74) {WHITE} + 1 {RED}Zombie Spawner {WHITE}(G 225000).'
  222.     commands:
  223.    - '/ss give {username} zombie 1'
  224.   '75':
  225.     broadcast: '{username} {WHITE}lucky vote{RED} (1/75) {WHITE} + 1 {RED}Skeleton Spawner {WHITE}(G 275000).'
  226.     commands:
  227.    - '/ss give {username} skeleton 1'
  228.   '76':
  229.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/76) {WHITE} + 1 {RED}Spider Spawner. {WHITE}(G 275000).'
  230.     commands:
  231.    - '/ss give {username} spider 1'
  232.   '77':
  233.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/77) {WHITE} + 2 {RED}Cave Spider Spawners. {WHITE}(G 200000 x 2).'
  234.     commands:
  235.    - '/ss give {username} cave_spider 2'
  236.   '78':
  237.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/78) {WHITE} + 1 {RED}Creeper Spawner. {WHITE}(G 525000).'
  238.     commands:
  239.    - '/ss give {username} creeper 1'
  240.   '79':
  241.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/79) {WHITE} + 1 {RED}Blaze Spawner. {WHITE}(G 450000).'
  242.     commands:
  243.    - '/ss give {username} blaze 1'
  244.   '80':
  245.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/80) {WHITE} + 1 {RED}Witch Spawner. {WHITE}(G 675000).'
  246.     commands:
  247.    - '/ss give {username} witch 1'
  248.   '81':
  249.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/81) {WHITE} + 1 {RED}Squid Spawner. {WHITE}(G 325000).'
  250.     commands:
  251.    - '/ss give {username} squid 1'
  252.   '82':
  253.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/82) {WHITE} + 1 {RED}Sheep Spawner. {WHITE}(G 250000).'
  254.     commands:
  255.    - '/ss give {username} sheep 1'
  256.   '83':
  257.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/83) {WHITE} + 1 {RED}Cow Spawner. {WHITE}(G 125000).'
  258.     commands:
  259.    - '/ss give {username} cow 1'
  260.   '84':
  261.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/84) {WHITE} + 1 {RED}Zombie Pigman Spawner. {WHITE}(G 300000).'
  262.     commands:
  263.    - '/ss give {username} pigman 1'
  264.   '85':
  265.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/85) {WHITE} + 1 {RED}Mushroom Cow Spawner. {WHITE}(G 225000).'
  266.     commands:
  267.    - '/ss give {username} mooshroom 1'
  268.   '86':
  269.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/86) {WHITE} + 1 {RED}Llama Spawner. {WHITE}(G 400000).'
  270.     commands:
  271.    - '/ss give {username} llama 1'
  272.   '87':
  273.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/87) {WHITE} + a {RED}Chicken Spawner. {WHITE}(G 225000).'
  274.     commands:
  275.    - '/ss give {username} chicken 1'
  276.   '88':
  277.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/88) {WHITE} + 1 {RED}Enderman Spawner. {WHITE}(G 1500000!).'
  278.     commands:
  279.    - '/ss give {username} enderman 1'
  280.   '89':
  281.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/89) {WHITE} + 1 {RED}Endermite Spawner. {WHITE}(G 575000).'
  282.     commands:
  283.    - '/ss give {username} endermite 1'
  284.   '90':
  285.     broadcast: '{username} {WHITE}{BOLD}Special Lucky Vote!{RED}{BOLD} (1/90) {WHITE}{BOLD} + 1 {RED}{BOLD}Vote Token for ALL!. {WHITE}(50000 to 100000 G).'
  286.     commands:
  287.    - '/minecraft:give @a nether_star 1 0 {ench:[{id:33,lvl:1}],display:{id:nether_star,Count:4,tag:{ench:[{id:33,lvl:1}],display:{Name:"\"§b§lVote Point Token\"",Lore:["\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\"","\"§cStores a vote point.\"","\"§cSell to others for\"","\"§cno less than 50000.\"","\"§cR + L Click to select\"","\"§cor use skills on this.\"","\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\""]}}}}'
  288.   '91':
  289.     broadcast: '{username} {WHITE}Lucky Vote{RED} (1/91) {WHITE} + 1 {RED}2 uses 50000 Exp Orbs Scroll! {WHITE}(G 150000).'
  290.     commands:
  291.     - '/minecraft:give {username} PAPER 1 0 {ench:[{id:33,lvl:1}],display:{Name:"§f§nSCROLL§R §9◈ §2Xp Converter.",Lore:["§8Grants BIG Xp Rain.","§8Does not consume Xp.","§8Right click to use.","§0","§fUses §8: §72","§0§kMS$:scroll:XpConverter,2"]}}'
  292.  '92':
  293.    broadcast: '{username} {WHITE}Lucky Vote{RED} (1/92) {WHITE} + a {RED}Wither Skeleton Spawner. {WHITE}(G 825000).'
  294.    commands:
  295.    - '/ss give {username} wither_skeleton 1'
  296.  '93':
  297.    playermessage: '{DARK_GREEN}☠{GREEN}{BOLD}Slime-Zilla{DARK_GREEN}☠{RESET}{RED} has spawned! Last seen near the swamp biome warp!'
  298.    broadcast: '{username} {WHITE}Lucky Vote{RED} (1/93) Boss Spawned'
  299.    commands:
  300.    - '/summon slime 4674 64 -2211 {OnGround:1b,NoGravity:0b,Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,PersistenceRequired:0b,NoAI:0b,Health:40f,Size:2,Glowing:1b,Motion:[0.0,0.0,0.0],Rotation:[0.0F,0.0F],Passengers:[{id:"slime",Size:4,Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Passengers:[{id:"slime",Size:6,Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:8,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:10,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:12,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:14,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:16,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:18,Passengers:[{id:"slime",Silent:1b,CustomName:"\"§a§lSlime Zilla\"",CustomNameVisible:1b,Size:1}]}]}]}]}]}]}]}]}],HandItems:[{id:"EMERALD_BLOCK",Count:32b},{id:nether_star,Count:3,tag:{ench:[{id:33,lvl:1}],display:{Name:"\"§b§lVote Point Token\"",Lore:["\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\"","\"§cStores a vote point.\"","\"§cSell to others for\"","\"§cno less than 50000.\"","\"§cR + L Click to select\"","\"§cor use skills on this.\"","\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\""]}}}],HandDropChances:[1.0F,1.0F]}'
  301.  '94':
  302.    broadcast: '{username} {WHITE}{BOLD}Special Lucky Vote!{RED}{BOLD} (1/94) {WHITE}{BOLD} + 2 {RED}{BOLD}Vote Tokens for ALL!. {WHITE}(100000 to 200000 G).'
  303.    commands:
  304.    - '/minecraft:give @a nether_star 1 0 {ench:[{id:33,lvl:1}],display:{id:nether_star,Count:4,tag:{ench:[{id:33,lvl:1}],display:{Name:"\"§b§lVote Point Token\"",Lore:["\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\"","\"§cStores a vote point.\"","\"§cSell to others for\"","\"§cno less than 50000.\"","\"§cR + L Click to select\"","\"§cor use skills on this.\"","\"§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭§b✭§c✭\""]}}}}'
  305.  '95':
  306.    broadcast: '{username} {WHITE}Did a very lucky vote{RED} (1/95) {WHITE} + 1 {RED}Polar Bear Spawner. {WHITE}(G 575000).'
  307.    commands:
  308.    - '/ss give {username} polarbear 1'
  309.  '96':
  310.    broadcast: '{username} {WHITE}Did a very lucky vote{RED} (1/96) {WHITE} + 1 {RED}Iron Golem Spawner. {WHITE}(G 1500000!).'
  311.    commands:
  312.    - '/ss give {username} irongolem 1'
  313.  '97':
  314.    broadcast: '{username} {WHITE}Did a very lucky vote{RED} (1/97) {WHITE} + 1 {RED}Shulker Spawner. {WHITE}(G 1500000!).'
  315.    commands:
  316.    - '/ss give {username} shulker 1'
  317.  '98':
  318.    broadcast: '{username} {WHITE}Did a very lucky vote{RED} (1/98) {WHITE} + 1 {RED}Guardian Spawner. {WHITE}(G 750000).'
  319.    commands:
  320.    - '/ss give {username} guardian 1'
  321.  '99':
  322.    broadcast: '{username} {WHITE}Did a really lucky vote{RED} (1/99) {WHITE} + 1 {RED}Villager Spawner!!! {WHITE}(G 1500000!).'
  323.    commands:
  324.    - '/ss give {username} villager 1'
  325. #  cumulative reward section
  326. #  This example would give players 20 Diamonds once they have reached a total of 10 votes.
  327. cumulative:
  328.  '10':
  329.    playermessage: '{WHITE}You voted {RED}10{WHITE} times! {RED}+ 2 {WHITE}hours rank up time. {RED}+ 25000 G'
  330.    commands:
  331.    - 'ar add {username} 2h'
  332.    - 'eco give {username} 25000'
  333.  '20':
  334.    playermessage: '{WHITE}You voted {RED}20{WHITE} times! {RED}+ 4 {WHITE}hours rank up time. {RED}+ 50000 G'
  335.    commands:
  336.    - 'ar add {username} 4h'
  337.    - 'eco give {username} 50000'
  338.  '30':
  339.    playermessage: '{WHITE}You voted {RED}30{WHITE} times! {RED}+ 6 {WHITE}hours rank up time. {RED}+ 75000 G'
  340.    commands:
  341.    - 'ar add {username} 6h'
  342.    - 'eco give {username} 75000'
  343.  '40':
  344.    playermessage: '{WHITE}You voted {RED}40{WHITE} times! {RED}+ 8 {WHITE}hours rank up time. {RED}+ 100000 G'
  345.    commands:
  346.    - 'ar add {username} 8h'
  347.    - 'eco give {username} 100000'
  348.  '50':
  349.    playermessage: '{WHITE}You voted {RED}50{WHITE} times! {RED}+ 10 {WHITE}hours rank up time. {RED}+ 125000 G'
  350.    commands:
  351.    - 'ar add {username} 10h'
  352.    - 'eco give {username} 125000'
  353.  '100':
  354.    playermessage: '{WHITE}You voted {RED}10{WHITE} times! {RED}+ 12 {WHITE}hours rank up time. {RED}+ 1.5 Million G'
  355.    commands:
  356.    - 'ar add {username} 12h'
  357.    - 'eco give {username} 1500000'
  358.    - '/jobs promote {username} Staff 10'
  359. blocked: []
  360.  
  361. #  Available formatting codes for messages:
  362.  
  363. #  {service} {servicename} {SERVICE} = service name
  364. #  {username} {player} {name} = player username
  365. #  {votes} = current vote total
  366. #  & = Colour Symbol to enter manual colours / control codes
  367. #  {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  368. #  {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  369. #  {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  370. #  {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  371. #  {STRIKETHROUGH} {MAGIC} {RESET}
  372.  
  373.  
  374. votemessage:
  375. - ' {GRAY}Hi! You currently have {YELLOW}{BOLD}{votes}{RESET}{GRAY} Votes. {YELLOW}/Votetop /c stats'
  376. - ' {GRAY}Please vote at {RED}1{GRAY} or more links below. {AQUA}T{YELLOW}h{GREEN}a{BLUE}n{DARK_RED}k {GOLD}y{DARK_AQUA}o{RED}u{BLUE}!{DARK_BLUE}!{DARK_GREEN}!{LIGHT_PURPLE}!'
  377. - ' {AQUA}https://minecraftlist.org/server/7918'
  378. - ' {RED}https://topg.org/Minecraft/in-607812'
  379. - ' {GREEN}https://minecraft-mp.com/server-s211646'
  380. - ' {GOLD}https://minecraftservers.org/server/528268'
  381. - ' {DARK_PURPLE}https://minecraftservers.biz/servers/143551/'
  382. - ' {DARK_GREEN}https://tinyurl.com/ycek24xj (PMC)'
  383. - ' {BLUE}https://minecraft-server-list.com/server/377849'
  384. - ' {LIGHT_PURPLE}https://minecraft-tracker.com/server/5837/'
  385. - ' {DARK_RED}https://minebrowse.com/server/1088'
  386. - ' {YELLOW}{UNDERLINE}Keep space in your inventory before voting!'
  387. #- ' {YELLOW}► {DARK_RED}https://serverstoplist.com/server-piper-survival-9453299/vote'
  388. remindmessage:
  389. - 'Hi, {username} doing /vote helps us get more players. ;) '
  390. - '{RED}You currently have {WHITE}{votes} Votes'
  391.  
  392. joinmessage:
  393. - '{LIGHT_PURPLE} Hi, {username}You currently have {WHITE}{votes} {LIGHT_PURPLE}Votes'
  394.  
  395. #  Additional formatting codes for below:
  396.  
  397. #  {TOTAL} = vote total - used for /rewards
  398. #  {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  399. #  {POSITION} = current rank - used for /votetop
  400. #  {username} = player name - used for /votetop
  401. # {DARK_GREEN}a{DARK_PURPLE}l{DARK_RED}l {GOLD}J{GREEN}o{RED}b{LIGHT_PURPLE}s{YELLOW}!
  402. # {YELLOW}S{YELLOW}t{GOLD}a{GOLD}f{RED}f{RED} J{DARK_RED}o{DARK_RED}b
  403.  
  404. rewardformat: '{DARK_RED}{TOTAL} {RED}Votes {GRAY}- {RED}{REWARD}'
  405. votetopformat: '{GOLD}{BOLD}{POSITION}{DARK_RED} ■ {RED}{BOLD}{username}{DARK_RED} ■ {GOLD}{BOLD}{BOLD}{TOTAL}'
  406. rewardheader: '{RED}---------------- {WHITE}[ {WHITE}Rewards{WHITE} ] {RED}----------------'
  407. rewardsmessage:
  408. - '{REWARD}{YELLOW}Votes give mostly jobs, mcmmo skills and items.'
  409. - '{REWARD}{GOLD}Some votes are lucky and give a spawner or other.'
  410. - '{REWARD}{RED}At votes total you also get bonus {WHITE}/rankup{RED} time.'
  411. - '{REWARD}{DARK_RED}{username} you have {votes}'
  412. votetopheader:
  413. - '{DARK_RED}▪{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}▪{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}▪{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}{BOLD} ► {YELLOW}{BOLD}{ITALIC}Top Voters{RESET} {DARK_RED}{BOLD} ◄ {RESET}{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}▪{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}▪{RED}▪{GOLD}▪{YELLOW}▪{GOLD}▪{RED}▪{DARK_RED}▪'
  414. rewardfooter:
  415. - '{RED}You currently have {WHITE}{votes} Votes'
  416. #https://www.minestatus.net/149989-survival-survival
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement