Advertisement
Guest User

Untitled

a guest
May 1st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 27.62 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: SQLITE
  11.  
  12. # Information for mysql
  13. # See the end of the config for cache options
  14. MySQL:
  15.   Host: ''
  16.   # Default port is 3306
  17.   Port: 3306
  18.   Database: ''
  19.   Username: ''
  20.   Password: ''
  21.   # Max number of connections
  22.   MaxConnections: 1
  23.   # Maxium size of caching mysql
  24.   # -1 for no limit
  25.   # Affecting this value may affect performance
  26.   MaxSize: -1
  27.   # Table name prefix, for use with mutliple servers
  28.   Prefix: ''
  29.   #UseSSL: true
  30.  
  31. # Let players who never joined before vote
  32. # Recommend: False (Will prevent creating random user data)
  33. AllowUnjoined: false
  34.  
  35. # ------------------------------------------------
  36. # VoteReminding
  37. # ------------------------------------------------
  38.  
  39. # Configuration for VoteReminding
  40. # By default this should be all setup to work
  41. # as long as vote delays are done properly
  42. VoteReminding:
  43.  # Enable vote reminding
  44.   # This will remind player when he can vote on all sites
  45.   # Requires VoteDelay's to be setup properly
  46.   # Use /vote next to see when you can be reminded
  47.   # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  48.   Enabled: true
  49.  
  50.   # Wether or t to remind only once when the player can vote
  51.   # Does not apply to login reminds.
  52.   RemindOnlyOnce: true
  53.  
  54.   # Will remind player on login if he can vote
  55.   # Ignores value above
  56.   RemindOnLogin: true
  57.  
  58.   # Delay to remind votes in minutes
  59.   # Only works if above is false
  60.   RemindDelay: 30
  61.  
  62.   # Run reward files on remind
  63.   # By default, the reward file will be created for you
  64.   # and have the default message
  65.   # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  66.   # Can add titles and more in the reward file
  67.   Rewards:
  68.     Messages:
  69.       Player: '&bVote for &fSwan&3Craft &bdaily and receive rewards!'
  70.     Title:
  71.       Enabled: false
  72.       Title: '&cRemember to vote!'
  73.       SubTitle: '&aType /vote'
  74.       FadeIn: 10
  75.       ShowTime: 50
  76.       FadeOut: 10
  77.    
  78. # ------------------------------------------------
  79. # Format
  80. # ------------------------------------------------
  81.    
  82. # Common PlacesHolders:
  83. # Please Note: Not all are usable in all sections
  84. # Special PlaceHolders will be commented where available
  85. # %player% = player name  
  86. # %SiteName% = vote site name
  87. #
  88. # Set Message to '' (2 ') to disable message
  89.  
  90. Commands:
  91.  # Wether or not the following commands will open GUIs rather than display text
  92.   UseGUI:
  93.     Today: false
  94.     TopVoter: false
  95.     Last: true
  96.     Next: true
  97.     Total: true
  98.     Vote: false
  99.     Best: true
  100.     Streak: true
  101.   # If true, you can right click a votesite from /vote (gui version) and open the vote reward gui for that site
  102.   # Can be used to display rewards for that site
  103.   VoteRewardFromVoteURL: false
  104.   # disable /vote reward commands
  105.   # Effective after restart
  106.   DisableVoteRewardGUIs: false
  107.  
  108. Format:
  109.  # CommandHandler help message
  110.   HelpLine: '&3&l%Command% - &3%HelpMessage%'
  111.  
  112.   # Broadcast vote message
  113.   # Set to an empty message to disable
  114.   BroadcastMsg: ''
  115.  
  116.   # Broadcast only when player is online
  117.   BroadcastWhenOnline: false
  118.  
  119.   Commands:
  120.    # Format for /vote
  121.     # %num% = the number of the site, for a numbered list
  122.     # %url% = site URL
  123.     Vote:
  124.       Text:
  125.      - ' '
  126.       - '&a&lVote for our server to earn rewards!'
  127.       - '&f1. &bMinecraft MP &7[24 hours] &f፠ &8goo.gl/y4giPs'
  128.       - '&f2. &bMinecraft SL &7[24 hours] &f፠ &8goo.gl/D2ZRjv'
  129.       - '&f3. &bMinecraft Servers &7[24 hours] &f፠ &8goo.gl/FyNECC'
  130.       - '&f4. &bPlanet Minecraft &7[24 hours] &f፠ &8goo.gl/SGfZGe'
  131.       - '&f5. &bTopG &a[12 hours] &f፠ &8goo.gl/LkgJja'
  132.       - '&f6. &bMinecraft Server Net &7[24 hours] &f፠ &8goo.gl/H9D77f &7Requires a &e✩ &7rating.'
  133.       - '&f7. &a[NEW] &bTop Minecraft Servers &7[24 hours] &f፠ &8goo.gl/BMPLQ2'
  134.       - '&7If you are having trouble getting Captchas to appear, disable ad blockers.'
  135.       - ' '
  136.      
  137.       # If you want to want to use the feature below where the plugin will
  138.       # automaticly list the sites then set the message in the text above
  139.       AutoInputSites: false
  140.       # For each VoteSite
  141.       # make sure to set VoteURL in your VoteSites
  142.       # Requires above to be true
  143.       # Text will be sent before this
  144.       Sites: '&f%num%. &b%SiteName% - &3%url%'
  145.      
  146.       # Format for /vote next
  147.       Next:
  148.         # First line
  149.         Title: '&3&l%player% Next Votes:'
  150.        
  151.         # How each line is setup for each vote site
  152.         # %info% = Info - See Below
  153.         # %SiteName% = site name from vote
  154.         Layout: '&3%SiteName%: &6%info%'
  155.        
  156.         Info:
  157.          # Message when player can vote
  158.           CanVote: 'Go Vote!'
  159.           # Time until vote msg
  160.           # %hours% = hours until next vote
  161.           # %minutes% = minutes until next vote
  162.           TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  163.           # If there is an error finding out time until next vote
  164.           Error: '&cCould not caculate time until next vote!'
  165.           # For sites that have this, requires votedelaydaily to be set to true in the site
  166.           VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  167.          
  168.        # Format for /vote last
  169.       Last:
  170.        # First line
  171.         Title: '&3&l%player% Last Vote Times:'
  172.         # Lines for each vote site
  173.         # %time% = time, using timeformat below
  174.         # %timesince% = time since vote
  175.         Line: '&3%SiteName%: &6%timeSince%'
  176.         # Spelling of TimeType can be changed under Format.Commands.TimeFormats
  177.         TimeFormat: '%amount% %TimeType%'
  178.         LastVoted: '%times% ago'
  179.         NeverVoted: 'Never voted'
  180.        
  181.       # Format for /vote total
  182.       Total:
  183.      - '&3&l%player% Total Votes:'
  184.       - '&3&lDaily Total: &b&l%DailyTotal%'
  185.       - '&3&lWeekly Total: &b&l%WeeklyTotal%'
  186.       - '&3&lMonthly Total: &b&l%MonthlyTotal%'
  187.       - '&3&lAllTime Total: &b&l%AllTimeTotal%'
  188.        
  189.       # Format for /vote total all  
  190.       TotalAll:
  191.      - '&3&lServer Total Votes:'
  192.       - '&3&lDaily Total: &6&l%DailyTotal%'
  193.       - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  194.       - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  195.       - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  196.        
  197.       # Format for /vote top
  198.       Top:
  199.        # First line
  200.         # %page% = current page
  201.         # %maxpages% = max number of pages
  202.         # %Top% = Monthly/Weekly/Daily (depending on command)
  203.         Title: '&3Top %Top% Voters %page%/%maxpages%'
  204.         # Line for each player in that page
  205.         Line: '&c%num%: &6%player%, %votes%'
  206.        
  207.       # Format for /vote help
  208.       Help:
  209.        # Title of /vote help
  210.         Title: '&3&lVoting Player Help'
  211.         # Format for help message in /v help
  212.         Line: '&3&l%Command% - &3%HelpMessage%'
  213.         # Require permission to see command in /v help or /av help
  214.         RequirePermission: true
  215.        
  216.       Best:
  217.         Title: '&3&l%player% Best Votes'
  218.         Lines:
  219.         - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  220.         - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  221.         - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  222.        
  223.       Streak:
  224.         Title: '&3&l%player% Vote Streak'
  225.         Lines:
  226.         - '&3Current Daily Streak: &3&l%DailyStreak%'
  227.         - '&3Current Week Streak: &3&l%WeeklyStreak%'
  228.         - '&3Current Month Streak: &3&l%MonthlyStreak%'
  229.         - '&3&lHighest Streaks:'
  230.         - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  231.         - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  232.         - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  233.        
  234.       # PlaceHolders:
  235.       # %VotesRequired% = VotesRequired
  236.       # %NeededVotes% = Number of votes needed to reach VotesRequired
  237.       # %Votes% = Number of votes
  238.       Party:
  239.      - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  240.      
  241.       # %Points% = player points
  242.       Points: '&a%Player% currently has &a&l%Points%&a Points!'
  243.      
  244.       ToggleBroadcast:
  245.         Enabled: '&cYou will now see vote broadcasts'
  246.         Disabled: '&cYou will no longer see vote broadcasts'
  247.  
  248.   # Msg on top voter award, will only send message if that place has a reward set
  249.   # %place% = place - 1,2,3,etc
  250.   TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  251.  
  252.   # Time Format
  253.   # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  254.   TimeFormat: 'EEE, d MMM yyyy HH:mm'
  255.  
  256.   TimeFormats:
  257.     Day: 'Day'
  258.     Days: 'Days'
  259.     Hour: 'Hour'
  260.     Hours: 'Hours'
  261.     Minute: 'Minute'
  262.     Minutes: 'Minutes'
  263.     Second: 'Second'
  264.     Seconds: 'Seconds'
  265.  
  266.   # Format for signs
  267.   # SiteName may be all, depending on sign
  268.   # %position% = position of player, set by sign
  269.   # %votes% = Number of votes
  270.   Signs:
  271.     TopVoterSign:
  272.       Line1: 'TopVoter: %SiteName%'
  273.       Line2: '#%position%'
  274.       Line3: '%player%'
  275.       Line4: '%votes% Votes'
  276.     # Message when right clicking sign, uses same placeholders as above
  277.     RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  278.      
  279.   # Message when player tries to run command without required permissions
  280.   NoPerms: '&cYou do not have enough permission!'
  281.  
  282.   # Message when player types a command but does not input a number where needed
  283.   NotNumber: '&cError on &6%arg%&c, number expected!'
  284.  
  285.   # Shop messages when using the /vote shop
  286.   ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  287.   ShopFailed: '&cYou do not have %Points% points to purchase this!'
  288.  
  289.   # User not exist message, from commands such as /vote next (player)
  290.   UserNotExist: '&cUser does not exist: %player%'
  291.  
  292.   # Text for page buttons in inventories
  293.   PrevPage: '&aPrevious Page'
  294.   NextPage: '&aNext Page'
  295.  
  296.   InvFull: '&cInventory full, dropping items on ground'
  297.  
  298.   # Display text
  299.   # Used in /vote top (GUI)
  300.   TopVoter:
  301.     Daily: 'Daily'
  302.     Weekly: 'Weekly'
  303.     Monthly: 'Monthly'
  304.     AllTime: 'AllTime'
  305.  
  306. # ------------------------------------------------
  307. # GUI Options
  308. # ------------------------------------------------
  309.  
  310. # Configure GUI's here
  311. # Note: Slots start at 0 instead of 1, max slot is 53 (don't go over) (E.g: last slot in first row of inventory is 8)
  312. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  313. GUI:
  314.  # GUI for /vote gui, /vgui, votegui
  315.   VoteGUI:
  316.    # Items will be orders as it is below
  317.     URL:
  318.      # Standard item format, lore is automaticly applied
  319.       Item:
  320.         Material: 'BOW'
  321.         Data: 0
  322.         Amount: 1
  323.         Name: '&4URL'
  324.         # You can set skulls of the player using the following
  325.         # Remove the # to enable
  326.         #Skull: '%Player%'
  327.     Next:
  328.       Item:
  329.         Material: 'COMPASS'
  330.         Data: 0
  331.         Amount: 1
  332.         Name: '&4Next'
  333.     Last:
  334.       Item:
  335.         Material: 'CLOCK'
  336.         Data: 0
  337.         Amount: 1
  338.         Name: '&4Last'
  339.     Total:
  340.       Item:
  341.         Material: 'CHEST'
  342.         Data: 0
  343.         Amount: 1
  344.         Name: '&4Total'
  345.      
  346.   # GUI for /vote url
  347.   # And /vote if enabled in Config.yml
  348.   VoteURL:
  349.    # GUI Name
  350.     Name: '&cVoteURL'
  351.     BackButton: true
  352.     SiteName: '&c%Name%'
  353.     SeeURL: '&cClick to see URL'
  354.     NextVote: '&cCan Vote In: %Info%'
  355.     ViewAllUrlsButtonEnabled: true
  356.     AllUrlsButton:
  357.       AlreadyVotedItem:
  358.         Material: 'REDSTONE_BLOCK'
  359.         Data: 0
  360.         Amount: 1
  361.         Name: '&4All Voting Sites'
  362.         Lore:
  363.        - '&cClick Me'
  364.       CanVoteItem:
  365.         Material: 'EMERALD_BLOCK'
  366.         Data: 0
  367.         Amount: 1
  368.         Name: '&4All Voting Sites'
  369.         Lore:
  370.        - '&cClick Me'
  371.     AlreadyVotedItem:
  372.       Material: 'REDSTONE_BLOCK'
  373.       Data: 0
  374.       Amount: 1
  375.     CanVoteItem:
  376.       Material: 'EMERALD_BLOCK'
  377.       Data: 0
  378.       Amount: 1
  379.     URLText: '%VoteUrl%'
  380.    
  381.   VoteRewardBackButton: false
  382.   # Customize /vote reward
  383.   # Show players what you get when you vote on each site
  384.   VoteReward:
  385.    # Name of votesite
  386.     ExampleVoteSite:
  387.      # items in /vote reward sitename
  388.       Items:
  389.        # Item
  390.         # This is not the item display name
  391.         # Do not have 2 of the same items
  392.         Diamond:
  393.          # Item ID
  394.           Material: 'DIAMOND'
  395.           # Item Data (Eg 1:4, data is 4)
  396.           Data: 0
  397.           # Amount of items
  398.           # Should be greater than 0
  399.           Amount: 1
  400.           # Item name
  401.           # Remove this line for no name
  402.           Name: '&4Example'
  403.           # Lore
  404.           # Remove this line for no lore
  405.           Lore:
  406.          - '&4Line 1'
  407.   VoteLast:
  408.     Name: 'VoteLast: %player%'
  409.     BackButton: true
  410.   VoteNext:
  411.     Name: 'VoteNext: %player%'
  412.     BackButton: true
  413.   VoteToday:
  414.     Name: 'VoteToday'
  415.     BackButton: true
  416.   VoteTop:
  417.     Name: 'VoteTop %topvoter%'
  418.     BackButton: false
  419.     Item:
  420.       Name: '&3&l%position%: &3%player%'
  421.       Lore: '&3&lVotes: &3%votes%'
  422.     SwitchItem:
  423.       Name: 'Switch TopVoter'
  424.       Lore: 'Currently: %Top%'
  425.       Material: 'SIGN'
  426.       Amount: 1
  427.       # 8 Slots over from the bottom left
  428.       Slot: 7
  429.     # Number of topvoters to display on page +9
  430.     # 9 Slots on the botton are used for page buttons
  431.     Size: 27
  432.     # If true, /vote top will show player heads
  433.     UseSkull: true
  434.     # Item for player in GUI if use skull is false
  435.     PlayerItem:
  436.       Material: 'PAPER'
  437.   VoteTotal:
  438.     Name: 'VoteTotal: %player%'
  439.     BackButton: true
  440.     DayTotal:
  441.       Item:
  442.         Material: 'CLOCK'
  443.         Name: '&cDaily Total'
  444.         Lore: '&c&lTotal: &c%Total%'
  445.         Amount: 1
  446.     WeekTotal:
  447.       Item:
  448.         Material: 'CLOCK'
  449.         Name: '&cWeekly Total'
  450.         Lore: '&c&lTotal: &c%Total%'
  451.         Amount: 1
  452.     MonthTotal:
  453.       Item:
  454.         Material: 'CLOCK'
  455.         Name: '&cMonthly Total'
  456.         Lore: '&c&lTotal: &c%Total%'
  457.         Amount: 1
  458.     AllTimeTotal:
  459.       Item:
  460.         Material: 'CLOCK'
  461.         Name: '&cAllTime Total'
  462.         Lore: '&c&lTotal: &c%Total%'
  463.         Amount: 1
  464.   VoteBest:
  465.     Name: 'VoteBest: %player%'
  466.     DayBest:
  467.       Item:
  468.         Material: 'CLOCK'
  469.         Name: '&cDaily Best'
  470.         Lore: '&c&lBest: &c%Best%'
  471.         Amount: 1
  472.     WeekBest:
  473.       Item:
  474.         Material: 'CLOCK'
  475.         Name: '&cWeekly Best'
  476.         Lore: '&c&lBest: &c%Best%'
  477.         Amount: 1
  478.     MonthBest:
  479.       Item:
  480.         Material: 'CLOCK'
  481.         Name: '&cMonthly Best'
  482.         Lore: '&c&lBest: &c%Best%'
  483.         Amount: 1
  484.   VoteStreak:
  485.     Name: 'VoteStreak: %player%'
  486.     BackButton: false
  487.     CurrentDayStreak:
  488.       Item:
  489.         Material: 'CLOCK'
  490.         Name: '&cCurrent Daily Streak'
  491.         Lore: '&c&lStreak: &c%Streak%'
  492.         Amount: 1
  493.     CurrentWeekStreak:
  494.       Item:
  495.         Material: 'CLOCK'
  496.         Name: '&cCurrent Weekly Streak'
  497.         Lore: '&c&lStreak: &c%Streak%'
  498.         Amount: 1
  499.     CurrentMonthStreak:
  500.       Item:
  501.         Material: 'CLOCK'
  502.         Name: '&cCurrent Monthly Streak'
  503.         Lore: '&c&lStreak: &c%Streak%'
  504.         Amount: 1
  505.     HighestDayStreak:
  506.       Item:
  507.         Material: 'CLOCK'
  508.         Name: '&cHighest Daily Streak'
  509.         Lore: '&c&lStreak: &c%Streak%'
  510.         Amount: 1
  511.     HighestWeekStreak:
  512.       Item:
  513.         Material: 'CLOCK'
  514.         Name: '&cHighest Weekly Streak'
  515.         Lore: '&c&lStreak: &c%Streak%'
  516.         Amount: 1
  517.     HighestMonthStreak:
  518.       Item:
  519.         Material: 'CLOCK'
  520.         Name: '&cHighest Monthly Streak'
  521.         Lore: '&c&lStreak: &c%Streak%'
  522.         Amount: 1
  523.   VoteURLSite:
  524.     Name: 'VoteSite: %site%'
  525.   VoteGUIName: '&cVoteGUI: &c&l%player%'
  526.   VoteRewardName: 'VoteReward'
  527.   VoteShopName: 'VoteShop'
  528.  
  529. BackButton:
  530.   Material: 'PAPER'
  531.   Data: 0
  532.   Amount: 1
  533.   Name: '&8Back to VoteGUI'
  534.  
  535. VoteShopBackButton: true
  536. VoteShopEnabled: true
  537. Shop:
  538.  # Identifier
  539.   # Used in placeholders for formats
  540.   Diamond:
  541.    # Item
  542.     Material: 'AIR'
  543.     Data: 0
  544.     Amount: 0
  545.     Name: ''
  546.     # You can set skulls of the player using the following
  547.     # Remove the # to enable
  548.     #Skull: '%Player%'
  549.     Lore:
  550.    # Number of voting points this cost
  551.     Cost: 0
  552.     # Permission required, leave blank for no permission
  553.     Permission: ''
  554.     # Limit how many times you can buy this
  555.     #Limit: 3
  556.     # Rewards to run if player buys successfully
  557.     Rewards:
  558.       Items:
  559.         Diamond:
  560.           Material: 'AIR'
  561.           Amount: 0
  562.      
  563. # ------------------------------------------------
  564. # Extra Rewards
  565. # ------------------------------------------------
  566.    
  567. # To disable reward set value to []
  568. # Eg:
  569. # FirstVote: [] (All in one line)
  570. # By default all rewards are disabled
  571.  
  572. # First vote rewards
  573. FirstVote:
  574.   Messages:
  575.     Player: ''
  576.   Money:
  577. # All vote rewards
  578. # Reward for voting on all sites in one day
  579. AllSites:
  580.   Messages:
  581.     Player: ''
  582.  
  583. Cumulative:
  584.  # Number of votes required
  585.   # Allows multiple cumulative rewards
  586.   # Number be be around ' (E.g. '1')
  587.   # Can have multiple listed here
  588.   '20':
  589.     Enabled: false
  590.     # Wether or not votes must be made in same day/week
  591.     # Useful if you want to require a certain number of voting sites to be voted on
  592.     # for a daily/weekly reward instead of all of them
  593.     VotesInSameDay: false
  594.     VotesInSameWeek: false
  595.     Rewards:
  596.       Messages:
  597.         Player: '&aYou got %cumulative% cumulative votes!'
  598.  
  599. VoteParty:
  600.  # Wether or not vote party is enabled
  601.   Enabled: false
  602.   # Number of votes required to give rewards
  603.   VotesRequired: 20
  604.   # Increase the amount of votes required on each vote party reached
  605.   #IncreaseVotesRquired: 10
  606.   # If true, players who did not vote to reach the votes required will
  607.   # recieve the reward
  608.   GiveAllPlayers: false
  609.   # If true, the vote count will reset each day
  610.   ResetEachDay: false
  611.   # Reset at the end of the month
  612.   ResetMonthly: false
  613.   # Count votes from /av vote?
  614.   CountFakeVotes: true
  615.   # Number of user votes that apply to vote party total the user needs to get rewards
  616.   UserVotesRequired: 0
  617.   # Broadcast when vote party reached
  618.   Broadcast: '&cReached the vote party amount!'
  619.   # List of commands to execute, these only execute once.
  620.   # %player% does not work here
  621.   Commands: []
  622.   # Rewards to give
  623.   Rewards:
  624.     Commands:
  625.    - say %player%
  626.     Items:
  627.       DIAMOND:
  628.         Material: 'DIAMOND'
  629.         Amount: 1
  630.  
  631. # Reset milestones at end of the month
  632. ResetMilestonesMonthly: false
  633.  
  634. MileStones:
  635.  # Number of votes required
  636.   # Allows multiple milestones
  637.   # Number be be around ' (E.g. '1')
  638.   # Can have multiple listed here
  639.   '25':
  640.     Enabled: true
  641.     Rewards:
  642.    - RankCitizen
  643.   '50':
  644.     Enabled: true
  645.     Rewards:
  646.    - RankNovice
  647.   '105':
  648.     Enabled: true
  649.     Rewards:
  650.    - RankApprentice
  651.   '210':
  652.     Enabled: true
  653.     Rewards:
  654.    - RankVeteran
  655.   '300':
  656.     Enabled: true
  657.     Rewards:
  658.    - RankCaptain
  659.   '450':
  660.     Enabled: true
  661.     Rewards:
  662.    - RankHero
  663.   '800':
  664.     Enabled: true
  665.     Rewards:
  666.    - RankEternal
  667.   '1000':
  668.     Enabled: true
  669.     Rewards:
  670.    - 1000votes
  671.   '1200':
  672.     Enabled: true
  673.     Rewards:
  674.    - 1200votes
  675.   '1450':
  676.     Enabled: true
  677.     Rewards:
  678.    - 1450votes
  679.   '1600':
  680.     Enabled: true
  681.     Rewards:
  682.    - RankDivine
  683.   '1850':
  684.     Enabled: true
  685.     Rewards:
  686.    - 1850votes
  687.   '2100':
  688.     Enabled: true
  689.     Rewards:
  690.    - 2100votes
  691.   '2350':
  692.     Enabled: true
  693.     Rewards:
  694.    - 2350votes
  695.   '2600':
  696.     Enabled: true
  697.     Rewards:
  698.    - 2600votes
  699.   '2850':
  700.     Enabled: true
  701.     Rewards:
  702.    - 2850votes
  703.   '3100':
  704.     Enabled: true
  705.     Rewards:
  706.    - 3100votes
  707.    
  708. VoteStreak:
  709.  # Valid options: Day, Week, Month
  710.   Day:
  711.    # Number of days in a row
  712.     # Each day requires one vote
  713.     # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  714.     '2':
  715.      # Enabled or not
  716.       Enabled: false
  717.       # Rewards to give
  718.       Rewards:
  719.         Messages:
  720.           Player: "&aYou voted for %Streak% %Type%'s in a row!"
  721.   Week:
  722.    # Number of weeks in a row
  723.     # Requires atleast one vote per week
  724.     '2':
  725.      # Enabled or not
  726.       Enabled: false
  727.       # Rewards to give
  728.       Rewards:
  729.         Messages:
  730.           Player: "&aYou voted for %Streak% %Type%'s in a row!"
  731.   Month:
  732.    # Number of months in a row
  733.     # Requires atleast 1 vote per month
  734.     '2':
  735.      # Enabled or not
  736.       Enabled: false
  737.       # Rewards to give
  738.       Rewards:
  739.         Messages:
  740.           Player: "&aYou voted for %Streak% %Type%'s in a row!"
  741.   Requirement:
  742.    # Require certain percentage of votes
  743.     UsePercentage: false
  744.     # Percentage requirements of votes
  745.     # 50 = %50
  746.     Day: 50
  747.     Week: 50
  748.     Month: 50
  749.          
  750.  
  751. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  752. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  753. # Any reward files listed here are ran on vote of any site
  754. # It is recommended to add rewards to each site instead of here
  755. # Using forceoffline won't work here
  756. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  757. AnySiteRewards: []
  758.  
  759.  
  760. # ------------------------------------------------
  761. # Top Voter
  762. # ------------------------------------------------
  763.  
  764. # Top voter blacklist
  765. # Hide these names from top voter lists
  766. BlackList:
  767. - 'Notch'
  768.  
  769. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  770. # as if there name was added on the the blacklist above
  771. # This also applies for players with op
  772. TopVoterIgnorePermission: false
  773.  
  774. # /vote top default data displayed
  775. # Valid Options: AllTime, Monthly, Weekly, Daily
  776. VoteTopDefault: Monthly
  777.  
  778. # Whether or not to have ties on top voter rewards
  779. TopVoterAwardsTies: true
  780.  
  781. # These are required to be enabled in order for top voter awards to work
  782. LoadTopVoter:
  783.   AllTime: true
  784.   Monthly: true
  785.   Weekly: false
  786.   Daily: false
  787.  
  788. # When top voter awards are given (even if there are none listed) it will store top voters
  789. # Files will created in TopVoters folder.
  790. StoreTopVoters:
  791.   Monthly: true
  792.   Weekly: true
  793.   Daily: false
  794.  
  795. EnableMonthlyAwards: false
  796. # Rewards to give
  797. MonthlyAwards:
  798.  # Position. 1 is first in top voter, 2 is second, etc...
  799.   # Using 1-10 will reward players in first to tenth place with the same reward
  800.   1:
  801.     Rewards:
  802.       Messages:
  803.         Player: '&aYou came in first place in %TopVoter%!'
  804.   2:
  805.     Rewards:
  806.       Messages:
  807.         Player: '&aYou came in second place in %TopVoter%!'
  808.    
  809. EnableWeeklyAwards: false
  810. # Rewards to give on weekly top voter
  811. WeeklyAwards:
  812.  # Position. 1 is first in top voter, 2 is second, etc...
  813.   1:
  814.     Rewards:
  815.       Messages:
  816.         Player: '&aYou came in first place in %TopVoter%!'
  817.   2:
  818.     Rewards:
  819.       Messages:
  820.         Player: '&aYou came in second place in %TopVoter%!'
  821.    
  822. EnableDailyRewards: false
  823. # Rewards to give on daily top voter
  824. DailyAwards:
  825.  # Position. 1 is first in top voter, 2 is second, etc...
  826.   1:
  827.    # Reward files to give
  828.     Rewards:
  829.       Messages:
  830.         Player: '&aYou came in first place in %TopVoter%!'
  831.   2:
  832.     Rewards:
  833.       Messages:
  834.         Player: '&aYou came in second place in %TopVoter%!'
  835.    
  836. # ------------------------------------------------
  837. # Advanced
  838. # Most of these values can be left untouched for most setups
  839. # ------------------------------------------------
  840.  
  841. # Number of points to give on vote
  842. # Set to 0 to give no points
  843. PointsOnVote: 1
  844.  
  845. # Set this to false to disable the plugin adding totals
  846. # Not really recommended
  847. AddTotals: true
  848.  
  849. # Click sound when using gui
  850. # Set to none for no sound
  851. ClickSound:
  852.   Sound: 'UI_BUTTON_CLICK'
  853.   Volume: 1.0
  854.   Pitch: 1.0
  855.  
  856. # Debug
  857. Debug: false
  858.  
  859. # Extra Debug
  860. # Only needed in extreme cases
  861. ExtraDebug: false
  862.  
  863. # Debug info ingame
  864. # Players with permission "VotingPlugin.Debug"
  865. # will see debug info if debug is true
  866. DebugInGame: false
  867.  
  868. # Will log debug messages to VotingPlugin/Log/log.txt
  869. # Requires Debug to be on
  870. LogDebugToFile: false
  871.  
  872. # Options for request api
  873. # Current methods
  874. # ANVIL
  875. # BOOK
  876. # CHAT
  877. # This is mainly used for admin gui's to type in values
  878. RequestAPI:
  879.   DefaultMethod: 'Anvil'
  880.   DisabledMethods: []
  881.  
  882. # Wether or not to log every vote to a file
  883. # Use this if you wanna track player votes
  884. # Not recommended though
  885. LogVotesToFile: false
  886.  
  887. # Only update in the background when needed when set to false
  888. AlwaysUpdate: false
  889.  
  890. # Update in the background only if players are online
  891. UpdateWithPlayersOnlineOnly: false
  892.  
  893. # Delay between background updates like signs and more
  894. # Default: 3 Minutes
  895. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  896. DelayBetweenUpdates: 3
  897.  
  898. # Set to true to disable no service site message on voting
  899. # You should never have to touch this if everything is setup properly
  900. # Will also disable a few other warnings about vote sites
  901. DisableNoServiceSiteMessage: false
  902.  
  903. # Count fake votes
  904. # If true fake votes will give points and totals
  905. CountFakeVotes: true
  906.  
  907. # Give VotingPlugin.Player by default
  908. # Requires restart to take affect
  909. GiveDefaultPermission: true
  910.  
  911. # Remove old player files
  912. # Happens on startup or /av purge
  913. PurgeOldData: false
  914.  
  915. # Minimum number of days offline in order to purge
  916. PurgeMin: 90
  917.  
  918. # Whether or not to create daily backups. (Only the most recent ones get kept)
  919. CreateBackups: true
  920.  
  921. # If true, plugin will send scoreboards on some commands
  922. SendScoreboards: false
  923.  
  924. # If true, plugin will automaticly generate votesites
  925. # Disable this if you experience issues with sites being created randomly
  926. # Most cases this will work all the time
  927. AutoCreateVoteSites: false
  928.  
  929. # Automaticly download the latest version
  930. # Will require a restart to actually update
  931. # Note: It takes 30-40 minutes before being able to download the latest build
  932. # You can also use /av download
  933. AutoDownload: false
  934.  
  935. # Whether or not to disable update checks
  936. DisableUpdateChecking: false
  937.  
  938. # Allow transfer of vote points
  939. AllowVotePointTransfers: false
  940.  
  941. # Disable this on a hub server for example
  942. # Still processes rewards for offline rewards (just won't give any)
  943. ProcessRewards: true
  944.  
  945. # Disable checking permissions on tab complete
  946. DisableAdvancedTab: false
  947.  
  948. # Load command aliases, such as /avgui
  949. # Requires restart to take effect
  950. LoadCommandAliases: true
  951.  
  952. # Wait until user is logged in with AuthMe
  953. # Requires AuthMe
  954. WaitUntilLoggedIn: true
  955.  
  956. # Preload skulls to improve performance
  957. # If false, skulls will be cached as they are used
  958. PreloadSkulls: false
  959.  
  960. # ---------------------------------------------------------
  961. # Mysql cache options
  962. # Clearing cache forces the plugin to pull from database
  963. # ---------------------------------------------------------
  964.  
  965. # Clear cache on update, setting to true reduces update speed
  966. ClearCacheOnUpdate: false
  967.  
  968. # Clear mysql on player join always
  969. ClearCacheOnJoin: false
  970.  
  971. # Clears cache for the player who voted only
  972. # Only effects if using mysql
  973. # Would recommend for some bungee setups
  974. ClearCacheOnVote: false
  975.  
  976. # ###############################################################
  977. # Deprecated options, don't recommend using any of these
  978.  
  979. # Whether or not to disable checking names on mojang, disable if you hit the rate limit
  980. # Shouldn't make a noticeable impact if set to false
  981. #CheckNameMojang: false
  982.  
  983. # Shouldn't need to change this
  984. #AutoKillInvs: true
  985.  
  986. # Used in special cases
  987. # Much slower, but may work better
  988. # Not recommended in newer versions
  989. #AlternateUUIDLookup: false
  990.  
  991. # Disable checking on world change
  992. # May improve performance
  993. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement