Advertisement
TheLazeboy

Vote config

Nov 5th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. vote:
  2. help:
  3. GeneralHelpNotFound: '&CNo help list found.'
  4. VoteStartHelpNotFound: '&CNo votes you can start found.'
  5. GeneralCommands:
  6. - '&6/vote yes &A- Vote yes on the active vote.'
  7. - '&6/vote no &A- Vote no on the active vote.'
  8. - '&6/vote [votename] &A- Start a new vote with the keyword. '
  9. - '&6/vote list &A- Display list of votes you can start.'
  10. - '&6/vote veto &A- Immediately cancel vote in progress.'
  11. - '&6/vote reload &A- Reload Vote plugin.'
  12. application:
  13. files:
  14. config:
  15. Version: '2.0'
  16. Version: '1.7.9_01'
  17. default:
  18. VoteEndSuccessText: '&AThe majority has voted yes.'
  19. NoVoteInProgress: '&CNo vote is currently in progress!'
  20. PlayerUnbannable: '&A[%0] &Ccannot be banned!'
  21. VoteAlreadyInProgress: '&CA vote is already active, please wait to start another vote.'
  22. VoteStartText: '&A[%0] has started a vote! Type &6/vote Yes &Aor &6/vote No &Ato vote.'
  23. VoteCanceled: '&AThe vote has been canceled.'
  24. PlayerVoteCounted: '&AVote counted.'
  25. PlayerVoteStartNoPermission: '&CYou do not have permission to start a vote.'
  26. PlayerNotFound: '&A[%0] &Ccannot be found!'
  27. PlayerSetValueNoPermission: '&CYou do not have permission to the setvalue command.'
  28. PlayerUnkickable: '&A[%0] &Ccannot be kicked!'
  29. PlayerVoteChanged: '&AYou changed your vote.'
  30. VoteEndFailText: '&AThe majority has voted no.'
  31. PlayerVoteNoPermission: 'You do not have permission to vote.'
  32. PlayerAlreadyVoted: '&CYou have already voted!'
  33. VoteYesCommands:
  34. - 'yes'
  35. - 'y'
  36. VoteNoCommands:
  37. - 'no'
  38. - 'n'
  39. VoteListCommands:
  40. - 'list'
  41. VoteHelpCommands:
  42. - 'help'
  43. VoteVetoCommands:
  44. - 'veto'
  45. ReloadCommands:
  46. - 'reload'
  47. VoteVetoNoPermission: '&CYou do not have permission to veto!'
  48. ReloadNoPermission: '&CYou do not have permission to reload!'
  49. VoteNotFound: '&C[%0] does not exist!'
  50. PlayerIPAlreadyVoted: '&CA player with your IP address has already voted!'
  51. CheckPlayerIPAddress: true
  52. votes:
  53. night:
  54. Description: 'Set time to night'
  55. ArgumentCount: 0
  56. InsufficientArgumentsError: ''
  57. VoteStartText: '&A[%0] has started a vote to set the time to night! Type &6/vote yes &Aor &6/vote no &Ato vote'
  58. TimeoutSeconds: 60
  59. VoteOnCooldownText: '&CThe time has been set to night too recently!'
  60. VoteSuccessText: '&AVote succeeded! Time set to night'
  61. VoteSuccessCommandDelaySeconds: 0
  62. VoteSuccessCommands:
  63. - vote setvalue time 13000
  64. CooldownMinutesToSuccessRevote: 10
  65. VoteFailText: '&AVote failed! Try again the next time day comes around.'
  66. VoteFailCommandDelaySeconds: 0
  67. VoteFailCommands: []
  68. CooldownMinutesToFailRevote: 10
  69. MinimumVotes: 1
  70. PercentToSucceed: 60
  71. IgnoreUnvotedPlayers: true
  72. IsConsoleCommand: false
  73. LastSuccessfulVote: 0
  74. LastFailedVote: 0
  75. day:
  76. Description: 'Set time to day'
  77. ArgumentCount: 0
  78. InsufficientArgumentsError: ''
  79. VoteStartText: '&A[%0] has started a vote to set the time to day! Type &6/vote yes &Aor &6/vote no &Ato vote'
  80. TimeoutSeconds: 60
  81. VoteOnCooldownText: '&CThe time has been set to day too recently!'
  82. VoteSuccessText: '&AVote succeeded! Time set to day'
  83. VoteSuccessCommandDelaySeconds: 0
  84. VoteSuccessCommands:
  85. - vote setvalue time 0
  86. CooldownMinutesToSuccessRevote: 10
  87. VoteFailText: '&AVote failed! Try again the next time night comes around.'
  88. VoteFailCommandDelaySeconds: 0
  89. VoteFailCommands: []
  90. CooldownMinutesToFailRevote: 10
  91. MinimumVotes: 1
  92. PercentToSucceed: 60
  93. IgnoreUnvotedPlayers: true
  94. IsConsoleCommand: false
  95. LastSuccessfulVote: 0
  96. LastFailedVote: 0
  97. rain:
  98. Description: 'Set weather to rain'
  99. ArgumentCount: 0
  100. InsufficientArgumentsError: ''
  101. VoteStartText: '&A[%0] has started a vote to set the weather to rain! type &6/vote yes &Aor &6/vote no &Ato vote'
  102. TimeoutSeconds: 60
  103. VoteOnCooldownText: '&CWeather has been set to rain too recently!'
  104. VoteSuccessText: '&AVote succeeded! It is now rainy.'
  105. VoteSuccessCommandDelaySeconds: 0
  106. VoteSuccessCommands:
  107. - vote setvalue rain
  108. CooldownMinutesToSuccessRevote: 5
  109. VoteFailText: '&AVote failed! Try again next time.'
  110. VoteFailCommandDelaySeconds: 0
  111. VoteFailCommands: []
  112. CooldownMinutesToFailRevote: 10
  113. MinimumVotes: 1
  114. PercentToSucceed: 60
  115. IgnoreUnvotedPlayers: true
  116. IsConsoleCommand: false
  117. LastSuccessfulVote: 0
  118. LastFailedVote: 0
  119. sun:
  120. Description: 'Set weather to sunny'
  121. ArgumentCount: 0
  122. InsufficientArgumentsError: ''
  123. VoteStartText: '&A[%0] has started a vote to set the weather to sunny! type &6/vote yes &Aor &6/vote no &Ato vote'
  124. TimeoutSeconds: 60
  125. VoteOnCooldownText: '&CWeather has been set to sunny too recently!'
  126. VoteSuccessText: '&AVote succeeded! It is now sunny.'
  127. VoteSuccessCommandDelaySeconds: 0
  128. VoteSuccessCommands:
  129. - vote setvalue sun
  130. CooldownMinutesToSuccessRevote: 5
  131. VoteFailText: '&AVote failed! Try again next time.'
  132. VoteFailCommandDelaySeconds: 0
  133. VoteFailCommands: []
  134. CooldownMinutesToFailRevote: 10
  135. MinimumVotes: 1
  136. PercentToSucceed: 60
  137. IgnoreUnvotedPlayers: true
  138. IsConsoleCommand: false
  139. LastSuccessfulVote: 0
  140. LastFailedVote: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement