Advertisement
PhameCraft

config1

Feb 17th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.84 KB | None | 0 0
  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
  12. DataStorage: SQLITE
  13.  
  14. # Information for mysql
  15. # See the end of the config for cache options
  16. MySQL:
  17. Host: ''
  18. # Default port is 3306
  19. Port: 3306
  20. Database: ''
  21. Username: ''
  22. Password: ''
  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)
  35. AllowUnjoined: true
  36.  
  37. # Use server lookup for when allowunjoined is set to false
  38. # Recommend leaving enabled unless you face issues
  39. AllowUnJoinedCheckServer: 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
  48. VoteReminding:
  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.  
  99. Commands:
  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.  
  117. Format:
  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: '&6[&4Broadcast&6] &2Thanks &c%player% &2for voting on %SiteName%'
  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: '&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. # ------------------------------------------------
  316. # GUI Options
  317. # ------------------------------------------------
  318.  
  319. # Enable command for last month gui
  320. # Requires restart to take effect
  321. LastMonthGUI: 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
  326. GUI:
  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.  
  563. BackButton:
  564. Material: 'BARRIER'
  565. Data: 0
  566. Amount: 1
  567. Name: '&8Back to VoteGUI'
  568.  
  569. VoteShopBackButton: true
  570. VoteShopEnabled: true
  571. # Hide items in vote shop which user can not buy
  572. VoteShopHideLimitedReached: true
  573. # Requires above to be false
  574. VoteShopLimitReached: '&aYou reached your limit'
  575. Shop:
  576. # Identifier
  577. # Used in placeholders for formats
  578. Diamond:
  579. # Item
  580. Material: 'DIAMOND'
  581. Data: 0
  582. Amount: 1
  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
  614. FirstVote:
  615. Commands:
  616. - 'acb %player% 1000'
  617. - 'lp user %player% prmote free'
  618. - 'broadcast &a%player% &6 Recieved Squire Rank for First Vote!'
  619.  
  620. # All vote rewards
  621. # Reward for voting on all sites in one day
  622. AllSites:
  623. Messages:
  624. Player: '&aYou voted on all sites in 1 day!'
  625.  
  626. Cumulative:
  627. # Number of votes required
  628. # Allows multiple cumulative rewards
  629. # Number be be around ' (E.g. '1')
  630. # Can have multiple listed here
  631. '40':
  632. Enabled: true
  633. # Wether or not votes must be made in same day/week
  634. # Useful if you want to require a certain number of voting sites to be voted on
  635. # for a daily/weekly reward instead of all of them
  636. VotesInSameDay: false
  637. VotesInSameWeek: false
  638. Rewards:
  639. Commands:
  640. - 'lp user %player% promote free'
  641. - 'broadcast &a&l%player% &6recieved &4&lHero Rank &6 for Voting!'
  642. # Number of votes required
  643. # Allows multiple cumulative rewards
  644. # Number be be around ' (E.g. '1')
  645. # Can have multiple listed here
  646. '120':
  647. Enabled: true
  648. # Wether or not votes must be made in same day/week
  649. # Useful if you want to require a certain number of voting sites to be voted on
  650. # for a daily/weekly reward instead of all of them
  651. VotesInSameDay: false
  652. VotesInSameWeek: false
  653. Rewards:
  654. Commands:
  655. - 'lp user %player% promote free'
  656. - 'broadcast &a&l%player% &6recieved &4&lElite Rank &6for Voting!'
  657. # Number of votes required
  658. # Allows multiple cumulative rewards
  659. # Number be be around ' (E.g. '1')
  660. # Can have multiple listed here
  661. '320':
  662. Enabled: true
  663. # Wether or not votes must be made in same day/week
  664. # Useful if you want to require a certain number of voting sites to be voted on
  665. # for a daily/weekly reward instead of all of them
  666. VotesInSameDay: false
  667. VotesInSameWeek: false
  668. Rewards:
  669. Commands:
  670. - 'lp user %player% promote free'
  671. - 'broadcast &a&l%player% &6recieved &4&lVIP Rank &6 for Voting!'
  672.  
  673. VoteParty:
  674. # Wether or not vote party is enabled
  675. Enabled: false
  676. # Number of votes required to give rewards
  677. VotesRequired: 20
  678. # Increase the amount of votes required on each vote party reached
  679. #IncreaseVotesRquired: 10
  680. # If true, players who did not vote to reach the votes required will
  681. # recieve the reward
  682. GiveAllPlayers: false
  683. # If true, the vote count will reset each day
  684. ResetEachDay: false
  685. # Reset at the end of the month
  686. ResetMonthly: false
  687. # Reset extra votes
  688. ResetExtraVotesMonthly: false
  689. # Count votes from /av vote?
  690. CountFakeVotes: true
  691. # Number of user votes that apply to vote party total the user needs to get rewards
  692. UserVotesRequired: 0
  693. # Broadcast when vote party reached
  694. Broadcast: '&cReached the vote party amount!'
  695. # List of commands to execute, these only execute once.
  696. # %player% does not work here
  697. Commands: []
  698. # Rewards to give per player
  699. Rewards:
  700. Commands:
  701. - say %player%
  702. Items:
  703. DIAMOND:
  704. Material: 'DIAMOND'
  705. Amount: 1
  706.  
  707. # Reset milestones at end of the month
  708. ResetMilestonesMonthly: false
  709.  
  710. MileStones:
  711. # Number of votes required
  712. # Allows multiple milestones
  713. # Number be around ' (E.g. '1')
  714. # Can have multiple listed here
  715. '20':
  716. Enabled: false
  717. Rewards:
  718. Messages:
  719. Player: '&aYou got %milestone% milestone votes!'
  720.  
  721. VoteStreak:
  722. # Valid options: Day, Week, Month
  723. Day:
  724. # Number of days in a row
  725. # Each day requires one vote
  726. # Add a - to give a reward for every multiple (e.g. 2- = 2,4,6,8, and so on)
  727. '2':
  728. # Enabled or not
  729. Enabled: false
  730. # Rewards to give
  731. Rewards:
  732. Messages:
  733. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  734. Week:
  735. # Number of weeks in a row
  736. # Requires atleast one vote per week
  737. '2':
  738. # Enabled or not
  739. Enabled: false
  740. # Rewards to give
  741. Rewards:
  742. Messages:
  743. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  744. Month:
  745. # Number of months in a row
  746. # Requires atleast 1 vote per month
  747. '2':
  748. # Enabled or not
  749. Enabled: false
  750. # Rewards to give
  751. Rewards:
  752. Messages:
  753. Player: "&aYou voted for %Streak% %Type%'s in a row!"
  754. Requirement:
  755. # Require certain percentage of votes
  756. UsePercentage: false
  757. # Percentage requirements of votes
  758. # 50 = %50
  759. Day: 50
  760. Week: 50
  761. Month: 50
  762.  
  763. # Reward given when vote cooldown ended
  764. VoteCoolDownEndedReward: []
  765.  
  766.  
  767. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  768. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES (3 offline votes = 1 AnySiteReward)
  769. # Any reward files listed here are ran on vote of any site
  770. # It is recommended to add rewards to each site instead of here
  771. # Using forceoffline won't work here
  772. # Use EverySiteReward in VoteSites.yml for a global reward for each site
  773. AnySiteRewards: []
  774.  
  775.  
  776. # ------------------------------------------------
  777. # Top Voter
  778. # ------------------------------------------------
  779.  
  780. # Top voter blacklist
  781. # Hide these names from top voter lists
  782. BlackList:
  783. - 'Notch'
  784.  
  785. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  786. # as if there name was added on the the blacklist above
  787. # This also applies for players with op
  788. TopVoterIgnorePermission: false
  789.  
  790. # /vote top default data displayed
  791. # Valid Options: AllTime, Monthly, Weekly, Daily
  792. VoteTopDefault: Monthly
  793.  
  794. # Whether or not to have ties on top voter rewards
  795. TopVoterAwardsTies: true
  796.  
  797. # These are required to be enabled in order for top voter awards to work
  798. LoadTopVoter:
  799. AllTime: true
  800. Monthly: true
  801. Weekly: false
  802. Daily: false
  803.  
  804. # When top voter awards are given (even if there are none listed) it will store top voters
  805. # Files will created in TopVoters folder.
  806. StoreTopVoters:
  807. Monthly: true
  808. Weekly: false
  809. Daily: false
  810.  
  811. EnableMonthlyAwards: true
  812. # Rewards to give
  813. MonthlyAwards:
  814. # Position. 1 is first in top voter, 2 is second, etc...
  815. # Using 1-10 will reward players in first to tenth place with the same reward
  816. 1:
  817. Rewards:
  818. Messages:
  819. Player: '&aYou came in first place in %TopVoter%!'
  820. 2:
  821. Rewards:
  822. Messages:
  823. Player: '&aYou came in second place in %TopVoter%!'
  824.  
  825. EnableWeeklyAwards: false
  826. # Rewards to give on weekly top voter
  827. WeeklyAwards:
  828. # Position. 1 is first in top voter, 2 is second, etc...
  829. 1:
  830. Rewards:
  831. Messages:
  832. Player: '&aYou came in first place in %TopVoter%!'
  833. 2:
  834. Rewards:
  835. Messages:
  836. Player: '&aYou came in second place in %TopVoter%!'
  837.  
  838. EnableDailyRewards: false
  839. # Rewards to give on daily top voter
  840. DailyAwards:
  841. # Position. 1 is first in top voter, 2 is second, etc...
  842. 1:
  843. # Reward files to give
  844. Rewards:
  845. Messages:
  846. Player: '&aYou came in first place in %TopVoter%!'
  847. 2:
  848. Rewards:
  849. Messages:
  850. Player: '&aYou came in second place in %TopVoter%!'
  851.  
  852. # ------------------------------------------------
  853. # Advanced
  854. # Most of these values can be left untouched for most setups
  855. # ------------------------------------------------
  856.  
  857. # Number of points to give on vote
  858. # Set to 0 to give no points
  859. PointsOnVote: 1
  860.  
  861. # Set this to false to disable the plugin adding totals
  862. # Not really recommended
  863. AddTotals: true
  864.  
  865. # Click sound when using gui
  866. # Set to none for no sound
  867. ClickSound:
  868. Sound: 'UI_BUTTON_CLICK'
  869. Volume: 1.0
  870. Pitch: 1.0
  871.  
  872. # Limit monthly votes to number of days of a month multipled by the number of sites
  873. LimitMonthlyVotes: false
  874.  
  875. ######################
  876. # Debug
  877. ######################
  878.  
  879. # Debug levels:
  880. # NONE
  881. # INFO
  882. # EXTRA
  883. DebugLevel: NONE
  884.  
  885. # Debug info ingame
  886. # Players with permission "VotingPlugin.Debug"
  887. # will see debug info if debug is true
  888. DebugInGame: false
  889.  
  890. # Will log debug messages to VotingPlugin/Log/log.txt
  891. # Only needed for extreme cases
  892. #LogDebugToFile: false
  893.  
  894. # Whether or not to log every vote to a file
  895. # Use this if you wanna track player votes
  896. # Not recommended though
  897. LogVotesToFile: false
  898.  
  899. # Only update in the background when needed when set to false
  900. AlwaysUpdate: false
  901.  
  902. # Update in the background only if players are online
  903. UpdateWithPlayersOnlineOnly: false
  904.  
  905. # Delay between background updates like signs and more
  906. # Default: 3 Minutes
  907. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  908. DelayBetweenUpdates: 3
  909.  
  910. # Set to true to disable no service site message on voting
  911. # You should never have to touch this if everything is setup properly
  912. # Will also disable a few other warnings about vote sites
  913. DisableNoServiceSiteMessage: false
  914.  
  915. # Count fake votes
  916. # If true fake votes will give points and totals
  917. CountFakeVotes: true
  918.  
  919. # Give VotingPlugin.Player by default
  920. # Requires restart to take affect
  921. GiveDefaultPermission: true
  922.  
  923. # Permissions given by VotingPlugin.Player by default
  924. # Permissions listed here will no be accessible with the default permission
  925. DisabledDefaultPermissions: []
  926.  
  927. # Remove old player files
  928. # Happens on startup or /av purge
  929. PurgeOldData: false
  930.  
  931. # Minimum number of days offline in order to purge
  932. PurgeMin: 90
  933.  
  934. # Whether or not to create daily backups. (Only the most recent ones get kept)
  935. CreateBackups: true
  936.  
  937. # If true, plugin will send scoreboards on some commands
  938. SendScoreboards: true
  939.  
  940. # If true, plugin will automaticly generate votesites
  941. # Disable this if you experience issues with sites being created randomly
  942. # Most cases this will work all the time
  943. AutoCreateVoteSites: false
  944.  
  945. # Automaticly download the latest version
  946. # Will require a restart to actually update
  947. # Note: It takes 30-40 minutes before being able to download the latest build
  948. # You can also use /av download
  949. AutoDownload: true
  950.  
  951. # Whether or not to disable update checks
  952. DisableUpdateChecking: false
  953.  
  954. # Allow transfer of vote points between players
  955. AllowVotePointTransfers: false
  956.  
  957. # Disable this on a hub server for example
  958. # Still processes rewards for offline rewards (just won't give any)
  959. ProcessRewards: true
  960.  
  961. # Disable checking permissions on tab complete
  962. DisableAdvancedTab: false
  963.  
  964. # Load command aliases, such as /avgui
  965. # Requires restart to take effect
  966. LoadCommandAliases: true
  967.  
  968. # Wait until user is logged in with AuthMe
  969. # Requires AuthMe
  970. WaitUntilLoggedIn: true
  971.  
  972. # Preload skulls to improve performance
  973. # If false, skulls will be cached as they are used
  974. PreloadSkulls: false
  975.  
  976. # Setting to false disables saving skulls in a cache to improve speeds
  977. # Will reduce ram usage if disabled
  978. LoadSkulls: true
  979.  
  980. # Use vault for permission checks
  981. # May not work on some plugins
  982. UseVaultPermissions: false
  983.  
  984. # Plugin using bungee, requires plugin on bungee server
  985. UseBungeecoord: false
  986.  
  987. # What server this is in bungee (must match)
  988. # Also can be applied to rewards
  989. Server: PhameCraft
  990.  
  991. # Bungee communication, add bungee host/port here
  992. BungeeServer:
  993. Host: '127.0.0.1'
  994. Port: 1297
  995.  
  996. # Bungee communication, add this to bungee server
  997. SpigotServer:
  998. Host: '127.0.0.1'
  999. POrt: 1298
  1000.  
  1001. # Get the plugin to broadcast to all servers
  1002. BungeeBroadcast: false
  1003.  
  1004. # List of disabled commands from /vote
  1005. # List the specific permission
  1006. # E.g:
  1007. # - PERMISSION
  1008. DisabledCommands: []
  1009.  
  1010. # ---------------------------------------------------------
  1011. # Mysql cache options
  1012. # Clearing cache forces the plugin to pull from database
  1013. # Not needed unless you are using multiple servers
  1014. # ---------------------------------------------------------
  1015.  
  1016. # Clear cache on update, setting to true reduces update speed
  1017. # Also may require AlwaysUpdate set to true
  1018. ClearCacheOnUpdate: false
  1019.  
  1020. # Clear mysql on player join always
  1021. ClearCacheOnJoin: false
  1022.  
  1023. # Clears cache for the player who voted only
  1024. # Only effects if using mysql
  1025. # Would recommend for some bungee setups
  1026. ClearCacheOnVote: false
  1027.  
  1028. # ###############################################################
  1029. # Deprecated options, don't recommend using any of these
  1030.  
  1031. # Will force GUI's to close on every click
  1032. AlwaysCloseInventory: false
  1033.  
  1034. # Options for request api
  1035. # Current methods:
  1036. # ANVIL
  1037. # BOOK
  1038. # CHAT
  1039. # This is mainly used for admin gui's to type in values
  1040. RequestAPI:
  1041. DefaultMethod: 'Anvil'
  1042. DisabledMethods: []
  1043.  
  1044. # Shouldn't need to change this
  1045. #AutoKillInvs: true
  1046.  
  1047. # Disable checking on world change
  1048. # May improve performance
  1049. #DisableCheckOnWorldChange: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement