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