Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vote:
- help:
- GeneralHelpNotFound: '&4No help list found.'
- VoteStartHelpNotFound: '&4No votes you can start found.'
- GeneralCommands:
- - '&6/vote yes &A- Vote yes on the active vote.'
- - '&6/vote no &A- Vote no on the active vote.'
- - '&6/vote [votename] &A- Start a new vote with the keyword. '
- - '&6/vote list &A- Display list of votes you can start.'
- - '&6/vote veto &A- Immediately cancel vote in progress.'
- - '&6/vote reload &A- Reload Vote plugin.'
- application:
- files:
- config:
- Version: '2.0'
- Version: '1.5.1_01'
- default:
- VoteEndSuccessText: '&AThe majority has voted yes.'
- NoVoteInProgress: '&4No vote is currently in progress!'
- PlayerUnbannable: '&A[%0] &4cannot be banned!'
- VoteAlreadyInProgress: '&4A vote is already active, please wait to start another vote.'
- VoteStartText: '&A[%0] has started a vote! Type &6/vote Yes &Aor &6/vote No &Ato vote.'
- VoteCanceled: '&AThe vote has been cancelled.'
- PlayerVoteCounted: '&AVote counted.'
- PlayerVoteStartNoPermission: '&4You do not have permission to start a vote.'
- PlayerNotFound: '&A[%0] &4cannot be found!'
- PlayerSetValueNoPermission: '&4You do not have permission to the setvalue command.'
- PlayerUnkickable: '&A[%0] &4cannot be kicked!'
- PlayerVoteChanged: '&AYou changed your vote.'
- VoteEndFailText: '&AThe majority has voted no.'
- PlayerVoteNoPermission: 'You do not have permission to vote.'
- PlayerAlreadyVoted: '&4You have already voted!'
- VoteYesCommands:
- - 'yes'
- - 'y'
- VoteNoCommands:
- - 'no'
- - 'n'
- VoteListCommands:
- - 'list'
- VoteHelpCommands:
- - 'help'
- VoteVetoCommands:
- - 'veto'
- ReloadCommands:
- - 'reload'
- VoteVetoNoPermission: '&4You do not have permission to veto!'
- ReloadNoPermission: '&4You do not have permission to reload!'
- VoteNotFound: '&4[%0] does not exist!'
- PlayerIPAlreadyVoted: '&4A player with your IP address has already voted!'
- CheckPlayerIPAddress: true
- votes:
- ban:
- Description: 'Ban a player'
- ArgumentCount: 1
- InsufficientArgumentsError: '&4Incorrect arguments! You need to do /Vote ban [PlayerName]'
- VoteStartText: '&A[%1] has started a vote to ban &4[%0]&A! Type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4A player has been banned too recently!'
- VoteSuccessText: '&AVote succeeded! &4[%0] &Ahas been banned'
- VoteSuccessCommandDelaySeconds: 3
- VoteSuccessCommands:
- - FINDPLAYER[%0]
- - VERIFYPLAYERONLINE [%0]
- - vote setvalue ban [%0]
- CooldownMinutesToSuccessRevote: 15
- VoteFailText: '&AVote to ban &4[%0] &Afailed!'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 0
- MinimumVotes: 1
- PercentToSucceed: 80
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: true
- LastSuccessfulVote: 0
- LastFailedVote: 0
- kick:
- Description: 'Kick player'
- ArgumentCount: 1
- InsufficientArgumentsError: '&4Incorrect arguments! You need to do /Vote kick [PlayerName]'
- VoteStartText: '&A[%1] has started a vote to kick &4[%0]&A! Type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4A player has been kicked too recently!'
- VoteSuccessText: '&AVote succeeded! &4[%0] &Ahas been kicked'
- VoteSuccessCommandDelaySeconds: 3
- VoteSuccessCommands:
- - FINDPLAYER[%0]
- - VERIFYPLAYERONLINE [%0]
- - vote setvalue kick [%0]
- CooldownMinutesToSuccessRevote: 1
- VoteFailText: '&AVote to kick &4[%0] &Afailed!'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 0
- MinimumVotes: 1
- PercentToSucceed: 70
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: true
- LastSuccessfulVote: 0
- LastFailedVote: 0
- restart:
- Description: 'Restart the server'
- ArgumentCount: 0
- InsufficientArgumentsError: ''
- VoteStartText: '&A[%0] has started a vote to restart the server! Type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4The server has been restarted recently. Please wait a bit before trying again.'
- VoteSuccessText: '&AVote succeeded! Restarting server in 60 seconds'
- VoteSuccessCommandDelaySeconds: 60
- VoteSuccessCommands:
- - kickall
- - save-all
- - stop
- CooldownMinutesToSuccessRevote: 120
- VoteFailText: '&AVote to kick &4[%0] &Afailed!'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 0
- MinimumVotes: 1
- PercentToSucceed: 60
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: true
- LastSuccessfulVote: 0
- LastFailedVote: 0
- night:
- Description: 'Set time to night'
- ArgumentCount: 0
- InsufficientArgumentsError: ''
- VoteStartText: '&A[%0] has started a vote to set the time to night! Type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4The time has been set to night too recently!'
- VoteSuccessText: '&AVote succeeded! Time set to night'
- VoteSuccessCommandDelaySeconds: 0
- VoteSuccessCommands:
- - vote setvalue time 13000
- CooldownMinutesToSuccessRevote: 10
- VoteFailText: '&AVote failed! Try again the next time day comes around.'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 15
- MinimumVotes: 1
- PercentToSucceed: 60
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: false
- LastSuccessfulVote: 0
- LastFailedVote: 0
- day:
- Description: 'Set time to day'
- ArgumentCount: 0
- InsufficientArgumentsError: ''
- VoteStartText: '&A[%0] has started a vote to set the time to day! Type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4The time has been set to day too recently!'
- VoteSuccessText: '&AVote succeeded! Time set to day'
- VoteSuccessCommandDelaySeconds: 0
- VoteSuccessCommands:
- - vote setvalue time 0
- CooldownMinutesToSuccessRevote: 10
- VoteFailText: '&AVote failed! Try again the next time night comes around.'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 15
- MinimumVotes: 1
- PercentToSucceed: 60
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: false
- LastSuccessfulVote: 0
- LastFailedVote: 0
- rain:
- Description: 'Set weather to rain'
- ArgumentCount: 0
- InsufficientArgumentsError: ''
- VoteStartText: '&A[%0] has started a vote to set the weather to rain! type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4Weather has been set to rain too recently!'
- VoteSuccessText: '&AVote succeeded! It is now rainy.'
- VoteSuccessCommandDelaySeconds: 0
- VoteSuccessCommands:
- - vote setvalue rain
- CooldownMinutesToSuccessRevote: 5
- VoteFailText: '&AVote failed! Try again next time.'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 10
- MinimumVotes: 1
- PercentToSucceed: 60
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: false
- LastSuccessfulVote: 0
- LastFailedVote: 0
- sun:
- Description: 'Set weather to sunny'
- ArgumentCount: 0
- InsufficientArgumentsError: ''
- VoteStartText: '&A[%0] has started a vote to set the weather to sunny! type &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4Weather has been set to sunny too recently!'
- VoteSuccessText: '&AVote succeeded! It is now sunny.'
- VoteSuccessCommandDelaySeconds: 0
- VoteSuccessCommands:
- - vote setvalue sun
- CooldownMinutesToSuccessRevote: 5
- VoteFailText: '&AVote failed! Try again next time.'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 10
- MinimumVotes: 1
- PercentToSucceed: 60
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: false
- LastSuccessfulVote: 0
- LastFailedVote: 0
- RemovePlugin:
- Description: 'Remove a Plugin'
- ArgumentCount: 2
- InsufficientArgumentsError: '&4Incorrect arguments! You need to do /Vote removeplugin [PluginName] [Reason]'
- VoteStartText: '&A[%2] has started a vote to remove &4[%0] &ABecause Its &4[%1]! &AType &6/vote yes &Aor &6/vote no &Ato vote'
- TimeoutSeconds: 60
- VoteOnCooldownText: '&4A plugin has been removed too recently!'
- VoteSuccessText: '&AVote succeeded! &4[%0] &Ahas been asked to be removed from &bPulsePvp'
- VoteSuccessCommandDelaySeconds: 3
- VoteSuccessCommands:
- - mail send killerdiablos321 Please Remove [%0] From PulsePvp because its [%1]
- CooldownMinutesToSuccessRevote: 15
- VoteFailText: '&AVote to remove &4[%0] &Afailed!'
- VoteFailCommandDelaySeconds: 0
- VoteFailCommands: []
- CooldownMinutesToFailRevote: 0
- MinimumVotes: 1
- PercentToSucceed: 80
- IgnoreUnvotedPlayers: true
- IsConsoleCommand: true
- LastSuccessfulVote: 0
- LastFailedVote: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement