Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.26 KB | None | 0 0
  1. host: "84.200.24.138\r"
  2. port: 25945
  3. debug: false
  4. listener_folder: plugins/Votifier/listeners
  5.  
  6.  
  7. -----------------------------------------------------------------------------------------------------------------------------------------
  8. #  GiveAnything Config
  9. #  http://www.mc-index.com
  10. #
  11. #  Online only (default: true)
  12. #  onlineonly: true
  13. #
  14. #  Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
  15. #
  16. #  Lucky vote (default: false)
  17. #  luckyvote: false
  18. #
  19. #  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.
  20. #
  21. #  Vote command (/vote) (default: false)
  22. #  votecommand: false
  23. #
  24. #  Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
  25. #
  26. #  Login vote reminder (default: false)
  27. #  voteremind: false
  28. #
  29. #  Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
  30. #
  31. #  Services section (default is used if service doesn't exist)
  32. #  MC-Index:
  33. #    broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
  34. #    playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  35. #    commands:
  36. #      - '/give {username} 264 5'
  37. #      - '/xp give {username} 200'
  38. #
  39. #  The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
  40. #
  41. #  Lucky votes section (disabled by default)
  42. #  luckyvotes:
  43. #    50:
  44. #      broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  45. #      playermessage: '{GREEN}You were lucky and received an extra $1000!'
  46. #      commands:
  47. #        - '/eco give {username} 1000'
  48. #    100:
  49. #      broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
  50. #      playermessage: '{GREEN}You were super lucky and received an extra $5000!'
  51. #      commands:
  52. #        - '/eco give {username} 5000'
  53. #
  54. #  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
  55. #  If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
  56. #
  57. #  Vote Message
  58. #  votemessage:
  59. #    - 'add a message here with voting information'
  60. #    - 'players will see this when they type /vote'
  61. #
  62. #
  63. #  Available codes for messages / commands:
  64. #
  65. #  {service}    {servicename}   {SERVICE}   = service name
  66. #  {username}   {player}        {name}      = player username
  67. #  
  68. #  & = Colour Symbol to enter manual colours / control codes
  69. #  {AQUA}       {BLACK}         {BLUE}          {DARK_AQUA}     {DARK_BLUE}
  70. #  {DARK_GRAY}  {DARK_GREEN}    {DARK_PURPLE}   {DARK_RED}      {GOLD}
  71. #  {GRAY}       {GREEN}         {LIGHT_PURPLE}  {RED}           {WHITE}
  72. #  {YELLOW}     {BOLD}          {ITALIC}        {UNDERLINE}     {STRIKETHROUGH}
  73. #  {STRIKE}     {STRIKETHROUGH} {MAGIC}         {RESET}
  74. #
  75.  
  76. settings:
  77.   onlineonly: true
  78.   luckyvote: false
  79.   broadcastqueue: true
  80.   votecommand: true
  81.   voteremind: true
  82. services:
  83.   default:
  84.     broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}Kit Vote!'
  85.     playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  86.     commands:
  87.       - '/give {username} 264 5'
  88.       - '/give {username} 265 10'
  89.       - '/give {username} 263 32'
  90.       - '/give {username} 266 5'
  91.       - '/give {username} 246 1'
  92. luckyvotes:
  93.   '10':
  94.     broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  95.     playermessage: '{GREEN}You were lucky and received an extra $1000!'
  96.     commands:
  97.    - /eco give user {username} 1000
  98.   '50':
  99.     broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  100.     playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  101.     commands:
  102.    - /xp give {username} 100
  103.     - /eco give {username} 1000
  104. votemessage:
  105.  - '{GOLD}-----------------------------------------------------'
  106.   - 'Vote for us every day for in game rewards and extras'
  107.   - '{GOLD}-----------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement