- 支持核心:
- Spigot
- BungeeCord
- 支持版本:
- 1.7
- 1.8
- 1.9
- 1.10
DeluxeJoin 简介
DeluxeJoin 是一个加入和离开的自定义提示。您可以在配置修改编写加入和离开信息,执行从各种各样的信息。你发送 json 消息、广播或普通消息,或发送玩家一个标题,或发送一个 actionbar 消息,运行控制台命令,让玩家执行命令,播放声音,等等。
DeluxeJoin 还包括第一次加入自定义加入信息,你可以当新玩家加入服务器执行此操作!要执行控制台命令当新玩家加入吗?也许宣布到服务器,DeluxeJoin 能做到! 这个插件还提供一个基于 权限组 加入信息允许玩家看见加入消息和使用命令。您可以设置每组加入信息提示,和单个玩家的加入信息提示!
DeluxeJoin可以不需要其他插件的前置,但 PlaceholderAPI 是可以允许您使用 占位符 来使 DeluxeJoin 提供的任何执行的操作与变量。
如果你想需要生成 配置 加入和离开的消息,请访问minecraftjson.com
DeluxeJoin 特性
支持Json
替代ESS的MOTD(可配置)
自定义设置加入与离开信息(可配置)
逼格
点击触发命令(需配置)
支持BungeeCord
DeluxeJoin 命令
/motd #显示MOTD
/deluxejoin version #查看插件版本
/deluxejoin reload #重载插件配置
DeluxeJoin 权限
deluxejoin.admin #管理权限
DeluxeJoin 配置
deluxejoin_formats:
default:
priority: 1
join_actions:#这个改加入信息
- '[JSONBROADCAST] {"text":"[","color":"dark_gray"}&&{"text":"+","color":"green","bold":"true"}&&{"text":"]","color":"dark_gray"}&&{"text":" %player%","color":"gray","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Players
online: &f%online%","color":"aqua"}]}}}'
- '[TITLEMSG] subtitle:&aWelcome back fadein:20 stay:30 fadeout:10'
leave_actions:
#这个改离开信息
- '[JSONBROADCAST] {"text":"[","color":"dark_gray"}&&{"text":"-","color":"red","bold":"true"}&&{"text":"]","color":"dark_gray"}&&{"text":" %player%","color":"gray","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Players
online: &f%online%","color":"aqua"}]}}}'
first_join:
announce_on_join: true
#是否启动第一次加入信息
actions:
#这个改第一次加入信息
- '[CONSOLECOMMAND] kit newbie %player%'
- '[JSONBROADCAST] {"text":"This is %player%s first time joining!","color":"green","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Welcome
%player%!","color":"yellow"}]}}}'
motd:
enabled: true
#是否启动Motd 不会屏蔽Essentials的Motd.txt文件
delay: 1motds:
# 这个改Motd 对应指令/motd
default:
priority: 1
motd_actions:
- '[MESSAGE] &8&m+---------------------------------------------------+'
- '[JSONMESSAGE] {"text":" Welcome to ","color":"green"}&&{"text":"%player%","color":"white","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"That
is your name right?","color":"yellow"}]}}}'
- '[MESSAGE] &f'
- '[MESSAGE] &f'
- '[MESSAGE] &eThis motd was brought to you by &7DeluxeJoin'
- '[JSONMESSAGE] {"text":" &6Visit &7DeluxeJoin &6on Spigot "}&&{"text":"Click
here!","color":"white","clickEvent":{"action":"open_url","value":"http://www.spigotmc.org/resources/deluxejoin.4846/"}}'
- '[MESSAGE] &8&m+---------------------------------------------------+'
DeluxeJoin 效果