- 支持核心:
- Spigot
- 支持版本:
- 1.7
- 1.8
- 1.9
- 1.10
FirstJoinCommands 介绍
FirstJoinCommands 功能
FirstJoinCommands 配置
- 第一次加入执行命令
- 玩家被杀死后执行命令
- 玩家死亡后执行命令
- 玩家/OP进入/离开服务器执行命令
- 简单的配置
- 更多命令
FirstJoinCommands 变量#当玩家第一次进入服务器执行的命令。
FirstJoinCommands:- me example
#当玩家进入服务器执行的命令(不含第一次进人服务器执行的命令)。
JoinCommands:
- me example
#当玩家离开服务器执行的命令(从后台运行)。
LeaveCommands:
- say example
#当玩家第一次死亡后执行的命令
FirstDeathCommands:
- me example
#当玩家死亡后执行的命令(不含第一次死亡后执行的命令)。
DeathCommands:
- me example
#当玩家第一次被另一个玩家杀死执行的命令。
FirstKillCommands:
- me example
#当玩家被另一个玩家杀死执行的命令([size=13.3333px]不含第一次玩家杀死另一个玩家执行的命令)。
KillCommands:
- me example
#当OP离开服务器执行的命令
OpLeaveCommands:
- me example
#当OP进入服务器执行的命令
OpJoinCommands:
- me example
#This is what players you want to be affected by the specificjoincommands.
SpecificPlayerJoinCommands:
- example
#This is what commands you want the players in specificplayerjoincommands to run upon joining the server.
SpecificJoinCommands:
- me example
#This is what players you want to be affected by the specificleavecommands.
SpecificPlayerLeaveCommands:
- example
#This is what commands you want the players in specificplayerleavecommands to run upon leaving the server(run from the console). SpecificLeaveCommands:
- me example
FirstJoinCommands 指令&权限