Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # GAListener v1.3.1
- # http://www.minecraft-index.com
- # settings section
- # onlineonly - Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
- # luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
- # permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
- # cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
- # broadcastqueue - Show broadcast message for queued votes.
- # broadcastoffline - Show broadcast message for offline queued votes.
- # broadcastrecent - Show broadcast message to recent voters (last 24 hours)
- # votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
- # rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
- # joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
- # 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.
- # remindseconds - How often (in seconds) between each reminder message.
- # 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.
- # logfile - Log received votes to vote.log file.
- # dbMode - Database mode. Use either mysql or sqlite.
- # dbFile - Database filename for SQLite.
- # dbHost - Database IP / Hostname for MySQL.
- # dbPort - Database port for MySQL.
- # dbUser - Database username for MySQL.
- # dbPass - Database password for MySQL.
- # dbName - Database name for MySQL.
- # dbPrefix - Database table prefix.
- settings:
- onlineonly: true
- luckyvote: true
- permvote: false
- cumulative: true
- broadcastqueue: true
- broadcastrecent: true
- broadcastoffline: false
- votecommand: true
- rewardcommand: false
- joinmessage: false
- voteremind: false
- remindseconds: 300
- ratelimit: 10
- logfile: false
- dbMode: 'sqlite'
- dbFile: 'GAL.db'
- dbHost: 'localhost'
- dbPort: 3306
- dbUser: 'root'
- dbPass: ''
- dbName: 'GAL'
- dbPrefix: ''
- # services section (default is used if service doesn't exist)
- # The example below would give 5 diamonds per vote.
- services:
- default:
- broadcast: '{GOLD}{BOLD}{username} {GOLD}has voted & received {GOLD}{BOLD}3 Diamonds {GOLD}& a {GOLD}{BOLD}$50{GOLD}!'
- playermessage: '{GOLD}Thanks for voting!'
- commands:
- - '/give {username} diamond 3'
- - '/eco give {username} 50'
- # luckyvotes section
- # 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.
- luckyvotes:
- '10':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved a {GOLD}{BOLD}Gold Ingot{GOLD}!'
- playermessage: '{GOLD}You were lucky and received Gold Ingot!'
- commands:
- - '/give {username} gold_ingot 1'
- '25':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved an {GOLD}{BOLD}Emerald{GOLD}!'
- playermessage: '{GOLD}You were lucky and received an Emerald!'
- commands:
- - '/give {username} emerald 1'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved an {GOLD}{BOLD}Endermite Pet{GOLD}!'
- playermessage: '{GOLD}You were lucky and received an Endermite Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.endermite'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved a {GOLD}{BOLD}Slime Pet{GOLD}!'
- playermessage: '{GOLD}You were lucky and received a Slime Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.slime'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved a {GOLD}{BOLD}Horse Pet{GOLD}!'
- playermessage: '{GOLD}You were lucky and received a Horse Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.horse'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was lucky & recieved a {GOLD}{BOLD}Silverfish Pet{GOLD}!'
- playermessage: '{GOLD}You were lucky and received a Silverfish Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.silverfish'
- '1000':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved a {GOLD}{BOLD}Blaze Pet{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received a Blaze Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.blaze'
- '1000':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved a {GOLD}{BOLD}Creeper Pet{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received a Creeper Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.creeper'
- '1000':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved a {GOLD}{BOLD}Ghast Pet{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received a Ghast Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.ghast'
- '1000':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved a {GOLD}{BOLD}Squid Pet{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received a Squid Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.squid'
- '1000':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved a {GOLD}{BOLD}Wither Pet{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received a Wither Pet!'
- commands:
- - '/pex user {username} add echopet.pet.type.wither'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Iron Armor{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Iron Armor! Click on Gadgets, then Wardrobe.'
- commands:
- - '/pex user {username} add serverwardrobe.iron'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Chainmail Armor{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Chainmail Armor! Click on Gadgets, then Wardrobe.'
- commands:
- - '/pex user {username} add serverwardrobe.chainmail'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Gold Armor{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Gold Armor! Click on Gadgets, then Wardrobe.'
- commands:
- - '/pex user {username} add serverwardrobe.gold'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Diamond Armor{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Diamond Armor! Click on Gadgets, then Wardrobe.'
- commands:
- - '/pex user {username} add serverwardrobe.diamond'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Explode Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Explode Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.explode'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Large Explode Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Large Explode Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.largeexplode'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Huge Explode Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Huge Explode Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.hugeexplosion'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Fireworks Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Fireworks Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.fireworksspark'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Bubble Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Bubble Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.bubble'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Wake Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Wake Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.wake'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Suspended Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Suspended Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.suspended'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Depth Suspend Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Depth Suspend Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.depthsuspend'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Crit Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Crit Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.crit'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Magic Crit Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Magic Crit Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.magiccrit
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Smoke Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Smoke Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.smoke'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Large Smoke Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Large Smoke Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.largesmoke'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Spell Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Spell Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.spell'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Instant Spell Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Instant Spell Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.instantspell'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Mob Spell Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Mob Spell Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.mobspell'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Mob Spell Ambient Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Mob Spell Ambient Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.mobspellambient'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Witch Magic Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Witch Magic Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.witchmagic'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Drip Water Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Drip Water Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.dripwater'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Drip Lava Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Drip Lava Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.driplava'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Angry Villager Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Angry Villager Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.angryvillager'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Happy Villager Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Happy Villager Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.happyvillager'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Note Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Note Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.note'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Portal Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Portal Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.portal'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Enchant Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Enchant Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.enchantmenttable'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Flame Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Flame Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.flame'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Lava Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Lava Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.lava'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Footstep Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Footstep Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.footstep'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Cloud Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Cloud Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.cloud'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Red Dust Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Red Dust Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.reddust'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Snow Poof Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Snow Poof Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.snowballpoof'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Snowball Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Snowball Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.snowshovel'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Slime Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Slime Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.slime'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Barrier Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Barrier Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.barrier'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Heart Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Heart Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.heart'
- '250':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Droplet Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Droplet Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.droplet'
- '500':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}was super lucky & recieved {GOLD}{BOLD}Rainbow Particles{GOLD}!'
- playermessage: '{GOLD}You were super lucky and received Rainbow Particles! Click on Gadgets, then Particles.'
- commands:
- - '/pex user {username} add playerparticles.rainbow'
- # cumulative reward section
- # This example would give players 20 Diamonds once they have reached a total of 10 votes.
- cumulative:
- '10':
- broadcast: '{GOLD}{BOLD}{username} {GOLD}has voted a total of {GOLD}{BOLD}10 times this month{GOLD}& recieved an {GOLD}{BOLD}Emerald{GOLD}!'
- playermessage: '{GOLD}Thank you for voting 10 times!'
- rewardmessage: ''
- commands:
- - '/give {username} emerald 1'
- # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
- blocked:
- - world_blocked
- # Available formatting codes for messages:
- # {service} {servicename} {SERVICE} = service name
- # {username} {player} {name} = player username
- # {votes} = current vote total
- # & = Colour Symbol to enter manual colours / control codes
- # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
- # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
- # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
- # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
- # {STRIKETHROUGH} {MAGIC} {RESET}
- votemessage:
- - ''
- remindmessage:
- - ''
- joinmessage:
- - ''
- # Additional formatting codes for below:
- # {TOTAL} = vote total - used for /rewards
- # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
- # {POSITION} = current rank - used for /votetop
- # {username} = player name - used for /votetop
- rewardformat: '{GOLD}{TOTAL} Votes {GRAY}- {GOLD}{REWARD}'
- votetopformat: '{POSITION}. {GOLD}{username} {GRAY}- {GOLD}{TOTAL}'
- rewardheader:
- - '{AQUA}---------------- {DARK_GRAY}[ {GOLD}Rewards{DARK_GRAY} ] {RED}----------------'
- votetopheader:
- - '{RED}---------------- {DARK_GRAY}[ {GOLD}Top Voters{DARK_GRAY} ] {AQUA}----------------'
- rewardfooter:
- - '{GOLD}You currently have {GOLD}{BOLD}{votes} {GOLD}Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement