# GiveAnything Config # http://www.mc-index.com # # Online only (default: true) # onlineonly: true # # Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server! # # Lucky vote (default: false) # luckyvote: false # # Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below. # # Permission vote (default: false) # permvote: false # # Enables the permission voting section, this allows voters to receive different rewards based upon their permissions, for the format see below. # # Cumulative vote (default: false) # cumulative: false # # Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes, for the format see below. # # Show broadcast message for Queued votes (default: true) # broadcastqueue: true # # Show broadcast message to recent voters (last 24 hours) (default: true) # broadcastrecent: true # # Vote command (/vote) (default: true) # votecommand: true # # Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config. # # Reward command (/rewards) (default: true) # rewardcommand: true # # Enables the /rewards command which will show a list of all the cumulative voting rewards. # # Join message (default: true) # joinmessage: true # # Show the message contained in the joinmessage section at the bottom of this config when a player joins the server. # # Message players who haven't voted in the last 24 hours (default: true) # voteremind: true # # How often (in seconds) between each reminder message. # remindseconds: 300 # # Shows the message contained in the remindmessage section at the bottom of this config # # Log received votes to vote.log file (default: false) # logfile: false # # Database mode (default: sqlite) # dbMode: 'sqlite' # # Use either mysql or sqlite database mode # # Database filename (default: GAL.db) - for SQLite # dbFile: 'GAL.db' # # Database IP / Hostname (default: localhost) - for MySQL # dbHost: 'localhost' # # Database port (default: 3306) - for MySQL # dbPort: 3306 # # Database username (default: root) - for MySQL # dbUser: 'root' # # Database password (default: none) - for MySQL # dbPass: '' # # Database name (default: GAL) - for MySQL # dbName: 'GAL' # # Database table prefix - for MySQL / SQLite # dbPrefix: '' # # Services section (default is used if service doesn't exist) # MC-Index: # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!' # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!' # commands: # - '/give {username} 264 5' # - '/xp give {username} 200' # # The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index" # # Lucky votes section (disabled by default) # luckyvotes: # 50: # broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!' # playermessage: '{GREEN}You were lucky and received an extra $1000!' # commands: # - '/eco give {username} 1000' # 100: # broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!' # playermessage: '{GREEN}You were super lucky and received an extra $5000!' # commands: # - '/eco give {username} 5000' # # The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000 # If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use. # # Permission votes section (disabled by default) # perms: # double: # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!' # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!' # commands: # - '/give {username} 264 10' # # This will override the service section if the player has the permission node gal.whatever (gal.double for the example above) # # Cumulative votes section (disabled by default) # cumulative: # '10': # broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!' # playermessage: '{GREEN}Thanks for voting {AQUA}10 times!' # rewardmessage: '20x Diamond' # commands: # - '/give {username} 264 20' # # # Blocked Worlds # blocked: # - world_blocked # # A list of worlds where voting rewards should not be delivered. # # Vote Message # votemessage: # - 'add a message here with voting information' # - 'players will see this when they type /vote' # # Reminder Message # remindmessage: # - 'add a reminder message here for players' # - 'whose last vote was more than 24 hours ago' # # Available codes for messages / commands: # # {service} {servicename} {SERVICE} = service name # {username} {player} {name} = player username # # & = 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} # settings: onlineonly: true luckyvote: true permvote: true cumulative: true broadcastqueue: true broadcastrecent: true votecommand: true rewardcommand: true joinmessage: false voteremind: false remindseconds: 300 logfile: false dbMode: 'sqlite' dbFile: 'GAL.db' dbHost: 'localhost' dbPort: 3306 dbUser: 'root' dbPass: '' dbName: 'GAL' dbPrefix: '' services: default: broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted and received &a&l[&b$30,000]' playermessage: '' commands: - '/eco give {username} 30000' luckyvotes: '5': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$5,000&a&l]' playermessage: '' commands: - '/eco give {username} 5000' '6': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$10,000&a&l]' playermessage: '' commands: - '/eco give {username} 10000' '7': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$15,000&a&l]' playermessage: '' commands: - '/eco give {username} 15000' '8': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$20,000&a&l]' playermessage: '' commands: - '/eco give {username} 20000' '9': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$25,000&a&l]' playermessage: '' commands: - '/eco give {username} 25000' '10': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$30,000&a&l]' playermessage: '' commands: - '/eco give {username} 30000' '15': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$50,000&a&l]' playermessage: '' commands: - '/eco give {username} 50000' '20': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$75,000&a&l]' playermessage: '' commands: - '/eco give {username} 75000' '25': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$100,000&a&l]' playermessage: '' commands: - '/eco give {username} 100000' '30': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$125,000&a&l]' playermessage: '' commands: - '/eco give {username} 125000' '35': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$150,000&a&l]' playermessage: '' commands: - '/eco give {username} 150000' '40': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$200,000&a&l]' playermessage: '' commands: - '/eco give {username} 200000' '50': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$250,000&a&l]' playermessage: '' commands: - '/eco give {username} 250000' '60': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$300,000&a&l]' playermessage: '' commands: - '/eco give {username} 300000' '70': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$500,000&a&l]' playermessage: '' commands: - '/eco give {username} 500000' '80': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$750,000&a&l]' playermessage: '' commands: - '/eco give {username} 750000' '90': broadcast: '&a&l[&b+&a&a&l] &b{username} &7was lucky and received an extra &a&l[&b$1,000,000&a&l]' playermessage: '' commands: - '/eco give {username} 1000000' perms: double: broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted and received &a&l[&b$30,000]' playermessage: '' commands: - '/eco give {username} 30000' cumulative: '10': broadcast: '&a&l[&b+&a&a&l] &b{username} &7voted 10 times and received an extra &a&l[&b$5,000&a&l]' playermessage: '' rewardmessage: '' commands: - '/eco give {username} 30000' blocked: - world_blocked votemessage: - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------' - ' &7&oVote For Us Everyday For Ingame Rewards!' - ' ' - '&6&lMC Server List' - '&ehttp://goo.gl/lZRiUp' - ' ' - '&6&lMC Servers' - '&ehttp://goo.gl/3OJpKX' - ' ' - '&6&lRatchetCraft Forum' - '&ehttp://goo.gl/JZS5ZS' - ' ' - '&6&lMC Forums' - '&ehttp://goo.gl/f8byyp' - '&b&l&m----------------------------------------' remindmessage: - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------' - ' &7&oVote For Us Everyday For Ingame Rewards!' - ' ' - '&6&lMC Server List' - '&ehttp://goo.gl/lZRiUp' - ' ' - '&6&lMC Servers' - '&ehttp://goo.gl/3OJpKX' - ' ' - '&6&lRatchetCraft Forum' - '&ehttp://goo.gl/JZS5ZS' - ' ' - '&6&lMC Forums' - '&ehttp://goo.gl/f8byyp' - '&b&l&m----------------------------------------' joinmessage: - '&b&l&m----------------&r&a&l [&4&lVoting&r&4&a&l] &r&b&l&m----------------' - ' &7&oVote For Us Everyday For Ingame Rewards!' - ' ' - '&6&lMC Server List' - '&ehttp://goo.gl/lZRiUp' - ' ' - '&6&lMC Servers' - '&ehttp://goo.gl/3OJpKX' - ' ' - '&6&lRatchetCraft Forum' - '&ehttp://goo.gl/JZS5ZS' - ' ' - '&6&lMC Forums' - '&ehttp://goo.gl/f8byyp' - '&b&l&m----------------------------------------'