- 版权类型
- 原创
- 插件英文名称
- MeowJoinCommand
- 支持的核心
- Bukkit
- Spigot
- Paper
- Purpur
- PufferFish
- PaperSpigot
- Leaves
- 其他Spigot下游
- 其他Paper下游
- 前置组件
- Vault(非必需)https://www.himcbbs.com/resources/vault.90/
- 资源语言
- 简体中文
- 英语
- 适配版本
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
MeowJoinCommand
MeowJoinCommand是一个可以在玩家加入时判断其是否拥有权限并执行自定义指令的Bukkit插件
如何使用
下载本插件的最新稳定版,放入plugins文件夹中并重启服务器(也可使用plugman等插件进行热加载)
之后参考config.yml中的注释修改即可使用
配置文件
此处仅供参考,请勿复制粘贴,请以插件生成的config为准!
命令
重载插件:/meowjoincommand reload
权限:meowjoincommand.reload
下载
本插件为开源项目并免费提供下载使用!
您可以自行编译开发中的源代码或下载 Release 版本使用,出现问题可以提出 Issue!
同时您也可以在爱发电平台上赞助我,并通过加入QQ交流群以获得及时、迅速的技术支持与安装指导!
赞助链接:https://afdian.com/a/NachoNeko_/
Github 链接:https://github.com/Zhang12334/MeowJoinCommand
赞助价格表
¥25 元:获取插件技术支持
¥200 元:获取插件技术支持 + 一次定制功能的机会
MeowJoinCommand是一个可以在玩家加入时判断其是否拥有权限并执行自定义指令的Bukkit插件
如何使用
下载本插件的最新稳定版,放入plugins文件夹中并重启服务器(也可使用plugman等插件进行热加载)
之后参考config.yml中的注释修改即可使用
配置文件
此处仅供参考,请勿复制粘贴,请以插件生成的config为准!
YAML:
# 配置文件版本 / Configuration version
version: 1.0
# 是否启用插件 / Whether to enable the plugin
enable_plugin: true
# true 表示启用插件,false 表示禁用插件
# enable plugin, true / false
# 语言(en或zh_cn)
# Language, en / zh_cn
language: zh_cn
# 配置列表
configlist:
test1: # 配置名称 / configuration name
enabled: false # 启用此配置
execute: # 执行条件 / execute conditions
- permission: meowjoincommand.test1
# 权限条件:玩家需要拥有 "meowjoincommand.test1" 权限
# permission execution condition: player need to have "meowjoincommand.test1" permission
- permission: meowjoincommand.test0
# 权限条件:玩家需要拥有 "meowjoincommand.test0" 权限
# permission execution condition: player need to have "meowjoincommand.test0" permission
- money: ">50"
# 金钱条件:玩家金钱大于 50
# money execution condition: player money greater than 50
commands:
# 满足条件后的执行指令
# commands after execution
- type: player
# 以玩家身份执行
# executed as a player
command: say Hello, %player%!
# 玩家执行的指令,%player% 会被替换为玩家名
# command executed as a player, %player% will be replaced with player name
tick_delay: 5
# 延迟几tick后执行
# executed after delaying for a few ticks
- type: console
# 以服务器身份执行
# executed as a server
command: tell %player%, Welcome to the server!
# 服务器执行的指令,%player% 会被替换为玩家名
# command executed as a server, %player% will be replaced with player name
tick_delay: 5
# 延迟几tick后执行
# executed after delaying for a few ticks
test2:
enabled: false
execute:
- permission: meowjoincommand.test2
commands:
- type: player
command: say Hello, %player%!
tick_delay: 10
- type: console
command: money give %player% 100
tick_delay: 10
# 简体中文
# 执行条件支持 permission 和 money,money 的判断符号支持>=、>、<=、<、= /
# command type 支持 player 及 console,分别为以玩家及服务器权限执行指令
# %player% 会被自动替换为玩家名
# tick_delay 为延迟几tick后执行指令,在TPS为20时一秒可以执行20tick 按照这个加一个tickdelay功能
# 如果执行条件中存在多项要求,则需全部满足才会执行指令
# English
# Execution conditions support permission and money, the judgment symbol for money supports >=, >, <=, <, =
# Command type supports player and console, which means executing commands with player or server permissions
# %player% will be automatically replaced with the player's name
# tick_delay is the number of ticks to delay before executing the command, at a TPS of 20, one second can execute 20 ticks
# If there are multiple requirements in the execution conditions, they must all be satisfied before the command is executed
# Configuration file English content is translated by TONGYI Lingma
命令
重载插件:/meowjoincommand reload
权限:meowjoincommand.reload
下载
本插件为开源项目并免费提供下载使用!
您可以自行编译开发中的源代码或下载 Release 版本使用,出现问题可以提出 Issue!
同时您也可以在爱发电平台上赞助我,并通过加入QQ交流群以获得及时、迅速的技术支持与安装指导!
赞助链接:https://afdian.com/a/NachoNeko_/
Github 链接:https://github.com/Zhang12334/MeowJoinCommand
赞助价格表
¥25 元:获取插件技术支持
¥200 元:获取插件技术支持 + 一次定制功能的机会