Advertisement
Guest User

Config

a guest
May 18th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 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.4.6_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. ban:
  54. Description: 'Ban a player'
  55. ArgumentCount: 1
  56. InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote ban PlayerName where PlayerName is the players name'
  57. VoteStartText: '&A[%1] has started a vote to ban &C[%0]&A! Type &6/vote yes &Aor &6/vote no &Ato vote'
  58. TimeoutSeconds: 60
  59. VoteOnCooldownText: '&CA player has been banned too recently!'
  60. VoteSuccessText: '&AVote succeeded! &C[%0] &Ahas been banned'
  61. VoteSuccessCommandDelaySeconds: 3
  62. VoteSuccessCommands:
  63. - FINDPLAYER[%0]
  64. - VERIFYPLAYERONLINE [%0]
  65. - vote setvalue ban [%0]
  66. CooldownMinutesToSuccessRevote: 15
  67. VoteFailText: '&AVote to ban &C[%0] &Afailed!'
  68. VoteFailCommandDelaySeconds: 0
  69. VoteFailCommands: []
  70. CooldownMinutesToFailRevote: 30
  71. MinimumVotes: 1
  72. PercentToSucceed: 80
  73. IgnoreUnvotedPlayers: true
  74. IsConsoleCommand: true
  75. LastSuccessfulVote: 0
  76. LastFailedVote: 0
  77. kick:
  78. Description: 'Kick player'
  79. ArgumentCount: 1
  80. InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote kick PlayerName where PlayerName is the players name'
  81. VoteStartText: '&A[%1] has started a vote to kick &C[%0]&A! Type &6/vote yes &Aor &6/vote no &Ato vote'
  82. TimeoutSeconds: 60
  83. VoteOnCooldownText: '&CA player has been kicked too recently!'
  84. VoteSuccessText: '&AVote succeeded! &C[%0] &Ahas been kicked'
  85. VoteSuccessCommandDelaySeconds: 3
  86. VoteSuccessCommands:
  87. - FINDPLAYER[%0]
  88. - VERIFYPLAYERONLINE [%0]
  89. - vote setvalue kick [%0]
  90. CooldownMinutesToSuccessRevote: 1
  91. VoteFailText: '&AVote to kick &C[%0] &Afailed!'
  92. VoteFailCommandDelaySeconds: 0
  93. VoteFailCommands: []
  94. CooldownMinutesToFailRevote: 30
  95. MinimumVotes: 1
  96. PercentToSucceed: 70
  97. IgnoreUnvotedPlayers: true
  98. IsConsoleCommand: true
  99. LastSuccessfulVote: 0
  100. LastFailedVote: 0
  101. restart:
  102. Description: 'Restart the server'
  103. ArgumentCount: 0
  104. InsufficientArgumentsError: ''
  105. VoteStartText: '&A[%0] has started a vote to restart the server! Type &6/vote yes &Aor &6/vote no &Ato vote'
  106. TimeoutSeconds: 60
  107. VoteOnCooldownText: '&CThe server has been restarted recently. Please wait a bit before trying again.'
  108. VoteSuccessText: '&AVote succeeded! Restarting server in 60 seconds'
  109. VoteSuccessCommandDelaySeconds: 60
  110. VoteSuccessCommands:
  111. - kickall
  112. - save-all
  113. - stop
  114. CooldownMinutesToSuccessRevote: 120
  115. VoteFailText: '&AVote to kick &C[%0] &Afailed!'
  116. VoteFailCommandDelaySeconds: 0
  117. VoteFailCommands: []
  118. CooldownMinutesToFailRevote: 30
  119. MinimumVotes: 1
  120. PercentToSucceed: 60
  121. IgnoreUnvotedPlayers: true
  122. IsConsoleCommand: true
  123. LastSuccessfulVote: 0
  124. LastFailedVote: 0
  125. night:
  126. Description: 'Set time to night'
  127. ArgumentCount: 0
  128. InsufficientArgumentsError: ''
  129. VoteStartText: '&A[%0] has started a vote to set the time to night! Type &6/vote yes &Aor &6/vote no &Ato vote'
  130. TimeoutSeconds: 60
  131. VoteOnCooldownText: '&CThe time has been set to night too recently!'
  132. VoteSuccessText: '&AVote succeeded! Time set to night!'
  133. VoteSuccessCommandDelaySeconds: 0
  134. VoteSuccessCommands:
  135. - vote setvalue time 13000
  136. CooldownMinutesToSuccessRevote: 10
  137. VoteFailText: '&AVote failed! Try again the next time day comes around.'
  138. VoteFailCommandDelaySeconds: 0
  139. VoteFailCommands: []
  140. CooldownMinutesToFailRevote: 15
  141. MinimumVotes: 1
  142. PercentToSucceed: 60
  143. IgnoreUnvotedPlayers: true
  144. IsConsoleCommand: false
  145. LastSuccessfulVote: 0
  146. LastFailedVote: 0
  147. day:
  148. Description: 'Set time to day'
  149. ArgumentCount: 0
  150. InsufficientArgumentsError: ''
  151. VoteStartText: '&A[%0] has started a vote to set the time to day! Type &6/vote yes &Aor &6/vote no &Ato vote'
  152. TimeoutSeconds: 60
  153. VoteOnCooldownText: '&CThe time has been set to day too recently!'
  154. VoteSuccessText: '&AVote succeeded! Time set to day'
  155. VoteSuccessCommandDelaySeconds: 0
  156. VoteSuccessCommands:
  157. - vote setvalue time 0
  158. CooldownMinutesToSuccessRevote: 10
  159. VoteFailText: '&AVote failed! Try again the next time night comes around.'
  160. VoteFailCommandDelaySeconds: 0
  161. VoteFailCommands: []
  162. CooldownMinutesToFailRevote: 15
  163. MinimumVotes: 1
  164. PercentToSucceed: 60
  165. IgnoreUnvotedPlayers: true
  166. IsConsoleCommand: false
  167. LastSuccessfulVote: 0
  168. LastFailedVote: 0
  169. rain:
  170. Description: 'Set weather to rain'
  171. ArgumentCount: 0
  172. InsufficientArgumentsError: ''
  173. VoteStartText: '&A[%0] has started a vote to set the weather to rain! type &6/vote yes &Aor &6/vote no &Ato vote'
  174. TimeoutSeconds: 60
  175. VoteOnCooldownText: '&CWeather has been set to rain too recently!'
  176. VoteSuccessText: '&AVote succeeded! It is now rainy.'
  177. VoteSuccessCommandDelaySeconds: 0
  178. VoteSuccessCommands:
  179. - vote setvalue rain
  180. CooldownMinutesToSuccessRevote: 5
  181. VoteFailText: '&AVote failed! Try again next time.'
  182. VoteFailCommandDelaySeconds: 0
  183. VoteFailCommands: []
  184. CooldownMinutesToFailRevote: 10
  185. MinimumVotes: 1
  186. PercentToSucceed: 60
  187. IgnoreUnvotedPlayers: true
  188. IsConsoleCommand: false
  189. LastSuccessfulVote: 0
  190. LastFailedVote: 0
  191. sun:
  192. Description: 'Set weather to sunny'
  193. ArgumentCount: 0
  194. InsufficientArgumentsError: ''
  195. VoteStartText: '&A[%0] has started a vote to set the weather to sunny! type &6/vote yes &Aor &6/vote no &Ato vote'
  196. TimeoutSeconds: 60
  197. VoteOnCooldownText: '&CWeather has been set to sunny too recently!'
  198. VoteSuccessText: '&AVote succeeded! It is now sunny.'
  199. VoteSuccessCommandDelaySeconds: 0
  200. VoteSuccessCommands:
  201. - vote setvalue sun
  202. CooldownMinutesToSuccessRevote: 5
  203. VoteFailText: '&AVote failed! Try again next time.'
  204. VoteFailCommandDelaySeconds: 0
  205. VoteFailCommands: []
  206. CooldownMinutesToFailRevote: 10
  207. MinimumVotes: 1
  208. PercentToSucceed: 60
  209. IgnoreUnvotedPlayers: true
  210. IsConsoleCommand: false
  211. LastSuccessfulVote: 0
  212. LastFailedVote: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement