FirstJoinPlus (首次加入插件-定制玩家行为的首选插件)
这个插件最初只是计划添加首次加入命令,就像标题所说的那样,但现在它已经发展到做了很多其他事情。编辑配置文件,输入您想让玩家在第一次加入时执行的命令,以及其他相关的功能。由于这个插件自原始开发以来已经发展了很长一段距离,请不要声明代码为您自己的,反编译插件,或由于您自己的过失而给予差评。如果您不能阅读,那么这个插件不适合您,因为它需要能够阅读文件名并能够在文件中输入。如果这太难了,那么最好开始寻找另一个插件(哈哈)。这个插件需要Vault插件的支持。
此外,由于作者缺乏稳定的收入来源,他的工作已经在公开上停滞不前。如果您愿意支持,这将得到极大的支持,并会鼓励我(zbturtle)全力投入到公共编码中,创建更多类似这样的插件,以及为这个插件和其他即将推出的插件进行更新。
✔特定玩家加入命令
✔特定玩家离开命令
✔加入和离开命令
✔死亡命令
✔简单配置
✔多条命令
✔击杀命令
✔首次加入世界命令
✔每次加入世界命令
✔启用/禁用任何选项
✔在特定世界中禁用选项
✔以OP/玩家/控制台身份运行命令
✘延迟,计划中但未完成
权限 - firstjoinplus.allow
Config.yml
#这些是玩家第一次加入时将运行的命令。 FirstJoinCommands: - me example #这些是玩家在加入时(不包括第一次)将运行的命令。 JoinCommands: - me example #这些是玩家第一次离开后(从控制台运行)将运行的命令。 LeaveCommands: - say example #这些是玩家第一次死亡时将运行的命令。 FirstDeathCommands: - me example #这些是玩家死亡后(不包括第一次)将运行的命令。 DeathCommands: - me example #这些是玩家第一次击杀其他玩家时将运行的命令。 FirstKillCommands: - me example #这些是玩家击杀其他玩家后(不包括第一次)将运行的命令。 KillCommands: - me example #这些是op离开服务器时将运行的命令。 OpLeaveCommands: - me example #这些是op加入服务器时将运行的命令。 OpJoinCommands: - me example
FirstJoinWorlds.yml
#WorldName:#Command To Run(Needs - In Front) world: - me example first
EveryJoinWorlds.yml
#WorldName:#Command To Run(Needs - In Front) world: - me example first
Enable.yml
FirstJoinCommandsEnabled: true JoinCommandsEnabled: true LeaveCommandsEnabled: false FirstDeathCommandsEnabled: false DeathCommandsEnabled: false FirstKillCommandsEnabled: false KillCommandsEnabled: false OpLeaveCommandsEnabled: false OpJoinCommandsEnabled: false SpecificPlayerJoinCommandsEnabled: false SpecificPlayerLeaveCommandsEnabled: false EveryJoinWorldsEnabled: false FirstJoinWorldsEnabled: false
DisableSpecific.yml
#Just add the world you want a specific option to be disabled in to the list for the option to disable it in that world. FirstJoinCommands: - exampleworld - '' JoinCommands: - exampleworld - '' LeaveCommands: - exampleworld - '' FirstDeathCommands: - exampleworld - '' DeathCommands: - exampleworld - '' FirstKillCommands: - exampleworld - '' KillCommands: - exampleworld - '' OpLeaveCommands: - exampleworld - '' OpJoinCommands: - exampleworld - '' SpecificPlayerJoinCommands: - exampleworld - '' SpecificPlayerLeaveCommands: - exampleworld - '' EveryJoinWorldsCommands: - exampleworld - '' FirstJoinWorldsCommands: - exampleworld - ''
Modes.yml
#You can choose between the following: #1. console - runs from console #2. player - runs from player considering permissions FirstJoinCommandsMode: player JoinCommandsMode: player LeaveCommandsMode: player FirstDeathCommandsMode: player DeathCommandsMode: player FirstKillCommandsMode: player KillCommandsMode: player OpLeaveCommandsMode: player OpJoinCommandsMode: player SpecificPlayerJoinCommandsMode: player SpecificPlayerLeaveCommandsMode: player EveryJoinWorldsMode: player FirstJoinWorldsMode: player
SpecificPlayerLeave.yml
#Playername that is added in the players list(Must Be In Lowercase) and commands wanted to run after it. steve: - me example specific leave - '' #What players do you want to add like in the example above but in here just the players name(Must Be In Lowercase). players: - steve - ''
SpecificPlayerJoin.yml
#Playername that is added in the players list(Must Be In Lowercase) and commands wanted to run after it. steve: - me example specific join - '' #What players do you want to add like in the example above but in here just the players name(Must Be In Lowercase). players: - steve - ''
%player% = 玩家的名字。
%playername% = 玩家的名字(包括前缀和后缀)。
%ip% = 玩家的IP地址。
FirstJoinPlus (首次加入插件-定制玩家行为的首选插件)
可用版本为:|1.7|1.8|1.9|1.10|1.11|1.12|1.13|1.14|1.15|1.16
源站下载
登录后前往SPIGOT
收录