本帖最后由 1582952890 于 2017-9-17 09:27 编辑
本人第一次发帖,如果违规,请谅解。
本次为大家带来的是附带X种功能的投票插件
玩家可以通过投票改变
天气 早晚 雨天 晴天 kick玩家 Ban玩家 和 重启服务器
您不比担心玩家会乱发起投票,发起投票是需要权限滴
1.6.2的下载地址 http://addons.cursecdn.com/files/715/947/Vote.jar (英文版)
1.7.4的下载地址http://addons.cursecdn.com/files/786/458/Vote.jar (英文版)
1.7.2的下载地址http://addons.cursecdn.com/files/757/557/Vote.jar(英文版)
指令:
/vote yes /y
/vote no/n
/vote [4种天气变量] 或者 /vote [2种变量] [玩家] 发起投票
/vote reload 重载投票插件
4种天气变量分别为:sun night rain morning day 这四个英文意思就不用解释了吧~
2种变量分别为: kick ban T出玩家/Ban玩家
1种变量为:restart 投票重启服务器
权限:
vote.startvote [votename] 玩家发起重启投票等权限
vote.setvalue 玩家发起改变天气的权限
vote.unbannable 玩家发起ban某个玩家投票的权限
vote.unkickable 玩家发起kick某个玩家投票的权限
vote.veto 玩家取消邮票
vote.reload 重载投票插件
本人认为有用的权限暂时就是这些,更多权限
http://dev.bukkit.org/bukkit-plugins/vote/
求金币,求人气,求金粒!
最后一点,听说图无法显示,不知道怎么弄好,所以没图。
还有汉化文本我就贡献出来把!(汉化了百分之九十)
vote:
help:
GeneralHelpNotFound: '&CNo help list found.'
VoteStartHelpNotFound: '&CNo votes you can start found.'
GeneralCommands:
- '&6/vote yes &A- 同意/确定当前的投票'
- '&6/vote no &A- 否定/反对当前的投票'
- '&6/vote [votename] &A- 开启新一轮投票. '
- '&6/vote list &A- 查看有被投票过的玩家.'
- '&6/vote veto &c- 中文翻译汉化失败.'
- '&6/vote reload &A- 重置插件.'
application:
files:
config:
Version: '2.0'
Version: '1.6.1_01'
default:
VoteEndSuccessText: '&AThe majority has voted yes.'
NoVoteInProgress: '&C暂时没有投票可以给你投!'
PlayerUnbannable: '&A[%0] &b 不可以被Ban!'
VoteAlreadyInProgress: '&CA vote is already active, please wait to start another vote.'
VoteStartText: '&A[%0] 已经发起一个投票! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
VoteCanceled: '&AThe vote has been canceled.'
PlayerVoteCounted: '&AVote counted.'
PlayerVoteStartNoPermission: '&CYou do not have permission to start a vote.'
PlayerNotFound: '&A[%0] &Ccannot be found!'
PlayerSetValueNoPermission: '&CYou do not have permission to the setvalue command.'
PlayerUnkickable: '&A[%0] &c投票插件之T出该玩家失败!'
PlayerVoteChanged: '&A你改变了你的投票方.'
VoteEndFailText: '&AThe majority has voted no.'
PlayerVoteNoPermission: '你没有权限这样子做.'
PlayerAlreadyVoted: '&目前正在投票!'
VoteYesCommands:
- 'yes'
- 'y'
VoteNoCommands:
- 'no'
- 'n'
VoteListCommands:
- 'list'
VoteHelpCommands:
- 'help'
VoteVetoCommands:
- 'veto'
ReloadCommands:
- 'reload'
VoteVetoNoPermission: '&c你没有权限去发起投票!'
ReloadNoPermission: '&C你没有权限去重载这个插件'
VoteNotFound: '&C[%0] 木有通过!'
PlayerIPAlreadyVoted: '&C有一个玩家已经跟你发起了同一个投票'
CheckPlayerIPAddress: true
votes:
ban:
Description: 'Ban a player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! &e请稍候尝试.'
VoteStartText: '&A[%1] 发起投票永久T出玩家&C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been banned too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被永久T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue ban [%0]
CooldownMinutesToSuccessRevote: 15
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被永久T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 80
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
kick:
Description: 'Kick player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote kick PlayerName where PlayerName is the players name'
VoteStartText: '&A[%1] 发起投票T出玩家 &C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been kicked too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue kick [%0]
CooldownMinutesToSuccessRevote: 1
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 70
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
restart:
Description: 'Restart the server'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票重启服务器! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CThe server has been restarted recently. Please wait a bit before trying again.'
VoteSuccessText: '&A投票通过!服务器将在60秒内重启'
VoteSuccessCommandDelaySeconds: 60
VoteSuccessCommands:
- kickall
- save-all
- stop
CooldownMinutesToSuccessRevote: 120
VoteFailText: '&AVote to kick &C[%0] &Afailed!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
night:
Description: 'Set time to night'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票把时间变成晚上! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&投票通过!现在服务器将时间设置为晚上'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 13000
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把时间变成白天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将时间设置为白天'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 0
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把天气变成雨天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为雨天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue rain
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&A投票未通过!现在服务器接下来还是晴天.'
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] 发起投票把天气变成晴天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为晴天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue sun
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&投票未通过!现在服务器接下来还是雨天.'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 10
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: false
LastSuccessfulVote: 0
LastFailedVote: 0
好辛苦呀。。。求人气,求金粒,求回帖
本人第一次发帖,如果违规,请谅解。
本次为大家带来的是附带X种功能的投票插件
玩家可以通过投票改变
天气 早晚 雨天 晴天 kick玩家 Ban玩家 和 重启服务器
您不比担心玩家会乱发起投票,发起投票是需要权限滴
1.6.2的下载地址 http://addons.cursecdn.com/files/715/947/Vote.jar (英文版)
1.7.4的下载地址http://addons.cursecdn.com/files/786/458/Vote.jar (英文版)
1.7.2的下载地址http://addons.cursecdn.com/files/757/557/Vote.jar(英文版)
指令:
/vote yes /y
/vote no/n
/vote [4种天气变量] 或者 /vote [2种变量][玩家] 发起投票
/vote reload 重载投票插件
4种天气变量分别为:sun night rain morning day 这四个英文意思就不用解释了吧~
2种变量分别为: kick ban T出玩家/Ban玩家
1种变量为:restart投票重启服务器
权限:
vote.startvote [votename] 玩家发起重启投票等权限
vote.setvalue 玩家发起改变天气的权限
vote.unbannable 玩家发起ban某个玩家投票的权限
vote.unkickable 玩家发起kick某个玩家投票的权限
vote.veto 玩家取消邮票
vote.reload 重载投票插件
本人认为有用的权限暂时就是这些,更多权限
http://dev.bukkit.org/bukkit-plugins/vote/
求金币,求人气,求金粒!
最后一点,听说图无法显示,不知道怎么弄好,所以没图。
还有汉化文本我就贡献出来把!(汉化了百分之九十)
vote:
help:
GeneralHelpNotFound: '&CNo help list found.'
VoteStartHelpNotFound: '&CNo votes you can start found.'
GeneralCommands:
- '&6/vote yes &A- 同意/确定当前的投票'
- '&6/vote no &A- 否定/反对当前的投票'
- '&6/vote [votename] &A- 开启新一轮投票. '
- '&6/vote list &A- 查看有被投票过的玩家.'
- '&6/vote veto &c- 中文翻译汉化失败.'
- '&6/vote reload &A- 重置插件.'
application:
files:
config:
Version: '2.0'
Version: '1.6.1_01'
default:
VoteEndSuccessText: '&AThe majority has voted yes.'
NoVoteInProgress: '&C暂时没有投票可以给你投!'
PlayerUnbannable: '&A[%0] &b 不可以被Ban!'
VoteAlreadyInProgress: '&CA vote is already active, please wait to start another vote.'
VoteStartText: '&A[%0] 已经发起一个投票! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
VoteCanceled: '&AThe vote has been canceled.'
PlayerVoteCounted: '&AVote counted.'
PlayerVoteStartNoPermission: '&CYou do not have permission to start a vote.'
PlayerNotFound: '&A[%0] &Ccannot be found!'
PlayerSetValueNoPermission: '&CYou do not have permission to the setvalue command.'
PlayerUnkickable: '&A[%0] &c投票插件之T出该玩家失败!'
PlayerVoteChanged: '&A你改变了你的投票方.'
VoteEndFailText: '&AThe majority has voted no.'
PlayerVoteNoPermission: '你没有权限这样子做.'
PlayerAlreadyVoted: '&目前正在投票!'
VoteYesCommands:
- 'yes'
- 'y'
VoteNoCommands:
- 'no'
- 'n'
VoteListCommands:
- 'list'
VoteHelpCommands:
- 'help'
VoteVetoCommands:
- 'veto'
ReloadCommands:
- 'reload'
VoteVetoNoPermission: '&c你没有权限去发起投票!'
ReloadNoPermission: '&C你没有权限去重载这个插件'
VoteNotFound: '&C[%0] 木有通过!'
PlayerIPAlreadyVoted: '&C有一个玩家已经跟你发起了同一个投票'
CheckPlayerIPAddress: true
votes:
ban:
Description: 'Ban a player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! &e请稍候尝试.'
VoteStartText: '&A[%1] 发起投票永久T出玩家&C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been banned too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被永久T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue ban [%0]
CooldownMinutesToSuccessRevote: 15
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被永久T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 80
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
kick:
Description: 'Kick player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote kick PlayerName where PlayerName is the players name'
VoteStartText: '&A[%1] 发起投票T出玩家 &C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been kicked too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue kick [%0]
CooldownMinutesToSuccessRevote: 1
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 70
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
restart:
Description: 'Restart the server'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票重启服务器! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CThe server has been restarted recently. Please wait a bit before trying again.'
VoteSuccessText: '&A投票通过!服务器将在60秒内重启'
VoteSuccessCommandDelaySeconds: 60
VoteSuccessCommands:
- kickall
- save-all
- stop
CooldownMinutesToSuccessRevote: 120
VoteFailText: '&AVote to kick &C[%0] &Afailed!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
night:
Description: 'Set time to night'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票把时间变成晚上! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&投票通过!现在服务器将时间设置为晚上'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 13000
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把时间变成白天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将时间设置为白天'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 0
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把天气变成雨天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为雨天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue rain
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&A投票未通过!现在服务器接下来还是晴天.'
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] 发起投票把天气变成晴天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为晴天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue sun
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&投票未通过!现在服务器接下来还是雨天.'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 10
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: false
LastSuccessfulVote: 0
LastFailedVote: 0
好辛苦呀。。。求人气,求金粒,求回帖
本人第一次发帖,如果违规,请谅解。
本次为大家带来的是附带X种功能的投票插件
玩家可以通过投票改变
天气 早晚 雨天 晴天 kick玩家 Ban玩家 和 重启服务器
您不比担心玩家会乱发起投票,发起投票是需要权限滴
1.6.2的下载地址 http://addons.cursecdn.com/files/715/947/Vote.jar (英文版)
1.7.4的下载地址http://addons.cursecdn.com/files/786/458/Vote.jar (英文版)
1.7.2的下载地址http://addons.cursecdn.com/files/757/557/Vote.jar(英文版)
指令:
/vote yes /y
/vote no/n
/vote [4种天气变量] 或者 /vote [2种变量] [玩家] 发起投票
/vote reload 重载投票插件
4种天气变量分别为:sun night rain morning day 这四个英文意思就不用解释了吧~
2种变量分别为: kick ban T出玩家/Ban玩家
1种变量为:restart 投票重启服务器
权限:
vote.startvote [votename] 玩家发起重启投票等权限
vote.setvalue 玩家发起改变天气的权限
vote.unbannable 玩家发起ban某个玩家投票的权限
vote.unkickable 玩家发起kick某个玩家投票的权限
vote.veto 玩家取消邮票
vote.reload 重载投票插件
本人认为有用的权限暂时就是这些,更多权限
http://dev.bukkit.org/bukkit-plugins/vote/
求金币,求人气,求金粒!
最后一点,听说图无法显示,不知道怎么弄好,所以没图。
还有汉化文本我就贡献出来把!(汉化了百分之九十)
vote:
help:
GeneralHelpNotFound: '&CNo help list found.'
VoteStartHelpNotFound: '&CNo votes you can start found.'
GeneralCommands:
- '&6/vote yes &A- 同意/确定当前的投票'
- '&6/vote no &A- 否定/反对当前的投票'
- '&6/vote [votename] &A- 开启新一轮投票. '
- '&6/vote list &A- 查看有被投票过的玩家.'
- '&6/vote veto &c- 中文翻译汉化失败.'
- '&6/vote reload &A- 重置插件.'
application:
files:
config:
Version: '2.0'
Version: '1.6.1_01'
default:
VoteEndSuccessText: '&AThe majority has voted yes.'
NoVoteInProgress: '&C暂时没有投票可以给你投!'
PlayerUnbannable: '&A[%0] &b 不可以被Ban!'
VoteAlreadyInProgress: '&CA vote is already active, please wait to start another vote.'
VoteStartText: '&A[%0] 已经发起一个投票! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
VoteCanceled: '&AThe vote has been canceled.'
PlayerVoteCounted: '&AVote counted.'
PlayerVoteStartNoPermission: '&CYou do not have permission to start a vote.'
PlayerNotFound: '&A[%0] &Ccannot be found!'
PlayerSetValueNoPermission: '&CYou do not have permission to the setvalue command.'
PlayerUnkickable: '&A[%0] &c投票插件之T出该玩家失败!'
PlayerVoteChanged: '&A你改变了你的投票方.'
VoteEndFailText: '&AThe majority has voted no.'
PlayerVoteNoPermission: '你没有权限这样子做.'
PlayerAlreadyVoted: '&目前正在投票!'
VoteYesCommands:
- 'yes'
- 'y'
VoteNoCommands:
- 'no'
- 'n'
VoteListCommands:
- 'list'
VoteHelpCommands:
- 'help'
VoteVetoCommands:
- 'veto'
ReloadCommands:
- 'reload'
VoteVetoNoPermission: '&c你没有权限去发起投票!'
ReloadNoPermission: '&C你没有权限去重载这个插件'
VoteNotFound: '&C[%0] 木有通过!'
PlayerIPAlreadyVoted: '&C有一个玩家已经跟你发起了同一个投票'
CheckPlayerIPAddress: true
votes:
ban:
Description: 'Ban a player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! &e请稍候尝试.'
VoteStartText: '&A[%1] 发起投票永久T出玩家&C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been banned too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被永久T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue ban [%0]
CooldownMinutesToSuccessRevote: 15
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被永久T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 80
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
kick:
Description: 'Kick player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote kick PlayerName where PlayerName is the players name'
VoteStartText: '&A[%1] 发起投票T出玩家 &C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been kicked too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue kick [%0]
CooldownMinutesToSuccessRevote: 1
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 70
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
restart:
Description: 'Restart the server'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票重启服务器! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CThe server has been restarted recently. Please wait a bit before trying again.'
VoteSuccessText: '&A投票通过!服务器将在60秒内重启'
VoteSuccessCommandDelaySeconds: 60
VoteSuccessCommands:
- kickall
- save-all
- stop
CooldownMinutesToSuccessRevote: 120
VoteFailText: '&AVote to kick &C[%0] &Afailed!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
night:
Description: 'Set time to night'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票把时间变成晚上! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&投票通过!现在服务器将时间设置为晚上'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 13000
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把时间变成白天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将时间设置为白天'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 0
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把天气变成雨天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为雨天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue rain
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&A投票未通过!现在服务器接下来还是晴天.'
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] 发起投票把天气变成晴天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为晴天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue sun
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&投票未通过!现在服务器接下来还是雨天.'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 10
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: false
LastSuccessfulVote: 0
LastFailedVote: 0
好辛苦呀。。。求人气,求金粒,求回帖
2021.12 数据,可能有更多内容
本人第一次发帖,如果违规,请谅解。
本次为大家带来的是附带X种功能的投票插件
玩家可以通过投票改变
天气 早晚 雨天 晴天 kick玩家 Ban玩家 和 重启服务器
您不比担心玩家会乱发起投票,发起投票是需要权限滴
1.6.2的下载地址 http://addons.cursecdn.com/files/715/947/Vote.jar (英文版)
1.7.4的下载地址http://addons.cursecdn.com/files/786/458/Vote.jar (英文版)
1.7.2的下载地址http://addons.cursecdn.com/files/757/557/Vote.jar(英文版)
指令:
/vote yes /y
/vote no/n
/vote [4种天气变量] 或者 /vote [2种变量][玩家] 发起投票
/vote reload 重载投票插件
4种天气变量分别为:sun night rain morning day 这四个英文意思就不用解释了吧~
2种变量分别为: kick ban T出玩家/Ban玩家
1种变量为:restart投票重启服务器
权限:
vote.startvote [votename] 玩家发起重启投票等权限
vote.setvalue 玩家发起改变天气的权限
vote.unbannable 玩家发起ban某个玩家投票的权限
vote.unkickable 玩家发起kick某个玩家投票的权限
vote.veto 玩家取消邮票
vote.reload 重载投票插件
本人认为有用的权限暂时就是这些,更多权限
http://dev.bukkit.org/bukkit-plugins/vote/
求金币,求人气,求金粒!
最后一点,听说图无法显示,不知道怎么弄好,所以没图。
还有汉化文本我就贡献出来把!(汉化了百分之九十)
vote:
help:
GeneralHelpNotFound: '&CNo help list found.'
VoteStartHelpNotFound: '&CNo votes you can start found.'
GeneralCommands:
- '&6/vote yes &A- 同意/确定当前的投票'
- '&6/vote no &A- 否定/反对当前的投票'
- '&6/vote [votename] &A- 开启新一轮投票. '
- '&6/vote list &A- 查看有被投票过的玩家.'
- '&6/vote veto &c- 中文翻译汉化失败.'
- '&6/vote reload &A- 重置插件.'
application:
files:
config:
Version: '2.0'
Version: '1.6.1_01'
default:
VoteEndSuccessText: '&AThe majority has voted yes.'
NoVoteInProgress: '&C暂时没有投票可以给你投!'
PlayerUnbannable: '&A[%0] &b 不可以被Ban!'
VoteAlreadyInProgress: '&CA vote is already active, please wait to start another vote.'
VoteStartText: '&A[%0] 已经发起一个投票! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
VoteCanceled: '&AThe vote has been canceled.'
PlayerVoteCounted: '&AVote counted.'
PlayerVoteStartNoPermission: '&CYou do not have permission to start a vote.'
PlayerNotFound: '&A[%0] &Ccannot be found!'
PlayerSetValueNoPermission: '&CYou do not have permission to the setvalue command.'
PlayerUnkickable: '&A[%0] &c投票插件之T出该玩家失败!'
PlayerVoteChanged: '&A你改变了你的投票方.'
VoteEndFailText: '&AThe majority has voted no.'
PlayerVoteNoPermission: '你没有权限这样子做.'
PlayerAlreadyVoted: '&目前正在投票!'
VoteYesCommands:
- 'yes'
- 'y'
VoteNoCommands:
- 'no'
- 'n'
VoteListCommands:
- 'list'
VoteHelpCommands:
- 'help'
VoteVetoCommands:
- 'veto'
ReloadCommands:
- 'reload'
VoteVetoNoPermission: '&c你没有权限去发起投票!'
ReloadNoPermission: '&C你没有权限去重载这个插件'
VoteNotFound: '&C[%0] 木有通过!'
PlayerIPAlreadyVoted: '&C有一个玩家已经跟你发起了同一个投票'
CheckPlayerIPAddress: true
votes:
ban:
Description: 'Ban a player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! &e请稍候尝试.'
VoteStartText: '&A[%1] 发起投票永久T出玩家&C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been banned too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被永久T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue ban [%0]
CooldownMinutesToSuccessRevote: 15
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被永久T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 80
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
kick:
Description: 'Kick player'
ArgumentCount: 1
InsufficientArgumentsError: '&CIncorrect arguments! You need to do /Vote kick PlayerName where PlayerName is the players name'
VoteStartText: '&A[%1] 发起投票T出玩家 &C[%0]&A! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CA player has been kicked too recently!'
VoteSuccessText: '&A投票通过! &C[%0] &A已被T出了服务器'
VoteSuccessCommandDelaySeconds: 3
VoteSuccessCommands:
- FINDPLAYER[%0]
- VERIFYPLAYERONLINE [%0]
- vote setvalue kick [%0]
CooldownMinutesToSuccessRevote: 1
VoteFailText: '&A投票未通过玩家 &C[%0] &A无法被T出!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 70
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
restart:
Description: 'Restart the server'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票重启服务器! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&CThe server has been restarted recently. Please wait a bit before trying again.'
VoteSuccessText: '&A投票通过!服务器将在60秒内重启'
VoteSuccessCommandDelaySeconds: 60
VoteSuccessCommands:
- kickall
- save-all
- stop
CooldownMinutesToSuccessRevote: 120
VoteFailText: '&AVote to kick &C[%0] &Afailed!'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 30
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: true
LastSuccessfulVote: 0
LastFailedVote: 0
night:
Description: 'Set time to night'
ArgumentCount: 0
InsufficientArgumentsError: ''
VoteStartText: '&A[%0] 发起投票把时间变成晚上! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&投票通过!现在服务器将时间设置为晚上'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 13000
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把时间变成白天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将时间设置为白天'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue time 0
CooldownMinutesToSuccessRevote: 10
VoteFailText: '&A投票未通过!接下来还是目前时间状态.'
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] 发起投票把天气变成雨天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为雨天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue rain
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&A投票未通过!现在服务器接下来还是晴天.'
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] 发起投票把天气变成晴天! &e玩家可以通过快捷菜单来投票选择同意或者不同意.'
TimeoutSeconds: 60
VoteOnCooldownText: '&C投票已经发起,稍后尝试发起下一轮投票'
VoteSuccessText: '&A投票通过!现在服务器将天气设置为晴天.'
VoteSuccessCommandDelaySeconds: 0
VoteSuccessCommands:
- vote setvalue sun
CooldownMinutesToSuccessRevote: 5
VoteFailText: '&投票未通过!现在服务器接下来还是雨天.'
VoteFailCommandDelaySeconds: 0
VoteFailCommands: []
CooldownMinutesToFailRevote: 10
MinimumVotes: 1
PercentToSucceed: 60
IgnoreUnvotedPlayers: true
IsConsoleCommand: false
LastSuccessfulVote: 0
LastFailedVote: 0
好辛苦呀。。。求人气,求金粒,求回帖
可以投票改时间挺不错
哦,赞一个
我收走了
我收走了
302772358 发表于 2014-4-26 18:49
哦,赞一个
我收走了
给下评分好吗? 我想赶紧升级 为服务器发帖呢~
蓝天官方 发表于 2014-4-26 18:50
给下评分好吗? 我想赶紧升级 为服务器发帖呢~
哈?金粒没用吧.....
302772358 发表于 2014-4-26 18:51
哈?金粒没用吧.....
不清楚哦!
好强大的插件啊
还是很有意思的··
帖子别沉呀!!!!
投票ban玩家...
要是有人恶意投票怎么办
要是有人恶意投票怎么办
lixiaoyuan09 发表于 2014-5-1 13:38
投票ban玩家...
要是有人恶意投票怎么办 ...
您好,玩家需要对应的权限才可以发起投票的~
有木有1.6.4的{:10_522:}
davidket2 发表于 2014-5-9 11:41
有木有1.6.4的
您好,原帖好像有的 经过测试 1.6.2 的可以用在 1.6.4 那
好东西,再也不用找OP重启服务器了
蓝天官方 发表于 2014-5-9 21:13
**** 作者被禁止或删除 内容自动屏蔽 ****
喔,不错,插件收下喽~~~
我发现一个问题,要是他们都同意OPban掉,会不会OP也会被ban
不错~不错~我收走了
非常好的插件啊
z905285909 发表于 2014-5-11 18:26
我发现一个问题,要是他们都同意OPban掉,会不会OP也会被ban
你好,貌似不去掉op是不能ban的
骷髅大银 发表于 2014-10-17 17:09
你好,貌似不去掉op是不能ban的
哦。多谢回复
投票ban提示这个
Incorrect argument !You need to do /vote ban Playername where Playername is the players name
你他喵简直逆天Orz!
这插件我早就在dev.bukkit.org上看到了,就等人来转载呢!{:10_532:}
自从来了MCBBS 只为升到LV6 ,这那时候我看一个帖子我就回复一次!!
不错哦 有了这款插件可以撒手不管了...
这么好的插件为什么没有1.6.4。。。。。。
这真是个好插件!!!
我发起t人投票,投票通过了还是t不出去人
多找几个人乱投票把所有人都ban了 XD
不错不错、又一款民众插件!支持下!
这个插件真的好棒!同时谢谢作者大大的分享!
希望把增加一个temban指令。
不错的插件,支持了