Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.20 KB | None | 0 0
  1. # VotingPlugin by Ben12345rocks
  2. # Main Config
  3. # See wiki for help:
  4. # https://github.com/Ben12345rocks/VotingPlugin/wiki
  5. #
  6. # Valid Options:
  7. # - SQLITE
  8. # - FLAT
  9. # - MYSQL
  10. DataStorage: FLAT
  11. MySQL:
  12.   Host: ''
  13.   Port: 3306
  14.   Database: ''
  15.   Username: ''
  16.   Password: ''
  17.   MaxConnections: 1
  18.   PreLoadTable: true
  19. CheckOnWorldChange: false
  20. Debug: false
  21. DebugInGame: false
  22. LogDebugToFile: false
  23. RequestAPI:
  24.   DefaultMethod: Anvil
  25.   DisabledMethods: []
  26. BroadcastVote: true
  27. AllowUnjoined: true
  28. SendScoreboards: true
  29. AutoCreateVoteSites: true
  30. LogVotesToFile: false
  31. PreLoadUsers: false
  32. DelayBetweenUpdates: 3
  33. DisableNoServiceSiteMessage: false
  34. VoteReminding:
  35.   Enabled: false
  36.   RemindOnlyOnce: false
  37.   RemindOnLogin: true
  38.   RemindDelay: 60
  39.   Rewards:
  40.     Messages:
  41.       Player: '&7» &e&o Remember to vote for the server! &b&o/vote'
  42. Commands:
  43.   UseGUI:
  44.     Today: false
  45.     TopVoter: false
  46.     Last: false
  47.     Next: false
  48.     Total: false
  49.     Vote: false
  50. Format:
  51.   NoPerms: '&cYou do not have enough permission!'
  52.   NotNumber: '&cError on &6%arg%&c, number expected!'
  53.   HelpLine: '&b%Command% - &e%HelpMessage%'
  54.   BroadcastMsg: ''
  55.   BroadcastWhenOnline: false
  56.   Commands:
  57.     Vote:
  58.       Text:
  59.      - '&7» &eVote for our server for daily rewards!'
  60.       AutoInputSites: true
  61.       Sites: '&e    %num%: &b%SiteName% &7- &e%url%'
  62.       Next:
  63.         Title: '&7» &b%player% &eNext Votes:'
  64.         Layout: '&b%SiteName%: &e%info%'
  65.         Info:
  66.           CanVote: '&eYou can vote!'
  67.           TimeUntilVote: '&e%hours% Hours and %minutes% Minutes'
  68.           Error: '&cCould not caculate time until next vote!'
  69.       Last:
  70.         Title: '&7» &b%player% &eLast Vote Times:'
  71.         Line: '    &b%SiteName%&7: &e%time%'
  72.       Total:
  73.         Title: '&7» &b%player% &eTotal Votes:'
  74.         Line: '&b    %SiteName%&7: &e%Total%'
  75.         Total: '&b    Total: &e%Totals%'
  76.       TotalAll:
  77.         Title: '&7» &eAll Votes Total:'
  78.         Line: '&b%SiteName% &e%Total%'
  79.         Total: '&7» Total: &e%Totals%'
  80.       Top:
  81.         Title: '&7» &b%Top% Voters %page%/%maxpages%'
  82.         Line: '&b%num%: &e%player%, %votes%'
  83.       Help:
  84.         Title: '&7» &eVoting Player Help'
  85.         Line: '&b%Command% - &e%HelpMessage%'
  86.         RequirePermission: true
  87.       Party:
  88.      - '&7» &eCurrently at &b%Votes%&c, &b%NeededVotes% &emore votes to go to reach
  89.         &b%VotesRequired%'
  90.       Points: '&7» &b%Player% &ecurrently has &b%Points%&e points!'
  91.   LoginMsg: '&7» &eRemember to vote!'
  92.   TopVoterAwardMsg: '&7» &eYou came in &b%place% in top voters of the month! Here
  93.     is an award!'
  94.   TimeFormat: EEE, d MMM yyyy HH:mm
  95.   Signs:
  96.     TopVoterSign:
  97.       Line1: 'TopVoter: %SiteName%'
  98.       Line2: '#%position%'
  99.       Line3: '%player%'
  100.       Line4: '%votes% Votes'
  101.     RightClickMessage: '&7» &b%player% &eis &b%position% &ewith &b%votes% &evotes
  102.       in &b%SiteName%'
  103.   ShopPurchase: '&7» &eYou bought the &b%Identifier% &efor &b%Points% &epoints!'
  104.   ShopFailed: '&cYou do not have %Points% points to purhcase this!'
  105. GUI:
  106.   VoteGUI:
  107.     URL:
  108.       Item:
  109.         Material: BOW
  110.         Data: 0
  111.         Amount: 1
  112.         Name: '&4URL'
  113.       Slot: 0
  114.     Next:
  115.       Item:
  116.         Material: COMPASS
  117.         Data: 0
  118.         Amount: 1
  119.         Name: '&4Next'
  120.       Slot: 1
  121.     Last:
  122.       Item:
  123.         Material: WATCH
  124.         Data: 0
  125.         Amount: 1
  126.         Name: '&4Last'
  127.       Slot: 2
  128.     Total:
  129.       Item:
  130.         Material: CHEST
  131.         Data: 0
  132.         Amount: 1
  133.         Name: '&4Total'
  134.       Slot: 3
  135.     Top:
  136.       Item:
  137.         Material: SIGN
  138.         Data: 0
  139.         Amount: 1
  140.         Name: '&4Top'
  141.       Slot: 4
  142.     Today:
  143.       Item:
  144.         Material: BOOK
  145.         Data: 0
  146.         Amount: 1
  147.         Name: '&4Today'
  148.       Slot: 5
  149.     Help:
  150.       Item:
  151.         Material: WRITTEN_BOOK
  152.         Data: 0
  153.         Amount: 1
  154.         Name: '&4Help'
  155.       Slot: 6
  156.     Rewards:
  157.       Item:
  158.         Material: DIAMOND
  159.         Data: 0
  160.         Amount: 1
  161.         Name: '&4Voting Rewards'
  162.       Slot: 7
  163.   VoteURL:
  164.     SiteName: '&c%Name%'
  165.     SeeURL: '&cClick to see URL'
  166.     NextVote: '&cCan Vote In: %Info%'
  167.     ViewAllUrlsButtonEnabled: true
  168.     AllUrlsButton:
  169.       AlreadyVotedItem:
  170.         Material: REDSTONE_BLOCK
  171.         Data: 0
  172.         Amount: 1
  173.       CanVoteItem:
  174.         Material: EMERALD_BLOCK
  175.         Data: 0
  176.         Amount: 1
  177.     AlreadyVotedItem:
  178.       Material: REDSTONE_BLOCK
  179.       Data: 0
  180.       Amount: 1
  181.     CanVoteItem:
  182.       Material: EMERALD_BLOCK
  183.       Data: 0
  184.       Amount: 1
  185.   VoteReward:
  186.     SiteName:
  187.       Item:
  188.         Material: DIAMOND
  189.         Data: 0
  190.         Amount: 1
  191.         Name: '&4Example'
  192.         Lore:
  193.        - '&4Line 1'
  194.       Items:
  195.         Diamond:
  196.           Material: DIAMOND
  197.           Data: 0
  198.           Amount: 1
  199.           Name: '&4Example'
  200.           Lore:
  201.          - '&4Line 1'
  202.           Slot: 0
  203. Shop:
  204.   Diamond:
  205.     Material: DIAMOND
  206.     Data: 0
  207.     Amount: 1
  208.     Name: '&4Buy A Diamond'
  209.     Lore:
  210.     - '&c&lCost: &c3 Voting Points'
  211.     Cost: 3
  212.     Rewards:
  213.       Items:
  214.         Material: DIAMOND
  215.         Amount: 1
  216.     Slot: 0
  217. FirstVote:
  218.   Messages:
  219.     Player: '&7» &eYou voted for your first time!'
  220. AllSites:
  221.   Messages:
  222.     Player: '&7» &eYou voted on all sites today!'
  223. Cumulative:
  224.   '20':
  225.     Enabled: false
  226.     VotesInSameDay: false
  227.     VotesInSameWeek: false
  228.     Rewards: []
  229. VoteParty:
  230.   Enabled: false
  231.   VotesRequired: 20
  232.   GiveAllPlayers: false
  233.   ResetEachDay: false
  234.   UserVotesRequired: 0
  235.   Rewards: []
  236. MileStones:
  237.   '20':
  238.     Enabled: false
  239.     Rewards: []
  240.     ResetMonthly: false
  241. AnySiteRewards: []
  242. BlackList:
  243. - Notch
  244. VoteTopDefault: Monthly
  245. LoadTopVoter:
  246.   AllTime: true
  247.   Monthly: true
  248.   Weekly: false
  249.   Daily: false
  250. StoreTopVoters:
  251.   Monthly: true
  252.   Weekly: false
  253.   Daily: false
  254. EnableMonthlyAwards: true
  255. MonthlyAwards:
  256.   '1':
  257.     Rewards:
  258.    - TopVoter1
  259.   '2':
  260.     Rewards:
  261.    - TopVoter2
  262. EnableWeeklyAwards: false
  263. WeeklyAwards:
  264.   '1':
  265.     Rewards:
  266.    - WeeklyTopVoter1
  267.   '2':
  268.     Rewards:
  269.    - WeeklyTopVoter2
  270. EnableDailyRewards: false
  271. DailyAwards:
  272.   '1':
  273.     Rewards:
  274.    - DailyTopVoter1
  275.   '2':
  276.     Rewards:
  277.    - DailyTopVoter2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement