· 6 years ago · Dec 28, 2019, 03:56 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: SQLITE
13
14# Information for mysql
15# See the end of the config for cache options
16MySQL:
17 Host: 'remotemysql.com'
18 # Default port is 3306
19 Port: 3306
20 Database: 'NdfZgufb6w'
21 Username: 'NdfZgufb6w'
22 Password: 'cvkcYJreIy'
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: true
104 Last: true
105 Next: true
106 Total: true
107 Vote: true
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: false
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: '&8&l[&d&lFar&5&lVotes&8&l] &r&eThanks &c&l%player% &r&efor 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 - '&4&lVote for our server!'
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: '&4%num%: &c&l%SiteName% - &c%url%'
144
145 # Format for /vote next
146 Next:
147 # First line
148 Title: '&c&l%player% &r&eNext 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: '&c%SiteName%: &e%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: '&c&l%player% &r&eLast Vote Times:'
171 # Lines for each vote site
172 # %time% = time, using timeformat below
173 # %timesince% = time since vote
174 Line: '&c%SiteName%: &e%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 - '&c&l%player% &r&eTotal Votes:'
183 - '&c&lDaily Total: &r&e%DailyTotal%'
184 - '&c&lWeekly Total: &r&e%WeeklyTotal%'
185 - '&c&lMonthly Total: &r&e%MonthlyTotal%'
186 - '&c&lAllTime Total: &r&e%AllTimeTotal%'
187
188 # Format for /vote total all
189 TotalAll:
190 - '&4&lServer Total Votes:'
191 - '&c&lDaily Total: &r&c%DailyTotal%'
192 - '&c&lWeekly Total: &r&c%WeeklyTotal%'
193 - '&c&lMonthly Total: &r&c%MonthlyTotal%'
194 - '&c&lAllTime Total: &r&c%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: '&c&lVoting Player Help'
210 # Format for help message in /v help
211 Line: '&c&l%Command% - &r&e%HelpMessage%'
212 # Require permission to see command in /v help or /av help
213 RequirePermission: true
214
215 Best:
216 Title: '&c&l%player% Best Votes'
217 Lines:
218 - '&c&lHighest Daily Total: &r&e%HighestDailyTotal%'
219 - '&c&lHighest Week Total: &r&e%HighestWeeklyTotal%'
220 - '&c&lHighest Month Total: &r&e%HighestMonthlyTotal%'
221
222 Streak:
223 Title: '&c&l%player% &r&eVote Streak'
224 Lines:
225 - '&c&lCurrent Daily Streak: &r&e%DailyStreak%'
226 - '&c&lCurrent Week Streak: &r&e%WeeklyStreak%'
227 - '&c&lCurrent Month Streak: &r&e%MonthlyStreak%'
228 - '&c&llHighest Streaks:'
229 - '&c&lHighest Daily Streak: &r&e%BestDailyStreak%'
230 - '&c&lHighest Week Streak: &r&e%BestWeeklyStreak%'
231 - '&c&lHighest Month Streak: &r&e%BestMonthlyStreak%'
232
233 Today:
234 Line: '&c&l%player% : &r&e%VoteSite% : &c&l%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# ------------------------------------------------
316# GUI Options
317# ------------------------------------------------
318
319# Enable command for last month gui
320# Requires restart to take effect
321LastMonthGUI: false
322
323# Configure GUI's here
324# 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)
325# Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
326GUI:
327 # GUI for /vote gui, /vgui, votegui
328 VoteGUI:
329 # Items will be orders as it is below
330 URL:
331 # Standard item format, lore is automaticly applied
332 Item:
333 Material: 'BOW'
334 Data: 0
335 Amount: 1
336 Name: '&4URL'
337 # You can set skulls of the player using the following
338 # Remove the # to enable
339 #Skull: '%Player%'
340 Next:
341 Item:
342 Material: 'COMPASS'
343 Data: 0
344 Amount: 1
345 Name: '&4Next'
346 Last:
347 Item:
348 Material: 'CLOCK'
349 Data: 0
350 Amount: 1
351 Name: '&4Last'
352 Total:
353 Item:
354 Material: 'CHEST'
355 Data: 0
356 Amount: 1
357 Name: '&4Total'
358 Top:
359 Item:
360 Material: 'SIGN'
361 Data: 0
362 Amount: 1
363 Name: '&4Top'
364 Today:
365 Item:
366 Material: 'BOOK'
367 Data: 0
368 Amount: 1
369 Name: '&4Today'
370 Shop:
371 Item:
372 Material: 'DIAMOND'
373 Data: 0
374 Amount: 1
375 Name: '&4Vote Shop'
376 Lore:
377 - '&aYou currently have %points% points'
378
379 # GUI for /vote url
380 # And /vote if enabled in Config.yml
381 VoteURL:
382 # GUI Name
383 Name: '&cVoteURL'
384 BackButton: true
385 SiteName: '&c%Name%'
386 SeeURL: '&cClick to see URL'
387 NextVote: '&cCan Vote In: %Info%'
388 ViewAllUrlsButtonEnabled: true
389 AllUrlsButton:
390 RequireAllSitesVoted: true
391 AlreadyVotedItem:
392 Material: 'REDSTONE_BLOCK'
393 Data: 0
394 Amount: 1
395 Name: '&4All Voting Sites'
396 Lore:
397 - '&cClick Me'
398 CanVoteItem:
399 Material: 'EMERALD_BLOCK'
400 Data: 0
401 Amount: 1
402 Name: '&4All Voting Sites'
403 Lore:
404 - '&cClick Me'
405 AlreadyVotedItem:
406 Material: 'REDSTONE_BLOCK'
407 Data: 0
408 Amount: 1
409 CanVoteItem:
410 Material: 'EMERALD_BLOCK'
411 Data: 0
412 Amount: 1
413 URLText: '%VoteUrl%'
414
415 VoteRewardBackButton: false
416 # Customize /vote reward
417 # Show players what you get when you vote on each site
418 VoteReward:
419 # Name of votesite
420 ExampleVoteSite:
421 # items in /vote reward sitename
422 Items:
423 # Item
424 # This is not the item display name
425 # Do not have 2 of the same items
426 Diamond:
427 # Item ID
428 Material: 'DIAMOND'
429 # Item Data (Eg 1:4, data is 4)
430 Data: 0
431 # Amount of items
432 # Should be greater than 0
433 Amount: 1
434 # Item name
435 # Remove this line for no name
436 Name: '&4Example'
437 # Lore
438 # Remove this line for no lore
439 Lore:
440 - '&4Line 1'
441 VoteLast:
442 Name: 'VoteLast: %player%'
443 BackButton: true
444 VoteNext:
445 Name: 'VoteNext: %player%'
446 BackButton: true
447 VoteToday:
448 Name: 'VoteToday'
449 BackButton: true
450 VoteTop:
451 Name: 'VoteTop %topvoter%'
452 BackButton: false
453 Item:
454 Name: '&3&l%position%: &3%player%'
455 Lore: '&3&lVotes: &3%votes%'
456 SwitchItem:
457 Name: '&3Switch TopVoter'
458 Lore: '&bCurrently: %Top%'
459 Material: 'SIGN'
460 Amount: 1
461 # 8 Slots over from the bottom left
462 Slot: 7
463 # Number of topvoters to display on page +9
464 # 9 Slots on the botton are used for page buttons
465 Size: 27
466 # If true, /vote top will show player heads
467 UseSkull: true
468 # Item for player in GUI if use skull is false
469 PlayerItem:
470 Material: 'PAPER'
471 VoteTotal:
472 Name: 'VoteTotal: %player%'
473 BackButton: true
474 DayTotal:
475 Item:
476 Material: 'CLOCK'
477 Name: '&cDaily Total'
478 Lore: '&c&lTotal: &c%Total%'
479 Amount: 1
480 WeekTotal:
481 Item:
482 Material: 'CLOCK'
483 Name: '&cWeekly Total'
484 Lore: '&c&lTotal: &c%Total%'
485 Amount: 1
486 MonthTotal:
487 Item:
488 Material: 'CLOCK'
489 Name: '&cMonthly Total'
490 Lore: '&c&lTotal: &c%Total%'
491 Amount: 1
492 AllTimeTotal:
493 Item:
494 Material: 'CLOCK'
495 Name: '&cAllTime Total'
496 Lore: '&c&lTotal: &c%Total%'
497 Amount: 1
498 VoteBest:
499 Name: 'VoteBest: %player%'
500 DayBest:
501 Item:
502 Material: 'CLOCK'
503 Name: '&cDaily Best'
504 Lore: '&c&lBest: &c%Best%'
505 Amount: 1
506 WeekBest:
507 Item:
508 Material: 'CLOCK'
509 Name: '&cWeekly Best'
510 Lore: '&c&lBest: &c%Best%'
511 Amount: 1
512 MonthBest:
513 Item:
514 Material: 'CLOCK'
515 Name: '&cMonthly Best'
516 Lore: '&c&lBest: &c%Best%'
517 Amount: 1
518 VoteStreak:
519 Name: 'VoteStreak: %player%'
520 BackButton: false
521 CurrentDayStreak:
522 Item:
523 Material: 'CLOCK'
524 Name: '&cCurrent Daily Streak'
525 Lore: '&c&lStreak: &c%Streak%'
526 Amount: 1
527 CurrentWeekStreak:
528 Item:
529 Material: 'CLOCK'
530 Name: '&cCurrent Weekly Streak'
531 Lore: '&c&lStreak: &c%Streak%'
532 Amount: 1
533 CurrentMonthStreak:
534 Item:
535 Material: 'CLOCK'
536 Name: '&cCurrent Monthly Streak'
537 Lore: '&c&lStreak: &c%Streak%'
538 Amount: 1
539 HighestDayStreak:
540 Item:
541 Material: 'CLOCK'
542 Name: '&cHighest Daily Streak'
543 Lore: '&c&lStreak: &c%Streak%'
544 Amount: 1
545 HighestWeekStreak:
546 Item:
547 Material: 'CLOCK'
548 Name: '&cHighest Weekly Streak'
549 Lore: '&c&lStreak: &c%Streak%'
550 Amount: 1
551 HighestMonthStreak:
552 Item:
553 Material: 'CLOCK'
554 Name: '&cHighest Monthly Streak'
555 Lore: '&c&lStreak: &c%Streak%'
556 Amount: 1
557 VoteURLSite:
558 Name: 'VoteSite: %site%'
559 VoteGUIName: '&cVoteGUI: &c&l%player%'
560 VoteRewardName: 'VoteReward'
561 VoteShopName: 'VoteShop'
562
563BackButton:
564 Material: 'BARRIER'
565 Data: 0
566 Amount: 1
567 Name: '&8Back to VoteGUI'
568
569VoteShopBackButton: false
570VoteShopEnabled: false
571# Hide items in vote shop which user can not buy
572VoteShopHideLimitedReached: true
573# Requires above to be false
574VoteShopLimitReached: '&aYou reached your limit'
575Shop:
576 # Identifier
577 # Used in placeholders for formats
578 Diamond:
579 # Item
580 Material: 'DIAMOND'
581 Data: 0
582 Amount: 0
583 Name: '&4Buy A Diamond'
584 # You can set skulls of the player using the following
585 # Remove the # to enable
586 #Skull: '%Player%'
587 Lore:
588 - '&c&lCost: &c3 Voting Points'
589 # Number of voting points this cost
590 Cost: 3
591 # Permission required, leave blank for no permission
592 Permission: ''
593 # Limit how many times you can buy this
594 #Limit: 3
595 # If true, item is not buyable
596 #NotBuyable: false
597 # Rewards to run if player buys successfully
598 Rewards:
599 Items:
600 Diamond:
601 Material: 'DIAMOND'
602 Amount: 1
603
604# ------------------------------------------------
605# Extra Rewards
606# ------------------------------------------------
607
608# To disable reward set value to []
609# Eg:
610# FirstVote: [] (All in one line)
611# By default all rewards are disabled
612
613# First vote rewards
614FirstVote: []
615
616# All vote rewards
617# Reward for voting on all sites in one day
618AllSites: []
619
620Cumulative:
621 # Number of votes required
622 # Allows multiple cumulative rewards
623 # Number be be around ' (E.g. '1')
624 # Can have multiple listed here
625 '20':
626 Enabled: false
627 # Wether or not votes must be made in same day/week
628 # Useful if you want to require a certain number of voting sites to be voted on
629 # for a daily/weekly reward instead of all of them
630 VotesInSameDay: false
631 VotesInSameWeek: false
632 Rewards:
633 Messages:
634 Player: '&aYou got %cumulative% cumulative votes!'
635
636VoteParty:
637 # Wether or not vote party is enabled
638 Enabled: true
639 # Number of votes required to give rewards
640 VotesRequired: 50
641 # Increase the amount of votes required on each vote party reached
642 #IncreaseVotesRquired: 0
643 # If true, players who did not vote to reach the votes required will
644 # recieve the reward
645 GiveAllPlayers: false
646 # If true, the vote count will reset each day
647 ResetEachDay: false
648 # Reset at the end of the month
649 ResetMonthly: true
650 # Reset extra votes
651 ResetExtraVotesMonthly: true
652 # Count votes from /av vote?
653 CountFakeVotes: true
654 # Number of user votes that apply to vote party total the user needs to get rewards
655 UserVotesRequired: 0
656 # Broadcast when vote party reached
657 Broadcast: '&cVote party amount has been reached!'
658 # List of commands to execute, these only execute once.
659 # %player% does not work here
660 Commands: []
661 # Rewards to give per player
662 Rewards:
663 commands:
664 Console:
665 - 'cc give v uncommon 1 %player%'
666 - 'eco give %player% 1000'
667 - 'acb %player% 500'
668 Messages:
669 Player: '&cThank you all for voting! Enjoy a free Uncommon Key!'
670
671# Reset milestones at end of the month
672ResetMilestonesMonthly: true
673
674MileStones:
675 # Number of votes required
676 # Allows multiple milestones
677 # Number be around ' (E.g. '1')
678 # Can have multiple listed here
679 '20':
680 Enabled: true
681 Rewards:
682 Messages:
683 Player: '&cYou hit %milestone% votes!'
684
685VoteStreak:
686 # Valid options: Day, Week, Month
687 Day:
688 # Number of days in a row
689 # Each day requires one vote
690 # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
691 '2':
692 # Enabled or not
693 Enabled: false
694 # Rewards to give
695 Rewards:
696 Messages:
697 Player: "&aYou voted for %Streak% %Type%'s in a row!"
698 Week:
699 # Number of weeks in a row
700 # Requires atleast one vote per week
701 '2':
702 # Enabled or not
703 Enabled: false
704 # Rewards to give
705 Rewards:
706 Messages:
707 Player: "&aYou voted for %Streak% %Type%'s in a row!"
708 Month:
709 # Number of months in a row
710 # Requires atleast 1 vote per month
711 '2':
712 # Enabled or not
713 Enabled: false
714 # Rewards to give
715 Rewards:
716 Messages:
717 Player: "&aYou voted for %Streak% %Type%'s in a row!"
718 Requirement:
719 # Require certain percentage of votes
720 UsePercentage: false
721 # Percentage requirements of votes
722 # 50 = %50
723 Day: 50
724 Week: 50
725 Month: 50
726
727# Reward given when vote cooldown ended
728VoteCoolDownEndedReward: []
729
730
731# ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
732# IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
733# Any reward files listed here are ran on vote of any site
734# It is recommended to add rewards to each site instead of here
735# Using forceoffline won't work here
736# Use EverySiteReward in VoteSites.yml for a global reward for each site
737AnySiteRewards: []
738
739
740# ------------------------------------------------
741# Top Voter
742# ------------------------------------------------
743
744# Top voter blacklist
745# Hide these names from top voter lists
746BlackList:
747- 'Notch'
748
749# If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
750# as if there name was added on the the blacklist above
751# This also applies for players with op
752TopVoterIgnorePermission: false
753
754# /vote top default data displayed
755# Valid Options: AllTime, Monthly, Weekly, Daily
756VoteTopDefault: Monthly
757
758# Whether or not to have ties on top voter rewards
759TopVoterAwardsTies: true
760
761# These are required to be enabled in order for top voter awards to work
762LoadTopVoter:
763 AllTime: true
764 Monthly: true
765 Weekly: false
766 Daily: false
767
768# When top voter awards are given (even if there are none listed) it will store top voters
769# Files will created in TopVoters folder.
770StoreTopVoters:
771 Monthly: true
772 Weekly: false
773 Daily: false
774
775EnableMonthlyAwards: true
776# Rewards to give
777MonthlyAwards:
778 # Position. 1 is first in top voter, 2 is second, etc...
779 # Using 1-10 will reward players in first to tenth place with the same reward
780 1:
781 Rewards:
782 Messages:
783 Player: '&aYou came in first place in %TopVoter%!'
784 2:
785 Rewards:
786 Messages:
787 Player: '&aYou came in second place in %TopVoter%!'
788
789EnableWeeklyAwards: false
790# Rewards to give on weekly top voter
791WeeklyAwards:
792 # Position. 1 is first in top voter, 2 is second, etc...
793 1:
794 Rewards:
795 Messages:
796 Player: '&aYou came in first place in %TopVoter%!'
797 2:
798 Rewards:
799 Messages:
800 Player: '&aYou came in second place in %TopVoter%!'
801
802EnableDailyRewards: false
803# Rewards to give on daily top voter
804DailyAwards:
805 # Position. 1 is first in top voter, 2 is second, etc...
806 1:
807 # Reward files to give
808 Rewards:
809 Messages:
810 Player: '&aYou came in first place in %TopVoter%!'
811 2:
812 Rewards:
813 Messages:
814 Player: '&aYou came in second place in %TopVoter%!'
815
816# ------------------------------------------------
817# Advanced
818# Most of these values can be left untouched for most setups
819# ------------------------------------------------
820
821# Number of points to give on vote
822# Set to 0 to give no points
823PointsOnVote: 1
824
825# Set this to false to disable the plugin adding totals
826# Not really recommended
827AddTotals: true
828
829# Click sound when using gui
830# Set to none for no sound
831ClickSound:
832 Sound: 'UI_BUTTON_CLICK'
833 Volume: 1.0
834 Pitch: 1.0
835
836# Limit monthly votes to number of days of a month multipled by the number of sites
837LimitMonthlyVotes: false
838
839######################
840# Debug
841######################
842
843# Debug levels:
844# NONE
845# INFO
846# EXTRA
847DebugLevel: NONE
848
849# Debug info ingame
850# Players with permission "VotingPlugin.Debug"
851# will see debug info if debug is true
852DebugInGame: false
853
854# Will log debug messages to VotingPlugin/Log/log.txt
855# Only needed for extreme cases
856#LogDebugToFile: false
857
858# Whether or not to log every vote to a file
859# Use this if you wanna track player votes
860# Not recommended though
861LogVotesToFile: false
862
863# Only update in the background when needed when set to false
864AlwaysUpdate: false
865
866# Update in the background only if players are online
867UpdateWithPlayersOnlineOnly: false
868
869# Delay between background updates like signs and more
870# Default: 3 Minutes
871# Longer times result in longer wait in stuff updating after a vote, like topvoter
872DelayBetweenUpdates: 3
873
874# Set to true to disable no service site message on voting
875# You should never have to touch this if everything is setup properly
876# Will also disable a few other warnings about vote sites
877DisableNoServiceSiteMessage: false
878
879# Count fake votes
880# If true fake votes will give points and totals
881CountFakeVotes: true
882
883# Give VotingPlugin.Player by default
884# Requires restart to take affect
885GiveDefaultPermission: true
886
887# Permissions given by VotingPlugin.Player by default
888# Permissions listed here will no be accessible with the default permission
889DisabledDefaultPermissions: []
890
891# Remove old player files
892# Happens on startup or /av purge
893PurgeOldData: false
894
895# Minimum number of days offline in order to purge
896PurgeMin: 90
897
898# Whether or not to create daily backups. (Only the most recent ones get kept)
899CreateBackups: true
900
901# If true, plugin will send scoreboards on some commands
902SendScoreboards: true
903
904# If true, plugin will automaticly generate votesites
905# Disable this if you experience issues with sites being created randomly
906# Most cases this will work all the time
907AutoCreateVoteSites: true
908
909# Automaticly download the latest version
910# Will require a restart to actually update
911# Note: It takes 30-40 minutes before being able to download the latest build
912# You can also use /av download
913AutoDownload: false
914
915# Whether or not to disable update checks
916DisableUpdateChecking: false
917
918# Allow transfer of vote points between players
919AllowVotePointTransfers: false
920
921# Disable this on a hub server for example
922# Still processes rewards for offline rewards (just won't give any)
923ProcessRewards: true
924
925# Disable checking permissions on tab complete
926DisableAdvancedTab: false
927
928# Load command aliases, such as /avgui
929# Requires restart to take effect
930LoadCommandAliases: true
931
932# Wait until user is logged in with AuthMe
933# Requires AuthMe
934WaitUntilLoggedIn: true
935
936# Preload skulls to improve performance
937# If false, skulls will be cached as they are used
938PreloadSkulls: false
939
940# Setting to false disables saving skulls in a cache to improve speeds
941# Will reduce ram usage if disabled
942LoadSkulls: true
943
944# Use vault for permission checks
945# May not work on some plugins
946UseVaultPermissions: false
947
948# Plugin using bungee, requires plugin on bungee server
949UseBungeecoord: false
950
951# What server this is in bungee (must match)
952# Also can be applied to rewards
953Server: PleaseSet
954
955# Bungee communication, add bungee host/port here
956BungeeServer:
957 Host: '127.0.0.1'
958 Port: 1297
959
960# Bungee communication, add this to bungee server
961SpigotServer:
962 Host: '127.0.0.1'
963 POrt: 1298
964
965# Get the plugin to broadcast to all servers
966BungeeBroadcast: false
967
968# List of disabled commands from /vote
969# List the specific permission
970# E.g:
971# - PERMISSION
972DisabledCommands: []
973
974# ---------------------------------------------------------
975# Mysql cache options
976# Clearing cache forces the plugin to pull from database
977# Not needed unless you are using multiple servers
978# ---------------------------------------------------------
979
980# Clear cache on update, setting to true reduces update speed
981# Also may require AlwaysUpdate set to true
982ClearCacheOnUpdate: false
983
984# Clear mysql on player join always
985ClearCacheOnJoin: false
986
987# Clears cache for the player who voted only
988# Only effects if using mysql
989# Would recommend for some bungee setups
990ClearCacheOnVote: false
991
992# ###############################################################
993# Deprecated options, don't recommend using any of these
994
995# Will force GUI's to close on every click
996AlwaysCloseInventory: false
997
998# Options for request api
999# Current methods:
1000# ANVIL
1001# BOOK
1002# CHAT
1003# This is mainly used for admin gui's to type in values
1004RequestAPI:
1005 DefaultMethod: 'Anvil'
1006 DisabledMethods: []
1007
1008# Shouldn't need to change this
1009#AutoKillInvs: true
1010
1011# Disable checking on world change
1012# May improve performance
1013#DisableCheckOnWorldChange: false