Guest User

Untitled

a guest
Apr 28th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 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. MySQL:
  12. Host: ''
  13. Port: 3306
  14. Database: ''
  15. Username: ''
  16. Password: ''
  17. MaxConnections: 1
  18. AllowUnjoined: false
  19. SendScoreboards: true
  20. AutoCreateVoteSites: false
  21. AutoDownload: false
  22. VoteReminding:
  23. Enabled: false
  24. RemindOnlyOnce: true
  25. RemindOnLogin: true
  26. RemindDelay: 30
  27. Rewards:
  28. Messages:
  29. Player: '&aRemeber to vote!'
  30. Title:
  31. Enabled: false
  32. Title: '&cRemember to vote!'
  33. SubTitle: '&aType /vote'
  34. FadeIn: 10
  35. ShowTime: 50
  36. FadeOut: 10
  37. Commands:
  38. UseGUI:
  39. Today: true
  40. TopVoter: true
  41. Last: true
  42. Next: true
  43. Total: true
  44. Vote: true
  45. Best: true
  46. Streak: false
  47. Format:
  48. NoPerms: '&cYou do not have enough permission!'
  49. NotNumber: '&cError on &6%arg%&c, number expected!'
  50. HelpLine: '&3&l%Command% - &3%HelpMessage%'
  51. BroadcastMsg: '&3[&2Server&3] &aCảm ơn &c%player% &ađã vote cho server trên %SiteName%'
  52. BroadcastWhenOnline: false
  53. Commands:
  54. Vote:
  55. Text:
  56. - "&aVote để khích lệ chúng tôi"
  57. - "&aphát triển server thêm thú vị!"
  58. AutoInputSites: true
  59. Sites: '&4%num%: &c&l%SiteName% - &c%url%'
  60. Next:
  61. Title: '&3&l%player%, vote kế tiếp:'
  62. Layout: '&3%SiteName%: &6%info%'
  63. Info:
  64. CanVote: Có thể Vote!
  65. TimeUntilVote: '%hours% giờ %minutes% phút'
  66. Error: '&cCould not caculate time until next vote!'
  67. Last:
  68. Title: '&3&l%player%, vote gần đây:'
  69. Line: '&3%SiteName%: &6%time%'
  70. Total:
  71. - '&3&l%player% Total Votes:'
  72. - '&3&lNgày: &6&l%DailyTotal%'
  73. - '&3&lTuần: &6&l%WeeklyTotal%'
  74. - '&3&lTháng: &6&l%MonthlyTotal%'
  75. - '&3&lTổng cộng: &6&l%AllTimeTotal%'
  76. TotalAll:
  77. - '&3&lServer Total Votes:'
  78. - '&3&lDaily Total: &6&l%DailyTotal%'
  79. - '&3&lWeekly Total: &6&l%WeeklyTotal%'
  80. - '&3&lMonthly Total: &6&l%MonthlyTotal%'
  81. - '&3&lAllTime Total: &6&l%AllTimeTotal%'
  82. Top:
  83. Title: '&3Top %Top% Voters %page%/%maxpages%'
  84. Line: '&c%num%: &6%player%, %votes%'
  85. Help:
  86. Title: '&3&lVoting Player Help'
  87. Line: '&3&l%Command% - &3%HelpMessage%'
  88. RequirePermission: true
  89. Best:
  90. Title: '&3&l%player% Best Votes'
  91. Lines:
  92. - '&3Highest Daily Total: &3&l%HighestDailyTotal%'
  93. - '&3Highest Week Total: &3&l%HighestWeeklyTotal%'
  94. - '&3Highest Month Total: &3&l%HighestMonthlyTotal%'
  95. Streak:
  96. Title: '&3&l%player% Vote Streak'
  97. Lines:
  98. - '&3Current Daily Streak: &3&l%DailyStreak%'
  99. - '&3Current Week Streak: &3&l%WeeklyStreak%'
  100. - '&3Current Month Streak: &3&l%MonthlyStreak%'
  101. - '&3&lHighest Streaks:'
  102. - '&3Highest Daily Streak: &3&l%BestDailyStreak%'
  103. - '&3Highest Week Streak: &3&l%BestWeeklyStreak%'
  104. - '&3Highest Month Streak: &3&l%BestMonthlyStreak%'
  105. Party:
  106. - '&cCurrently at &6%Votes%&c, &6%NeededVotes% &cmore votes to go to reach &6%VotesRequired%'
  107. Points: '&a%Player% hiện có &a&l%Points%&a điểm vote!'
  108. LoginMsg: '&cRemember to vote!'
  109. TopVoterAwardMsg: '&aYou came in %place% in top voters of the month! Here is an
  110. award!'
  111. TimeFormat: EEE, d MMM yyyy HH:mm
  112. Signs:
  113. TopVoterSign:
  114. Line1: 'TopVoter: %SiteName%'
  115. Line2: '#%position%'
  116. Line3: '%player%'
  117. Line4: '%votes% Votes'
  118. RightClickMessage: '&c&l%player% &cis &c&l%position% &cwith &c&l%votes% &cvotes
  119. in &c&l%SiteName%'
  120. ShopPurchase: '&aYou bought the %Identifier% for %Points% Points!'
  121. ShopFailed: '&cYou do not have %Points% points to purhcase this!'
  122. GUI:
  123. VoteGUI:
  124. URL:
  125. Item:
  126. Material: BOW
  127. Data: 0
  128. Amount: 1
  129. Name: '&4URL'
  130. Slot: 0
  131. Next:
  132. Item:
  133. Material: COMPASS
  134. Data: 0
  135. Amount: 1
  136. Name: '&4Next'
  137. Slot: 1
  138. Last:
  139. Item:
  140. Material: WATCH
  141. Data: 0
  142. Amount: 1
  143. Name: '&4Last'
  144. Slot: 2
  145. Total:
  146. Item:
  147. Material: CHEST
  148. Data: 0
  149. Amount: 1
  150. Name: '&4Total'
  151. Slot: 3
  152. Top:
  153. Item:
  154. Material: SIGN
  155. Data: 0
  156. Amount: 1
  157. Name: '&4Top'
  158. Slot: 4
  159. Today:
  160. Item:
  161. Material: BOOK
  162. Data: 0
  163. Amount: 1
  164. Name: '&4Today'
  165. Slot: 5
  166. # Rewards:
  167. # Item:
  168. # Material: DIAMOND
  169. # Data: 0
  170. # Amount: 1
  171. # Name: '&4Voting Rewards'
  172. # Slot: 6
  173. VoteURL:
  174. Name: '&cVoteURL'
  175. SiteName: '&c%Name%'
  176. SeeURL: '&cClick to see URL'
  177. NextVote: '&cVote lại sau: %Info%'
  178. ViewAllUrlsButtonEnabled: false
  179. AllUrlsButton:
  180. AlreadyVotedItem:
  181. Material: REDSTONE_BLOCK
  182. Data: 0
  183. Amount: 1
  184. CanVoteItem:
  185. Material: EMERALD_BLOCK
  186. Data: 0
  187. Amount: 1
  188. AlreadyVotedItem:
  189. Material: REDSTONE_BLOCK
  190. Data: 0
  191. Amount: 1
  192. CanVoteItem:
  193. Material: EMERALD_BLOCK
  194. Data: 0
  195. Amount: 1
  196. VoteReward:
  197. # ExampleVoteSite:
  198. # Items:
  199. # Diamond:
  200. # Material: DIAMOND
  201. # Data: 0
  202. # Amount: 1
  203. # Name: '&4Example'
  204. # Lore:
  205. # - '&4Line 1'
  206. # Slot: 0
  207. MinecraftMP:
  208. Items:
  209. Diamond:
  210. Material: 'diamond'
  211. Amount: 20
  212. Slot: 0
  213. Money:
  214. Material: 'gold_ingot'
  215. Amount: 5
  216. Name: '&a5000 $'
  217. Slot: 1
  218. # Item:
  219. # Material: 'diamond'
  220. # Amount: 1
  221. VoteLast:
  222. Name: 'VoteLast: %player%'
  223. VoteNext:
  224. Name: 'VoteNext: %player%'
  225. VoteToday:
  226. Name: VoteToday
  227. VoteTop:
  228. Name: VoteTop %topvoter%
  229. Item:
  230. Name: '&3&l%position%: &3%player%'
  231. Lore: '&3&lVotes: &3%votes%'
  232. SwitchItem:
  233. Name: Switch TopVoter
  234. Lore: 'Currently: %Top%'
  235. Material: SIGN
  236. Amount: 1
  237. Slot: 7
  238. Size: 27
  239. VoteTotal:
  240. Name: 'VoteTotal: %player%'
  241. # DayTotal:
  242. # Item:
  243. # Material: WATCH
  244. # Name: '&cDaily Total'
  245. # Lore: '&c&lTotal: &c%Total%'
  246. # Amount: 1
  247. WeekTotal:
  248. Item:
  249. Material: WATCH
  250. Name: '&cHàng tuần'
  251. Lore: '&c&lTotal: &c%Total%'
  252. Amount: 7
  253. Slot: 0
  254. MonthTotal:
  255. Item:
  256. Material: WATCH
  257. Name: '&cHàng tháng'
  258. Lore: '&c&lTotal: &c%Total%'
  259. Amount: 30
  260. Slot: 1
  261. AllTimeTotal:
  262. Item:
  263. Material: WATCH
  264. Name: '&cTổng cộng'
  265. Lore: '&c&lTotal: &c%Total%'
  266. Amount: 64
  267. Slot: 2
  268. VoteBest:
  269. Name: 'VoteBest: %player%'
  270. DayBest:
  271. Item:
  272. Material: WATCH
  273. Name: '&cDaily Best'
  274. Lore: '&c&lBest: &c%Best%'
  275. Amount: 1
  276. WeekBest:
  277. Item:
  278. Material: WATCH
  279. Name: '&cWeekly Best'
  280. Lore: '&c&lBest: &c%Best%'
  281. Amount: 1
  282. MonthBest:
  283. Item:
  284. Material: WATCH
  285. Name: '&cMonthly Best'
  286. Lore: '&c&lBest: &c%Best%'
  287. Amount: 1
  288. VoteStreak:
  289. Name: 'VoteBest: %player%'
  290. CurrentDayStreak:
  291. Item:
  292. Material: WATCH
  293. Name: '&cCurrent Daily Streak'
  294. Lore: '&c&lStreak: &c%Streak%'
  295. Amount: 1
  296. CurrentWeekStreak:
  297. Item:
  298. Material: WATCH
  299. Name: '&cCurrent Weekly Streak'
  300. Lore: '&c&lStreak: &c%Streak%'
  301. Amount: 1
  302. CurrentMonthStreak:
  303. Item:
  304. Material: WATCH
  305. Name: '&cCurrent Monthly Streak'
  306. Lore: '&c&lStreak: &c%Streak%'
  307. Amount: 1
  308. HighestDayStreak:
  309. Item:
  310. Material: WATCH
  311. Name: '&cHighest Daily Streak'
  312. Lore: '&c&lStreak: &c%Streak%'
  313. Amount: 1
  314. HighestWeekStreak:
  315. Item:
  316. Material: WATCH
  317. Name: '&cHighest Weekly Streak'
  318. Lore: '&c&lStreak: &c%Streak%'
  319. Amount: 1
  320. HighestMonthStreak:
  321. Item:
  322. Material: WATCH
  323. Name: '&cHighest Monthly Streak'
  324. Lore: '&c&lStreak: &c%Streak%'
  325. Amount: 1
  326. VoteURLSite:
  327. Name: 'VoteSite: %site%'
  328. VoteGUIName: '&cVoteGUI: &c&l%player%'
  329. VoteRewardName: VoteReward
  330. VoteShopName: VoteShop
  331. Shop:
  332. Xang:
  333. Material: 'FIREBALL'
  334. Data: 0
  335. Amount: 1
  336. Name: '&2Xăng'
  337. Lore:
  338. - '&cGiá: 10 điểm vote'
  339. Cost: 10
  340. Rewards:
  341. Items:
  342. Material: 'FIREBALL'
  343. Amount: 1
  344. Name: '&2Xăng'
  345. Lore:
  346. - '&bNhien lieu dung de bay '
  347. - '&7Cam tren tay /fly on de bay, '
  348. - '&7/fly off de tat'
  349. Slot: 0
  350. VoteShop:
  351. Xang:
  352. Material: 'FIREBALL'
  353. Data: 0
  354. Amount: 1
  355. Name: '&2Xăng'
  356. Lore:
  357. - '&cGiá: 10 điểm vote'
  358. Cost: 10
  359. Rewards:
  360. Items:
  361. fireball:
  362. Material: 'FIREBALL'
  363. Amount: 1
  364. Name: '&2Xăng'
  365. Lore:
  366. - '&bNhien lieu dung de bay '
  367. - '&7Cam tren tay /fly on de bay, '
  368. - '&7/fly off de tat'
  369. Slot: 0
  370. FirstVote:
  371. Messages:
  372. Player: '&aYou voted for your first time!'
  373. Money: 100
  374. Enabled: false
  375. AllSites:
  376. Messages:
  377. Player: '&aYou voted on all sites in 1 day!'
  378. Enabled: false
  379. Cumulative:
  380. '20':
  381. Enabled: false
  382. VotesInSameDay: false
  383. VotesInSameWeek: false
  384. Rewards:
  385. Messages:
  386. Player: '&aYou got %cumulative% cumulative votes!'
  387. VoteParty:
  388. Enabled: false
  389. VotesRequired: 20
  390. GiveAllPlayers: false
  391. ResetEachDay: false
  392. UserVotesRequired: 0
  393. Rewards: []
  394. MileStones:
  395. '20':
  396. Enabled: false
  397. Rewards:
  398. Messages:
  399. Player: '&aYou got %milestone% milestone votes!'
  400. ResetMonthly: false
  401. VoteStreak:
  402. Day:
  403. '2':
  404. Enabled: false
  405. Rewards:
  406. Messages:
  407. Player: '&aYou voted for %Streak% %Type%''s in a row!'
  408. Week:
  409. '2':
  410. Enabled: false
  411. Rewards:
  412. Messages:
  413. Player: '&aYou voted for %Streak% %Type%''s in a row!'
  414. Month:
  415. '2':
  416. Enabled: false
  417. Rewards:
  418. Messages:
  419. Player: '&aYou voted for %Streak% %Type%''s in a row!'
  420. AnySiteRewards: []
  421. BlackList:
  422. - Notch
  423. TopVoterIgnorePermission: false
  424. VoteTopDefault: Monthly
  425. LoadTopVoter:
  426. AllTime: true
  427. Monthly: true
  428. Weekly: false
  429. Daily: false
  430. StoreTopVoters:
  431. Monthly: true
  432. Weekly: false
  433. Daily: false
  434. EnableMonthlyAwards: true
  435. MonthlyAwards:
  436. '1':
  437. Rewards:
  438. Messages:
  439. Player: '&aYou came in first place in %TopVoter%!'
  440. '2':
  441. Rewards:
  442. Messages:
  443. Player: '&aYou came in second place in %TopVoter%!'
  444. EnableWeeklyAwards: false
  445. WeeklyAwards:
  446. '1':
  447. Rewards:
  448. Messages:
  449. Player: '&aYou came in first place in %TopVoter%!'
  450. '2':
  451. Rewards:
  452. Messages:
  453. Player: '&aYou came in second place in %TopVoter%!'
  454. EnableDailyRewards: false
  455. DailyAwards:
  456. '1':
  457. Rewards:
  458. Messages:
  459. Player: '&aYou came in first place in %TopVoter%!'
  460. '2':
  461. Rewards:
  462. Messages:
  463. Player: '&aYou came in second place in %TopVoter%!'
  464. CheckOnWorldChange: false
  465. Debug: false
  466. ExtraDebug: false
  467. DebugInGame: false
  468. LogDebugToFile: false
  469. RequestAPI:
  470. DefaultMethod: Anvil
  471. DisabledMethods: []
  472. LogVotesToFile: false
  473. DelayBetweenUpdates: 3
  474. DisableNoServiceSiteMessage: false
  475. BroadcastVote: true
Add Comment
Please, Sign In to add comment