本帖最后由 1582952890 于 2017-9-17 11:06 编辑
PvPTime - 战斗时刻
来吧!决斗的时刻到了!准备迎接我的挑战吧!
插件简单概括
此插件可以让你的服务器只有在规定的时间段内才可以进行PVP
特别注意的事项
这个插件需要在服务器配置文件(server.properties)将pvp设置为true
同时也要保证没有其它的插件禁止PVP,如果禁止了PVP,此插件则无效!
PS:话说这插件如果和领地pvp保护在一起,谁的优先级更高呢?大家可以测试一下然后@我
插件使用方法
1.关闭服务器,将下载好的插件丢进插件文件夹内,
2.启动服务器,让插件自动生成一个PvPTime的文件夹
3.在PvPTime里修改config配置文件。
权限与指令
pvptime.override --- 拥有此权限可以不受到时间的限制,随时PVP pvptime.reload --- 重新加载插件的权限 /pvptime reload pvptime.info --- Permission for /pvptime info pvptime.info.technical --- Permission to get technical info in /pvptime info pvptime.nopvp --- 如果你想让某个玩家或玩家组无论在什么时候都不准PVP的话 就添加这个 pvptime.worldchangemsg --- Show pvp state when player change world
PS:0.0 别怪我!英语渣! 没有翻译的那几条 实在不知道是在说什么 大家自行补脑吧。 英语好的翻译过来请@我,感激不尽!
|
插件config文件
- world:
- # name of the world.
- world:
- # should we force pvp on if it's disabled in the world config?
- forcePvP: false
- # Should we enable PvPTime for this world?
- enabled: true
- # When do you want the PvP action to start?
- start:
- #: Time goes from 0-24000. Sun goes up at about 0 and goes down at 12000
- time: 13000
- msg:
- text: "&4It's night and PvP is turned on"
- # Should we broadcast the pvp starting time?
- broadcast: true
- cmd: '' # Any command to execute when pvp turns on, like: difficulty normal
- changeWorldMsg:
- enabled: true # Set to "true" if you like to send a message when player change world
- text: '&cWatch out! PvP is on!' # Message to send
- sound:
- enabled: false # Set to "true" if you like to play sounds when pvptime toggle
- name: NOTE_PLING # Sound Name
- volume: 10
- pitch: 1
- # Override let's you give some players permission to do pvp damage even outside pvp hours and permission to block pvp damage in night time.
- override: false
- # When do you want the pvp action to end.
- end:
- time: 1000
- msg:
- text: "&aIt's daytime and PvP is turned off"
- broadcast: true
- cmd: '' # Any command to execute when pvp turns off, like: difficulty peaceful
- changeWorldMsg:
- enabled: true
- text: '&aHey, PvP is off!'
- sound:
- enabled: false
- name: ENDERDRAGON_GROWL
- volume: 10
- pitch: 1
- antiFirePvP:
- enabled: false # AntiFirePvP disables place fire or lava dealing damage of players in daytime, for enable this function, make this option true
- msg: "&cIt's day time, you can't place lava or fire" # Message to send when player place lava or fire
- smart: false # For disable placing of lava or fire if the block location is the same of another player
复制代码
|
插件下载

第一次搬运插件,轻喷,若有不到位之处 还望指出!上面如果有什么说错了的地方 或是没说到的地方,请@我!
第一次搬运插件 不回复的没有小JJ。