本帖最后由 LZS蓝天 于 2022-1-20 12:56 编辑
复制代码
复制代码
复制代码
SuperFunction-1.0.jar
(42.55 KB, 下载次数: 8)

SuperFunction - 你的第一个基础插件
插件介绍&功能
本插件为小游戏&生存服提供了基础的功能支持
现有的功能:
飞行
隐身
进服提示
踢出玩家
治疗
插件指令
/fly 开启/关闭飞行
/vanish 开启/关闭隐身
/kick <玩家> 踢出玩家
/health 治疗自己
插件权限
superfunction.fly 飞行权限
superfunction.vanish 隐身权限
superfunction.kick 踢出玩家权限
superfunction.health 治疗权限
配置文件
config.yml
- #
- # SuperFunction - 超级功能 by Bluesky_ES
- # Plugin Version: 1.0 Config Version: 1.0
- #
- #请勿修改此选项
- #Do not modify this option.
- config_version: 1.0
- #插件全局语言 现支持的语言有:简体中文(zh_CN),英语(en_US) 默认:zh_CH
- #Plugin global language. Currently supported languages are: Simplified Chinese (zh_CN), English (en_US). Default: zh_CN
- language: zh_CN
- #插件信息前缀
- #Plugin message prefix.
- prefix: "&6[SuperFunction] &f"
- events:
- player_join:
- title: true
- titleFadeIn: 5
- titleStay: 35
- titleFadeOut: 10
- message: true
- player_quit:
- message: true
zh_CN.yml (中文语言文件)
- error:
- executeByConsole: "&c此指令仅能玩家执行!"
- noPermission: "&c你没有权限执行此命令!"
- commands:
- fly:
- enable: "&a飞行已开启!"
- disable: "&c飞行已关闭!"
- vanish:
- enable: "&a你进入了隐身模式,其他玩家将无法看到你!"
- disable: "&c你退出了隐身模式,现在所有玩家都可以看到你!"
- health: "&a你已被治疗!"
- kick:
- usage: "&c参数错误! /kick <player|all> [reason]"
- message: "&a成功踢出玩家%target%!(原因: %reason%)"
- error: "&c你不能踢出玩家%target%!"
- offline: "&c该玩家不在线!"
- defaultkickmessage: "&f管理员没有填写原因。"
- events:
- player_join:
- title: "&a欢迎加入xxx服务器"
- subtitle: "&e玩家%player%"
- message: "&8[&2+&8] %player%"
- player_quit:
- message: "&8[&4-&8] %player%"
en_US.yml (英文语言文件)
- error:
- executeByConsole: "&cThis command can only be executed by the player!"
- noPermission: "&cYou do not have permission to execute this command!"
- commands:
- fly:
- enable: "&aFlight is on!"
- disable: "&cFlight is off!"
- vanish:
- enable: "&aYou are in vanish mode and other players will not be able to see you!"
- disable: "&cYou are out of vanish mode and now all players can see you!"
- health: "&aYou have been healed!"
- kick:
- usage: "&cGrammatical errors! /kick <player|all> [reason]"
- message: "&aSuccessfully kicked player %target%! (reason: %reason%)"
- error: "&cYou cannot kick player %target%!"
- offline: "&cThis player is offline!"
- defaultkickmessage: "&fThe administrator did not fill in the reason."
- events:
- player_join:
- title: "&a&aWelcome to XXX server"
- subtitle: "&ePlayer%player%"
- message: "&8[&2+&8] %player%"
- player_quit:
- message: "&8[&4-&8] %player%"
使用图片
插件下载
统计信息
声明
本插件所用所有代码均为原创,不存在借用/抄袭等行为.
支持一下,虽然此类插件很多