Advertisement
shano_dekono

Config.yml

Jan 2nd, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.41 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. MySQL:
  14. Host: ''
  15. # Default port is 3306
  16. Port: 3306
  17. Database: ''
  18. Username: ''
  19. Password: ''
  20. # Max number of connections
  21. MaxConnections: 1
  22. # Maxium size of caching mysql
  23. # -1 for no limit
  24. # Affecting this value may affect performance
  25. MaxSize: -1
  26. # Table name prefix, for use with mutliple servers
  27. Prefix: ''
  28. #UseSSL: true
  29.  
  30. # Let players who never joined before vote
  31. # Recommend: False (Will prevent creating random user data files)
  32. AllowUnjoined: false
  33.  
  34. # If true, plugin will send scoreboards on some commands
  35. SendScoreboards: true
  36.  
  37. # If true, plugin will automaticly generate votesites
  38. # Disable this if you experience issues with sites being created randomly
  39. AutoCreateVoteSites: true
  40.  
  41. # Automaticly download the latest version
  42. # Will require a restart to actually update
  43. # Note that updates take 30-40 minutes to load before they can be downloaded
  44. AutoDownload: false
  45.  
  46. # ------------------------------------------------
  47. # VoteReminding
  48. # ------------------------------------------------
  49.  
  50. # Configuration for VoteReminding
  51. # By default this should be all setup to work
  52. # as long as vote delays are done properly
  53. VoteReminding:
  54. # Enable vote reminding
  55. # This will remind player when he can vote on all sites
  56. # Requires VoteDelay's to be setup properly
  57. # Use /vote next to see when you can be reminded
  58. # Players require the perm "VotingPlugin.Login.RemindVotes" or "VotingPlugin.Player"
  59. Enabled: true
  60.  
  61. # Wether or t to remind only once when the player can vote
  62. # Does not apply to login reminds.
  63. RemindOnlyOnce: true
  64.  
  65. # Will remind player on login if he can vote
  66. # Ignores value above
  67. RemindOnLogin: true
  68.  
  69. # Delay to remind votes in minutes
  70. # Only works if above is false
  71. RemindDelay: 30
  72.  
  73. # Run reward files on remind
  74. # By default, the reward file will be created for you
  75. # and have the default message
  76. # Edit the message at AdvancedCore/Rewards/Remind.yml (or any other reward listed)
  77. # Can add titles and more in the reward file
  78. Rewards:
  79. Worlds:
  80. - world
  81. - world_nether
  82. - world_the_end
  83. - Skylands
  84. - Modernworld
  85. - modernworld_nether
  86. Messages:
  87. Player: '&aPlease vote! Type /vote to vote!'
  88. Title:
  89. Enabled: false
  90. Title: '&cRemember to vote!'
  91. SubTitle: '&aType /vote'
  92. FadeIn: 10
  93. ShowTime: 50
  94. FadeOut: 10
  95.  
  96. Commands:
  97. # Wether or not the following commands will open GUIs rather than display text
  98. UseGUI:
  99. Today: true
  100. TopVoter: true
  101. Last: true
  102. Next: true
  103. Total: true
  104. Vote: true
  105. Best: true
  106. Streak: true
  107. # If true, you can right click a votesite from /vote (gui version) and open the vote reward gui for that site
  108. # Can be used to display rewards for that site
  109. VoteRewardFromVoteURL: true
  110.  
  111. # ------------------------------------------------
  112. # Format
  113. # ------------------------------------------------
  114.  
  115. # Common PlacesHolders:
  116. # Please Note: Not all are usable in all sections
  117. # Special PlaceHolders will be commented where available
  118. # %player% = voting players name
  119. # %nickname% = voting players displayname
  120. # %SiteName% = vote site name
  121. #
  122. # Set Message to '' (2 ') to disable message
  123.  
  124. Format:
  125. # CommandHandler help message
  126. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  127.  
  128. # Broadcast vote message
  129. # Set to an empty message to disable
  130. BroadcastMsg: '&6[&4Broadcast&6] &c%nickname% &2voted on %SiteName%'
  131.  
  132. # Broadcast only when player is online
  133. BroadcastWhenOnline: true
  134.  
  135. Commands:
  136. # Format for /vote
  137. # %num% = the number of the site, for a numbered list
  138. # %url% = site URL
  139. Vote:
  140. Text:
  141. - '&e-----------------------------------------------------'
  142. - '&e&lPlease Vote for our server using the sites provided below!'
  143. - '&e&lIt would be much appreciated, thankyou!'
  144. - '&e-----------------------------------------------------'
  145. - '[Text="&cPlanet&4Minecraft",URL="https://www.planetminecraft.com/server/civcraft-beta-semi-vanilla-survival-pvp-teams-towns/vote/"] &6<- Click here to vote!'
  146. - '[Text="&cMinecraft&4ServerList",URL="https://minecraft-server-list.com/server/430635/vote/"] &6<- Click here to vote!'
  147. - '[Text="&cMinecraft&4MultiPlayer",URL="https://minecraft-mp.com/server/204301/vote/"] &6<- Click here to vote!'
  148. - '[Text="&cMinecraft&4Servers",URL="https://minecraftservers.org/vote/513070"] &6<- Click here to vote!'
  149. - '[Text="&cMinecraft&4Servers 2",URL="https://minecraftservers.biz/servers/141350/vote/"] &6<- Click here to vote!'
  150. - '[Text="&cMinecraft&4Tracker",URL="https://minecraft-tracker.com/server/5700/vote/"] &6<- Click here to vote!'
  151.  
  152. # If you want to want to use the feature below where the plugin will
  153. # automaticly list the sites then set the message in the text above
  154. AutoInputSites: false
  155. # For each VoteSite
  156. # make sure to set VoteURL in your VoteSites
  157. # Requires above to be true
  158. # Text will be sent before this
  159. Sites:
  160. - '&4%num%: &c&l%SiteName%'
  161. - '&4%URL%'
  162.  
  163. # Format for /vote next
  164. Next:
  165. # First line
  166. Title: '&3&l%player% Next Votes:'
  167.  
  168. # How each line is setup for each vote site
  169. # %info% = Info - See Below
  170. # %SiteName% = site name from vote
  171. Layout: '&3%SiteName%: &6%info%'
  172.  
  173. Info:
  174. # Message when player can vote
  175. CanVote: 'Go Vote!'
  176. # Time until vote msg
  177. # %hours% = hours until next vote
  178. # %minutes% = minutes until next vote
  179. TimeUntilVote: '%hours% Hours and %minutes% Minutes'
  180. # If there is an error finding out time until next vote
  181. Error: '&cCould not caculate time until next vote!'
  182. # For sites that have this, requires votedelaydaily to be set to true in the site
  183. VoteDelayDaily: '%hours% Hours and %minutes% Minutes'
  184.  
  185. # Format for /vote last
  186. Last:
  187. # First line
  188. Title: '&3&l%player% Last Vote Times:'
  189. # Lines for each vote site
  190. # %time% = time, using timeformat below
  191. Line: '&3%SiteName%: &6%time%'
  192.  
  193. # Format for /vote total
  194. Total:
  195. - '&3&l%player% Total Votes:'
  196. - '&3&lDaily Total: &6&l%DailyTotal%'
  197. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  198. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  199. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  200.  
  201. # Format for /vote total all
  202. TotalAll:
  203. - '&3&lServer Total Votes:'
  204. - '&3&lDaily Total: &6&l%DailyTotal%'
  205. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  206. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  207. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  208.  
  209. # Format for /vote top
  210. Top:
  211. # First line
  212. # %page% = current page
  213. # %maxpages% = max number of pages
  214. # %Top% = Monthly/Weekly/Daily (depending on command)
  215. Title: '&3Top %Top% Voters %page%/%maxpages%'
  216. # Line for each player in that page
  217. Line: '&c%num%: &6%player%, %votes%'
  218.  
  219. # Format for /vote help
  220. Help:
  221. # Title of /vote help
  222. Title: '&3&lVoting Player Help'
  223. # Format for help message in /v help
  224. Line: '&3&l%Command% - &3%HelpMessage%'
  225. # Require permission to see command in /v help or /av help
  226. RequirePermission: true
  227.  
  228. Best:
  229. Title: '&3&l%player% Best Votes'
  230. Lines:
  231. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  232. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  233. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  234.  
  235. Streak:
  236. Title: '&3&l%player% Vote Streak'
  237. Lines:
  238. - '&3Current Daily Streak: &3&l%DailyStreak%'
  239. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  240. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  241. - '&3&lHighest Streaks:'
  242. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  243. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  244. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  245.  
  246. # PlaceHolders:
  247. # %VotesRequired% = VotesRequired
  248. # %NeededVotes% = Number of votes needed to reach VotesRequired
  249. # %Votes% = Number of votes
  250. Party:
  251. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  252.  
  253. # %Points% = player points
  254. Points: '&a%Player% currently has &a&l%Points%&a Points!'
  255.  
  256. # Msg on top voter award, will only send message if that place has a reward set
  257. # %place% = place - 1,2,3,etc
  258. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an award!'
  259.  
  260. # Time Format
  261. # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  262. TimeFormat: 'EEE, d MMM yyyy HH:mm'
  263.  
  264. # Format for signs
  265. # SiteName may be all, depending on sign
  266. # %position% = position of player, set by sign
  267. # %votes% = Number of votes
  268. Signs:
  269. TopVoterSign:
  270. Line1: 'TopVoter: %SiteName%'
  271. Line2: '#%position%'
  272. Line3: '%player%'
  273. Line4: '%votes% Votes'
  274. # Message when right clicking sign, uses same placeholders as above
  275. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes in &c&l%SiteName%'
  276.  
  277. # Message when player tries to run command without required permissions
  278. NoPerms: '&cYou do not have enough permission!'
  279.  
  280. # Message when player types a command but does not input a number where needed
  281. NotNumber: '&cError on &6%arg%&c, number expected!'
  282.  
  283. # Shop messages when using the /vote shop
  284. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  285. ShopFailed: '&cYou do not have %Points% points to purchase this!'
  286.  
  287. # User not exist message, from commands such as /vote next (player)
  288. UserNotExist: '&cUser does not exist: %player%'
  289.  
  290. # Text for page buttons in inventories
  291. PrevPage: '&aPrevious Page'
  292. NextPage: '&aNext Page'
  293.  
  294. InvFull: '&cInventory full, dropping items on ground'
  295.  
  296. # Display text
  297. # Used in /vote top (GUI)
  298. TopVoter:
  299. Daily: 'Daily'
  300. Weekly: 'Weekly'
  301. Monthly: 'Monthly'
  302. AllTime: 'AllTime'
  303.  
  304. # ------------------------------------------------
  305. # GUI Options
  306. # ------------------------------------------------
  307.  
  308. # Configure GUI's here
  309. # 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)
  310. # Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  311. GUI:
  312. # GUI for /vote gui, /vgui, votegui
  313. VoteGUI:
  314. # Items will be orders as it is below
  315. URL:
  316. # Standard item format, lore is automaticly applied
  317. Item:
  318. Material: 'BOW'
  319. Data: 0
  320. Amount: 1
  321. Name: '&4URL'
  322. Lore:
  323. - '&aClick here to select a Site to vote on!'
  324. - '&5&n&oAvailable Sites:'
  325. - ''
  326. - '&aAll Voting Sites &c&o(Prints available sites in chat to click on)'
  327. - '&c1. Planet&4Minecraft'
  328. - '&c- Voting Time: &a%VotingPlugin_Next_PlanetMinecraft%'
  329. - '&c2. Minecraft&4ServerList'
  330. - '&c- Voting Time: &a%VotingPlugin_Next_MCSL%'
  331. - '&c3. Minecraft&4MultiPlayer'
  332. - '&c- Voting Time: &a%VotingPlugin_Next_MinecraftMultiplayer%'
  333. - '&c4. Minecraft&4Servers'
  334. - '&c- Voting Time: &a%VotingPlugin_Next_MinecraftServers%'
  335. - '&c5. Minecraft&4Servers 2'
  336. - '&c- Voting Time: &a%VotingPlugin_Next_MinecraftServers2%'
  337. - '&c6. Minecraft&4Tracker'
  338. - '&c- Voting Time: &a%VotingPlugin_Next_MinecraftTracker%'
  339. # You can set skulls of the player using the following
  340. # Remove the # to enable
  341. #Skull: '%Player%'
  342. Slot: 0
  343. Next:
  344. Item:
  345. Material: 'COMPASS'
  346. Data: 0
  347. Amount: 1
  348. Name: '&4Next'
  349. Slot: 1
  350. Last:
  351. Item:
  352. Material: 'CLOCK'
  353. Data: 0
  354. Amount: 1
  355. Name: '&4Last'
  356. Slot: 2
  357. Total:
  358. Item:
  359. Material: 'CHEST'
  360. Data: 0
  361. Amount: 1
  362. Name: '&4Total'
  363. Slot: 3
  364. Top:
  365. Item:
  366. Material: 'SIGN'
  367. Data: 0
  368. Amount: 1
  369. Name: '&4Top'
  370. Slot: 4
  371. Today:
  372. Item:
  373. Material: 'BOOK'
  374. Data: 0
  375. Amount: 1
  376. Name: '&4Today'
  377. Slot: 5
  378. Shop:
  379. Item:
  380. Material: 'DIAMOND'
  381. Data: 0
  382. Amount: 1
  383. Name: '&4Vote Shop'
  384. Lore:
  385. - '&aYou currently have %points% points'
  386. Slot: 6
  387. VoteRewardBackButton: true
  388. # GUI for /vote url
  389. # And /vote if enabled in Config.yml
  390. VoteURL:
  391. # GUI Name
  392. Name: '&cVoteURL'
  393. BackButton: true
  394. SiteName: '&c%Name%'
  395. SeeURL: '&cClick to see URL'
  396. NextVote: '&cCan Vote In: %Info%'
  397. ViewAllUrlsButtonEnabled: true
  398. AllUrlsButton:
  399. AlreadyVotedItem:
  400. Material: 'GREEN_WOOL'
  401. Data: 0
  402. Amount: 1
  403. Name: '&4All Voting Sites'
  404. Lore:
  405. - '&cClick Here to View'
  406. CanVoteItem:
  407. Material: 'ENCHANTING_TABLE'
  408. Data: 0
  409. Amount: 1
  410. Name: '&4All Voting Sites'
  411. Lore:
  412. - '&cClick Here to View'
  413. AlreadyVotedItem:
  414. Material: 'BARRIER'
  415. Data: 0
  416. Amount: 1
  417. CanVoteItem:
  418. Material: 'ENCHANTING_TABLE'
  419. Data: 0
  420. Amount: 1
  421. URLText: '%VoteUrl%'
  422. # Customize /vote reward
  423. # Show players what you get when you vote on each site
  424. VoteReward:
  425. # Name of votesite
  426. PlanetMinecraft:
  427. # items in /vote reward sitename
  428. Items:
  429. # Item
  430. # This is not the item display name
  431. # Do not have 2 of the same items
  432. Diamond:
  433. # Item ID
  434. Material: 'DIAMOND'
  435. # Item Data (Eg 1:4, data is 4)
  436. Data: 0
  437. # Amount of items
  438. # Should be greater than 0
  439. Amount: 1
  440. # Item name
  441. # Remove this line for no name
  442. Name:
  443. # Lore
  444. # Remove this line for no lore
  445. Lore:
  446. - '&bGet 1 diamond for voting'
  447. Slot: 0
  448. Emerald:
  449. # Item ID
  450. Material: 'EMERALD'
  451. # Item Data (Eg 1:4, data is 4)
  452. Data: 0
  453. # Amount of items
  454. # Should be greater than 0
  455. Amount: 1
  456. # Item name
  457. # Remove this line for no name
  458. Name:
  459. # Lore
  460. # Remove this line for no lore
  461. Lore:
  462. - '&aGet 1 emerald for voting'
  463. Slot: 1
  464. MCSL:
  465. Items:
  466. # Item
  467. # This is not the item display name
  468. # Do not have 2 of the same items
  469. Diamond:
  470. # Item ID
  471. Material: 'DIAMOND'
  472. # Item Data (Eg 1:4, data is 4)
  473. Data: 0
  474. # Amount of items
  475. # Should be greater than 0
  476. Amount: 1
  477. # Item name
  478. # Remove this line for no name
  479. Name:
  480. # Lore
  481. # Remove this line for no lore
  482. Lore:
  483. - '&bGet 1 diamond for voting'
  484. Slot: 0
  485. Emerald:
  486. # Item ID
  487. Material: 'EMERALD'
  488. # Item Data (Eg 1:4, data is 4)
  489. Data: 0
  490. # Amount of items
  491. # Should be greater than 0
  492. Amount: 1
  493. # Item name
  494. # Remove this line for no name
  495. Name:
  496. # Lore
  497. # Remove this line for no lore
  498. Lore:
  499. - '&aGet 1 emerald for voting'
  500. Slot: 1
  501. MinecraftMultiplayer:
  502. Items:
  503. # Item
  504. # This is not the item display name
  505. # Do not have 2 of the same items
  506. Diamond:
  507. # Item ID
  508. Material: 'DIAMOND'
  509. # Item Data (Eg 1:4, data is 4)
  510. Data: 0
  511. # Amount of items
  512. # Should be greater than 0
  513. Amount: 1
  514. # Item name
  515. # Remove this line for no name
  516. Name:
  517. # Lore
  518. # Remove this line for no lore
  519. Lore:
  520. - '&bGet 1 diamond for voting'
  521. Slot: 0
  522. Emerald:
  523. # Item ID
  524. Material: 'EMERALD'
  525. # Item Data (Eg 1:4, data is 4)
  526. Data: 0
  527. # Amount of items
  528. # Should be greater than 0
  529. Amount: 1
  530. # Item name
  531. # Remove this line for no name
  532. Name:
  533. # Lore
  534. # Remove this line for no lore
  535. Lore:
  536. - '&aGet 1 emerald for voting'
  537. Slot: 1
  538. MinecraftServers:
  539. Items:
  540. # Item
  541. # This is not the item display name
  542. # Do not have 2 of the same items
  543. Diamond:
  544. # Item ID
  545. Material: 'DIAMOND'
  546. # Item Data (Eg 1:4, data is 4)
  547. Data: 0
  548. # Amount of items
  549. # Should be greater than 0
  550. Amount: 1
  551. # Item name
  552. # Remove this line for no name
  553. Name:
  554. # Lore
  555. # Remove this line for no lore
  556. Lore:
  557. - '&bGet 1 diamond for voting'
  558. Slot: 0
  559. Emerald:
  560. # Item ID
  561. Material: 'EMERALD'
  562. # Item Data (Eg 1:4, data is 4)
  563. Data: 0
  564. # Amount of items
  565. # Should be greater than 0
  566. Amount: 1
  567. # Item name
  568. # Remove this line for no name
  569. Name:
  570. # Lore
  571. # Remove this line for no lore
  572. Lore:
  573. - '&aGet 1 emerald for voting'
  574. Slot: 1
  575. MinecraftServers2:
  576. Items:
  577. # Item
  578. # This is not the item display name
  579. # Do not have 2 of the same items
  580. Diamond:
  581. # Item ID
  582. Material: 'DIAMOND'
  583. # Item Data (Eg 1:4, data is 4)
  584. Data: 0
  585. # Amount of items
  586. # Should be greater than 0
  587. Amount: 1
  588. # Item name
  589. # Remove this line for no name
  590. Name:
  591. # Lore
  592. # Remove this line for no lore
  593. Lore:
  594. - '&bGet 1 diamond for voting'
  595. Slot: 0
  596. Emerald:
  597. # Item ID
  598. Material: 'EMERALD'
  599. # Item Data (Eg 1:4, data is 4)
  600. Data: 0
  601. # Amount of items
  602. # Should be greater than 0
  603. Amount: 1
  604. # Item name
  605. # Remove this line for no name
  606. Name:
  607. # Lore
  608. # Remove this line for no lore
  609. Lore:
  610. - '&aGet 1 emerald for voting'
  611. Slot: 1
  612. MinecraftTracker:
  613. Items:
  614. # Item
  615. # This is not the item display name
  616. # Do not have 2 of the same items
  617. Diamond:
  618. # Item ID
  619. Material: 'DIAMOND'
  620. # Item Data (Eg 1:4, data is 4)
  621. Data: 0
  622. # Amount of items
  623. # Should be greater than 0
  624. Amount: 1
  625. # Item name
  626. # Remove this line for no name
  627. Name:
  628. # Lore
  629. # Remove this line for no lore
  630. Lore:
  631. - '&bGet 1 diamond for voting'
  632. Slot: 0
  633. Emerald:
  634. # Item ID
  635. Material: 'EMERALD'
  636. # Item Data (Eg 1:4, data is 4)
  637. Data: 0
  638. # Amount of items
  639. # Should be greater than 0
  640. Amount: 1
  641. # Item name
  642. # Remove this line for no name
  643. Name:
  644. # Lore
  645. # Remove this line for no lore
  646. Lore:
  647. - '&aGet 1 emerald for voting'
  648. Slot: 1
  649. VoteRewardBackButton: true
  650. # McListServ:
  651. VoteLast:
  652. Name: 'VoteLast: %player%'
  653. BackButton: true
  654. VoteNext:
  655. Name: 'VoteNext: %player%'
  656. BackButton: true
  657. VoteToday:
  658. Name: 'VoteToday'
  659. BackButton: true
  660. VoteTop:
  661. Name: 'VoteTop %topvoter%'
  662. BackButton: true
  663. Item:
  664. Name: '&3&l%position%: &3%player%'
  665. Lore: '&3&lVotes: &3%votes%'
  666. SwitchItem:
  667. Name: 'Switch TopVoter'
  668. Lore: 'Currently: %Top%'
  669. Material: 'SIGN'
  670. Amount: 1
  671. # 8 Slots over from the bottom left
  672. Slot: 7
  673. # Number of topvoters to display on page +9
  674. # 9 Slots on the botton are used for page buttons
  675. Size: 27
  676. VoteTotal:
  677. Name: 'VoteTotal: %player%'
  678. BackButton: true
  679. DayTotal:
  680. Item:
  681. Material: 'CLOCK'
  682. Name: '&cDaily Total'
  683. Lore: '&c&lTotal: &c%Total%'
  684. Amount: 1
  685. WeekTotal:
  686. Item:
  687. Material: 'CLOCK'
  688. Name: '&cWeekly Total'
  689. Lore: '&c&lTotal: &c%Total%'
  690. Amount: 1
  691. MonthTotal:
  692. Item:
  693. Material: 'CLOCK'
  694. Name: '&cMonthly Total'
  695. Lore: '&c&lTotal: &c%Total%'
  696. Amount: 1
  697. AllTimeTotal:
  698. Item:
  699. Material: 'CLOCK'
  700. Name: '&cAllTime Total'
  701. Lore: '&c&lTotal: &c%Total%'
  702. Amount: 1
  703. VoteBest:
  704. Name: 'VoteBest: %player%'
  705. DayBest:
  706. Item:
  707. Material: 'CLOCK'
  708. Name: '&cDaily Best'
  709. Lore: '&c&lBest: &c%Best%'
  710. Amount: 1
  711. WeekBest:
  712. Item:
  713. Material: 'CLOCK'
  714. Name: '&cWeekly Best'
  715. Lore: '&c&lBest: &c%Best%'
  716. Amount: 1
  717. MonthBest:
  718. Item:
  719. Material: 'CLOCK'
  720. Name: '&cMonthly Best'
  721. Lore: '&c&lBest: &c%Best%'
  722. Amount: 1
  723. VoteStreak:
  724. Name: 'VoteStreak: %player%'
  725. BackButton: true
  726. CurrentDayStreak:
  727. Item:
  728. Material: 'CLOCK'
  729. Name: '&cCurrent Daily Streak'
  730. Lore: '&c&lStreak: &c%Streak%'
  731. Amount: 1
  732. CurrentWeekStreak:
  733. Item:
  734. Material: 'CLOCK'
  735. Name: '&cCurrent Weekly Streak'
  736. Lore: '&c&lStreak: &c%Streak%'
  737. Amount: 1
  738. CurrentMonthStreak:
  739. Item:
  740. Material: 'CLOCK'
  741. Name: '&cCurrent Monthly Streak'
  742. Lore: '&c&lStreak: &c%Streak%'
  743. Amount: 1
  744. HighestDayStreak:
  745. Item:
  746. Material: 'CLOCK'
  747. Name: '&cHighest Daily Streak'
  748. Lore: '&c&lStreak: &c%Streak%'
  749. Amount: 1
  750. HighestWeekStreak:
  751. Item:
  752. Material: 'CLOCK'
  753. Name: '&cHighest Weekly Streak'
  754. Lore: '&c&lStreak: &c%Streak%'
  755. Amount: 1
  756. HighestMonthStreak:
  757. Item:
  758. Material: 'CLOCK'
  759. Name: '&cHighest Monthly Streak'
  760. Lore: '&c&lStreak: &c%Streak%'
  761. Amount: 1
  762. VoteURLSite:
  763. Name: 'VoteSite: %site%'
  764. VoteGUIName: '&cVoteGUI: &c&l%player%'
  765. VoteRewardName: 'VoteReward'
  766. VoteShopName: 'VoteShop'
  767.  
  768. BackButton:
  769. Material: 'JUNGLE_DOOR'
  770. Data: 0
  771. Amount: 1
  772. Name: '&8Back to the main GUI/Menu'
  773.  
  774. VoteShopBackButton: true
  775. Shop:
  776. # Identifier
  777. # Used in placeholders for formats
  778. Diamond:
  779. # Item
  780. Material: 'DIAMOND'
  781. Data: 0
  782. Amount: 1
  783. Name: '&4Buy A Diamond'
  784. # You can set skulls of the player using the following
  785. # Remove the # to enable
  786. #Skull: '%Player%'
  787. Lore:
  788. - '&c&lCost: &c3 Voting Points'
  789. # Number of voting points this cost
  790. Cost: 3
  791. # Rewards to run if player buys succesfully
  792. Rewards:
  793. Items:
  794. Diamond:
  795. Material: 'DIAMOND'
  796. Amount: 1
  797. # Slot
  798. Slot: 0
  799. Lucky_Block1:
  800. # Item
  801. Material: 'SPONGE'
  802. Data: 0
  803. Amount: 1
  804. Name: '&4Buy A &eLucky Block'
  805. # You can set skulls of the player using the following
  806. # Remove the # to enable
  807. #Skull: '%Player%'
  808. Lore:
  809. - '&c&lCost: &c7 Voting Points'
  810. # Number of voting points this cost
  811. Cost: 7
  812. # Rewards to run if player buys succesfully
  813. Commands:
  814. - 'lp user %player% parent addtemp voterewards 1s'
  815. - 'sudo %player% alb give luckyblock 1 %player%'
  816. # Slot
  817. Slot: 1
  818. Lucky_Block10:
  819. # Item
  820. Material: 'SPONGE'
  821. Data: 0
  822. Amount: 1
  823. Name: '&4Buy &a10 &eLucky Blocks'
  824. # You can set skulls of the player using the following
  825. # Remove the # to enable
  826. #Skull: '%Player%'
  827. Lore:
  828. - '&c&lCost: &c50 Voting Points'
  829. # Number of voting points this cost
  830. Cost: 50
  831. # Rewards to run if player buys succesfully
  832. Commands:
  833. - 'lp user %player% parent addtemp voterewards 1s'
  834. - 'sudo %player% alb give luckyblock 10 %player%'
  835. # Slot
  836. Slot: 2
  837. # ------------------------------------------------
  838. # Extra Rewards
  839. # ------------------------------------------------
  840.  
  841. # To disable reward set value to []
  842. # Eg:
  843. # FirstVote: [] (All in one line)
  844. # By default all rewards are disabled
  845.  
  846. # First vote rewards
  847. FirstVote:
  848. Messages:
  849. Player: '&aYou voted for your first time here''s $50, enjoy!'
  850. Money: 50
  851.  
  852. # All vote rewards
  853. # Reward for voting on all sites in one day
  854. AllSites:
  855. Messages:
  856. Player: '&aYou voted on all sites in 1 day, here''s 5 extra diamonds thankyou very much for contributing!!'
  857. Rewards:
  858. Items:
  859. Diamond:
  860. Material: 'DIAMOND'
  861. Amount: 5
  862.  
  863. Cumulative:
  864. # Number of votes required
  865. # Allows multiple cumulative rewards
  866. # Number be be around ' (E.g. '1')
  867. # Can have multiple listed here
  868. '7':
  869. Enabled: false
  870. # Wether or not votes must be made in same day/week
  871. # Useful if you want to require a certain number of voting sites to be voted on
  872. # for a daily/weekly reward instead of all of them
  873. VotesInSameDay: true
  874. VotesInSameWeek: false
  875. Rewards:
  876. Items:
  877. Diamond:
  878. Material: 'DIAMOND'
  879. Amount: 5
  880. Messages:
  881. Player: '&aYou got %cumulative% cumulative votes! Here''s 5 extra diamonds thankyou very much for contributing!'
  882.  
  883. VoteParty:
  884. # Wether or not vote party is enabled
  885. Enabled: false
  886. # Number of votes required to give rewards
  887. VotesRequired: 20
  888. # Increase the amount of votes required on each vote party reached
  889. #IncreaseVotesRquired: 10
  890. # If true, players who did not vote to reach the votes required will
  891. # recieve the reward
  892. GiveAllPlayers: false
  893. # If true, the vote count will reset each day
  894. ResetEachDay: false
  895. # Reset at the end of the month
  896. ResetMonthly: false
  897. # Count votes from /av vote?
  898. CountFakeVotes: true
  899. # Number of user votes that apply to vote party total the user needs to get rewards
  900. UserVotesRequired: 0
  901. # Broadcast when vote party reached
  902. Broadcast: '&cReached the vote party amount!'
  903. # List of commands to execute, these only execute once.
  904. Commands: []
  905. # Reward files to give
  906. Rewards: []
  907.  
  908. # Reset milestons at end of the month
  909. ResetMilestonesMonthly: false
  910.  
  911. MileStones:
  912. # Number of votes required
  913. # Allows multiple milestones
  914. # Number be be around ' (E.g. '1')
  915. # Can have multiple listed here
  916. '100':
  917. Enabled: true
  918. Rewards:
  919. Items:
  920. Diamond:
  921. Material: 'DIAMOND'
  922. Amount: 5
  923. Messages:
  924. Player: '&aYou''ve reached the %milestone% votes milestone well done here''s 5 extra diamonds thankyou very much for contributing!'
  925.  
  926. VoteStreak:
  927. # Valid options: Day, Week, Month
  928. Day:
  929. # Number of days in a row
  930. # Each day requires one vote
  931. # Add a - to give a reward for every multiple (e.g. 2-)
  932. '7':
  933. # Enabled or not
  934. Enabled: true
  935. # Rewards to give
  936. Rewards:
  937. Items:
  938. Diamond:
  939. Material: 'DIAMOND'
  940. Amount: 5
  941. Messages:
  942. Player: "&aYou voted for %Streak% %Type%'s in a row! Here''s 5 extra diamonds thankyou very much for contributing!"
  943. Week:
  944. # Number of weeks in a row
  945. # Requires atleast one vote per week
  946. '4':
  947. # Enabled or not
  948. Enabled: true
  949. # Rewards to give
  950. Rewards:
  951. Items:
  952. Diamond:
  953. Material: 'DIAMOND'
  954. Amount: 5
  955. Messages:
  956. Player: "&aYou voted for %Streak% %Type%'s in a row! Here''s 5 extra diamonds thankyou very much for contributing!"
  957. Month:
  958. # Number of months in a row
  959. # Requires atleast 1 vote per month
  960. '3':
  961. # Enabled or not
  962. Enabled: true
  963. # Rewards to give
  964. Rewards:
  965. Messages:
  966. Player: "&aYou voted for %Streak% %Type%'s in a row! Here''s 5 extra diamonds thankyou very much for contributing!"
  967. '12':
  968. # Enabled or not
  969. Enabled: true
  970. # Rewards to give
  971. Rewards:
  972. Messages:
  973. Player: "&aYou voted for %Streak% %Type%'s in a row! Here''s 10 extra diamonds thankyou very much for contributing!"
  974.  
  975.  
  976. # ONLY USE THIS FOR TITLES/SOUNDS AND OTHER EFFECTS
  977. # IT WILL ONLY RUN ONE TIME FOR ANY NUMBER OF OFFLINE VOTES
  978. # Any reward files listed here are ran on vote of any site
  979. # It is recommended to add rewards to each site instead of here
  980. # Using forceoffline won't work here
  981. AnySiteRewards: []
  982.  
  983.  
  984. # ------------------------------------------------
  985. # Top Voter
  986. # ------------------------------------------------
  987.  
  988. # Top voter blacklist
  989. BlackList:
  990. - 'Notch'
  991.  
  992. # If true players with the permission 'VotingPlugin.TopVoter.Ignore' will act
  993. # as if there name was added on the the blacklist above
  994. # This also applies for ops
  995. TopVoterIgnorePermission: false
  996.  
  997. # /vote top default data displayed
  998. # Valid Options: AllTime, Monthly, Weekly, Daily
  999. VoteTopDefault: Monthly
  1000.  
  1001. # Whether or not to have ties on top voter rewards
  1002. TopVoterAwardsTies: true
  1003.  
  1004. # These are required to be enabled in order for top voter awards to work
  1005. LoadTopVoter:
  1006. AllTime: true
  1007. Monthly: true
  1008. Weekly: false
  1009. Daily: false
  1010.  
  1011. # When top voter awards are given (even if there are none listed) it will store top voters
  1012. # Files will created in TopVoters folder.
  1013. StoreTopVoters:
  1014. Monthly: true
  1015. Weekly: false
  1016. Daily: false
  1017.  
  1018. EnableMonthlyAwards: true
  1019. # Rewards to give
  1020. MonthlyAwards:
  1021. # Position. 1 is first in top voter, 2 is second, etc...
  1022. # Using 1-10 will reward players in first to tenth place with the same reward
  1023. 1:
  1024. Rewards:
  1025. Messages:
  1026. Player: '&aYou came in first place in %TopVoter%!'
  1027. 2:
  1028. Rewards:
  1029. Messages:
  1030. Player: '&aYou came in second place in %TopVoter%!'
  1031.  
  1032. EnableWeeklyAwards: true
  1033. # Rewards to give on weekly top voter
  1034. WeeklyAwards:
  1035. # Position. 1 is first in top voter, 2 is second, etc...
  1036. 1:
  1037. Rewards:
  1038. Messages:
  1039. Player: '&aYou came in first place in %TopVoter%!'
  1040. 2:
  1041. Rewards:
  1042. Messages:
  1043. Player: '&aYou came in second place in %TopVoter%!'
  1044.  
  1045. EnableDailyRewards: true
  1046. # Rewards to give on daily top voter
  1047. DailyAwards:
  1048. # Position. 1 is first in top voter, 2 is second, etc...
  1049. 1:
  1050. # Reward files to give
  1051. Rewards:
  1052. Messages:
  1053. Player: '&aYou came in first place in %TopVoter%!'
  1054. 2:
  1055. Rewards:
  1056. Messages:
  1057. Player: '&aYou came in second place in %TopVoter%!'
  1058.  
  1059. # ------------------------------------------------
  1060. # Advanced
  1061. # Most of these values can be left untouched
  1062. # ------------------------------------------------
  1063.  
  1064. # Number of points to give on vote
  1065. # Set to 0 to give no points
  1066. PointsOnVote: 1
  1067.  
  1068. # Set this to false to disable the plugin adding totals
  1069. # Not really recommended
  1070. AddTotals: true
  1071.  
  1072. # Debug
  1073. Debug: false
  1074.  
  1075. # Extra Debug
  1076. # Only needed in extreme cases
  1077. ExtraDebug: false
  1078.  
  1079. # Debug info ingame
  1080. # Players with permission "VotingPlugin.Debug"
  1081. # will see debug info if debug is true
  1082. DebugInGame: false
  1083.  
  1084. # Will log debug messages to VotingPlugin/Log/log.txt
  1085. # Requires Debug to be on
  1086. LogDebugToFile: false
  1087.  
  1088. # Options for request api
  1089. # Current methods
  1090. # ANVIL
  1091. # BOOK
  1092. # CHAT
  1093. # This is mainly used for admin gui's to type in values
  1094. RequestAPI:
  1095. DefaultMethod: 'Anvil'
  1096. DisabledMethods: []
  1097.  
  1098. # Wether or not to log every vote to a file
  1099. # Use this if you wanna track player votes
  1100. # Not recommended though
  1101. LogVotesToFile: false
  1102.  
  1103. # Only update in the background when needed when set to false
  1104. AlwaysUpdate: false
  1105.  
  1106. # Update in the background only if players are online
  1107. UpdateWithPlayersOnlineOnly: false
  1108.  
  1109. # Delay between background updates like signs and more
  1110. # Default: 3 Minutes
  1111. # Longer times result in longer wait in stuff updating after a vote, like topvoter
  1112. DelayBetweenUpdates: 3
  1113.  
  1114. # Set to true to disable no service site message on voting
  1115. # You should never have to touch this if everything is setup properly
  1116. # Will also disable a few other warnings about vote sites
  1117. DisableNoServiceSiteMessage: false
  1118.  
  1119. # Count fake votes
  1120. # If true fake votes will give points and totals
  1121. CountFakeVotes: true
  1122.  
  1123. # Give VotingPlugin.Player by default
  1124. # Requires restart to take affect
  1125. GiveDefaultPermission: true
  1126.  
  1127. # Remove old player files
  1128. # Happens on startup or /av purge
  1129. PurgeOldData: false
  1130.  
  1131. # Minimum number of days offline in order to purge
  1132. PurgeMin: 90
  1133.  
  1134. # Whether or not to create daily backups. (Only the most recent ones get kept)
  1135. CreateBackups: true
  1136.  
  1137. # If true, plugin will send scoreboards on some commands
  1138. SendScoreboards: true
  1139.  
  1140. # If true, plugin will automaticly generate votesites
  1141. # Disable this if you experience issues with sites being created randomly
  1142. # Most cases this will work all the time
  1143. AutoCreateVoteSites: true
  1144.  
  1145. # Automaticly download the latest version
  1146. # Will require a restart to actually update
  1147. # Note: It takes 30-40 minutes before being able to download the latest build
  1148. # You can also use /av download
  1149. AutoDownload: false
  1150.  
  1151. # Whether or not to disable update checks
  1152. DisableUpdateChecking: false
  1153.  
  1154. # Disable this on a hub server for example
  1155. # Still processes rewards for offline rewards (just won't give any)
  1156. ProcessRewards: true
  1157.  
  1158. # Disable checking permissions on tab complete
  1159. DisableAdvancedTab: true
  1160.  
  1161. # ---------------------------------------------------------
  1162. # Mysql cache options
  1163. # Clearing cache forces the plugin to pull from database
  1164. # ---------------------------------------------------------
  1165.  
  1166. # Clear cache on update, setting to true reduces update speed
  1167. ClearCacheOnUpdate: false
  1168.  
  1169. # Clear mysql on player join always
  1170. ClearCacheOnJoin: false
  1171.  
  1172. # Clears cache for the player who voted only
  1173. # Only effects if using mysql
  1174. # Would recommend for some bungee setups
  1175. ClearCacheOnVote: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement