本帖最后由 1582952890 于 2017-9-16 20:12 编辑

介绍

原文
翻译
配置

命令

/motd #查看你的杜番斯加入信息的Motd
/deluxejoin version #查看你的杜番斯加入信息的版本
/deluxejoin reload #重载你的杜番斯加入信息的配置

权限

貌似不需要权限吧我就发一张原帖的权限吧
下载
原帖下载
百度云盘
其他如果你有兴趣的话,想改造的话请打开
来设置Json语法来生成文本
编辑插件
更新记录
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
DeluxeJoin 版本-2.2
1.支持Spigot服务端 1.9.4
DeluxeJoin 版本-2.1
2.添加了对1.9服务器的支持
DeluxeJoin 版本-2.0
3.完成了插件配置允许重写很多不同的加入信息
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!

介绍

原文
DeluxeJoin is the all in one plugin for join and leave actions. You can create group based join and leave action lists that are performed from a wide variety of things. You send json messages/broadcasts, regular messages/broadcasts, broadcast or send the player a title, broadcast or send an actionbar message, run console commands, make the player perform commands, play sounds, and much more.
DeluxeJoin also features a first join action list which allows you to perform actions when new players join the server! Want to perform console commands when new players join? Maybe announce to the server that they are new? DeluxeJoin can do it!
This plugin also features a pemission based in game MOTD system which allows players to view permission node specific MOTD messages on join and by command. You can setup per group MOTD systems to announce one thing to regular players, and a completely different MOTD for your donators or staff!
[size=14.6667px]DeluxeJoin requires no other plugins to work although running this with PlaceholderAPIwill allow you to use any of the placeholders these plugins offer in any of your actions performed.
If you need help generating your JSON text for join and leave messages, visitminecraftjson.com
翻译
DeluxeJoin 是一个加入和离开的自定义提示。您可以在配置修改编写加入和离开信息,执行从各种各样的信息。你发送 json 消息、广播或普通消息,或发送玩家一个标题,或发送一个 actionbar 消息,运行控制台命令,让玩家执行命令,播放声音,等等。
DeluxeJoin 还包括第一次加入自定义加入信息,你可以当新玩家加入服务器执行此操作!要执行控制台命令当新玩家加入吗?也许宣布到服务器,DeluxeJoin 能做到! 这个插件还提供一个基于 权限组 加入信息允许玩家看见加入消息和使用命令。您可以设置每组加入信息提示,和单个玩家的加入信息提示!
DeluxeJoin可以不需要其他插件的前置,但 PlaceholderAPI 是可以允许您使用 占位符 来使 DeluxeJoin 提供的任何执行的操作与变量。
如果你想需要生成 配置 加入和离开的消息,请访问minecraftjson.com
配置

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+---------------------------------------------------+'
命令

/motd #查看你的杜番斯加入信息的Motd
/deluxejoin version #查看你的杜番斯加入信息的版本
/deluxejoin reload #重载你的杜番斯加入信息的配置

权限

貌似不需要权限吧我就发一张原帖的权限吧
permission for reload command:
deluxejoin.admin
permission for motd command:
deluxejoin.motd
permission for a join format:
deluxejoin.format.<identifier>
permission for a motd:
deluxejoin.motd.<identifier>
下载
原帖下载
百度云盘
其他如果你有兴趣的话,想改造的话请打开
minecraftjson.com 来设置Json语法来生成文本
编辑插件
更新记录
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
DeluxeJoin 版本-2.2
1.支持Spigot服务端 1.9.4
DeluxeJoin 版本-2.1
2.添加了对1.9服务器的支持
DeluxeJoin 版本-2.0
3.完成了插件配置允许重写很多不同的加入信息
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!

介绍

原文
翻译
配置

命令

/motd #查看你的杜番斯加入信息的Motd
/deluxejoin version #查看你的杜番斯加入信息的版本
/deluxejoin reload #重载你的杜番斯加入信息的配置

权限

貌似不需要权限吧我就发一张原帖的权限吧
下载
原帖下载
百度云盘
其他如果你有兴趣的话,想改造的话请打开
来设置Json语法来生成文本
编辑插件
更新记录
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
DeluxeJoin 版本-2.2
1.支持Spigot服务端 1.9.4
DeluxeJoin 版本-2.1
2.添加了对1.9服务器的支持
DeluxeJoin 版本-2.0
3.完成了插件配置允许重写很多不同的加入信息
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
2021.12 数据,可能有更多内容

介绍

原文
DeluxeJoin is the all in one plugin for join and leave actions. You can create group based join and leave action lists that are performed from a wide variety of things. You send json messages/broadcasts, regular messages/broadcasts, broadcast or send the player a title, broadcast or send an actionbar message, run console commands, make the player perform commands, play sounds, and much more.
DeluxeJoin also features a first join action list which allows you to perform actions when new players join the server! Want to perform console commands when new players join? Maybe announce to the server that they are new? DeluxeJoin can do it!
This plugin also features a pemission based in game MOTD system which allows players to view permission node specific MOTD messages on join and by command. You can setup per group MOTD systems to announce one thing to regular players, and a completely different MOTD for your donators or staff!
[size=14.6667px]DeluxeJoin requires no other plugins to work although running this with PlaceholderAPIwill allow you to use any of the placeholders these plugins offer in any of your actions performed.
If you need help generating your JSON text for join and leave messages, visitminecraftjson.com
翻译
DeluxeJoin 是一个加入和离开的自定义提示。您可以在配置修改编写加入和离开信息,执行从各种各样的信息。你发送 json 消息、广播或普通消息,或发送玩家一个标题,或发送一个 actionbar 消息,运行控制台命令,让玩家执行命令,播放声音,等等。
DeluxeJoin 还包括第一次加入自定义加入信息,你可以当新玩家加入服务器执行此操作!要执行控制台命令当新玩家加入吗?也许宣布到服务器,DeluxeJoin 能做到! 这个插件还提供一个基于 权限组 加入信息允许玩家看见加入消息和使用命令。您可以设置每组加入信息提示,和单个玩家的加入信息提示!
DeluxeJoin可以不需要其他插件的前置,但 PlaceholderAPI 是可以允许您使用 占位符 来使 DeluxeJoin 提供的任何执行的操作与变量。
如果你想需要生成 配置 加入和离开的消息,请访问minecraftjson.com
配置

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+---------------------------------------------------+'
命令

/motd #查看你的杜番斯加入信息的Motd
/deluxejoin version #查看你的杜番斯加入信息的版本
/deluxejoin reload #重载你的杜番斯加入信息的配置

权限

貌似不需要权限吧我就发一张原帖的权限吧
permission for reload command:
deluxejoin.admin
permission for motd command:
deluxejoin.motd
permission for a join format:
deluxejoin.format.<identifier>
permission for a motd:
deluxejoin.motd.<identifier>
下载
原帖下载
百度云盘
其他如果你有兴趣的话,想改造的话请打开
minecraftjson.com 来设置Json语法来生成文本
编辑插件
更新记录
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
DeluxeJoin 版本-2.2
1.支持Spigot服务端 1.9.4
DeluxeJoin 版本-2.1
2.添加了对1.9服务器的支持
DeluxeJoin 版本-2.0
3.完成了插件配置允许重写很多不同的加入信息
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
本帖最后由 q983603969 于 2016-6-6 18:26 编辑
加入信息效果:

离开信息效果:

加入信息效果:

离开信息效果:

插件不错,收下(前排)
好像很厉害,抱走了
aaaaaa啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
PlaceholderAPI 其前置按需装
这个插件更多需要json语句实现逼格功能,
spigot的tube视频有讲述json写法,
用点心
这个插件更多需要json语句实现逼格功能,
spigot的tube视频有讲述json写法,
用点心
Jimkimhk 发表于 2016-6-6 18:19
PlaceholderAPI 其前置按需装
这个插件更多需要json语句实现逼格功能,
spigot的tube视频有讲述json写法,
懒癌发作{:10_503:}
13711296064 发表于 2016-6-6 17:23
aaaaaa啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
怎么了= = 水金粒?{:10_493:}
lwaix 发表于 2016-6-6 17:10
好像很厉害,抱走了
谢谢支持{:10_492:}
为了6级MCBBS 顶
配置没有介绍那个地方改的是什么{:10_494:}
gyalo 发表于 2016-6-7 18:16
配置没有介绍那个地方改的是什么
哦? 我改改
原帖已更新出
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
请到原帖下载
DeluxeJoin 版本-2.3
1.支持Spigot服务端 1.10
请到原帖下载
本帖最后由 zzx19991105 于 2016-6-15 15:44 编辑
感谢楼主搬运_(:з」∠)_
看成杜蕾斯Join的一定不只我一个
感谢楼主搬运_(:з」∠)_
看成杜蕾斯Join的一定不只我一个
完全不会配置啊= =
请问可以设置自定义权限组加入/退出信息吗?
感谢分享,!
mihu721 发表于 2016-9-24 01:44
请问可以设置自定义权限组加入/退出信息吗?
暂时还不可以哦
1790175861 发表于 2016-8-12 19:54
**** 作者被禁止或删除 内容自动屏蔽 ****
和哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
楼主变量都是什么?
完全不知道怎么做到vip独特的公告 那个权限没搞懂
为什么现在不了%player%变量PlaceholderAPI前置已经拥有了,
mihu721 发表于 2016-9-24 01:44
请问可以设置自定义权限组加入/退出信息吗?
可以的 就直接弄权限组的名字
很厉害,拿走了a.a
怎么弄不会弄
每天一顶,这个杜蕾斯的作者真的是很牛啊
MCBBS有你更精彩~~
不错 挺好的 就是不知道怎么用
我想问问变量是?
55555555555555
牛逼楼主谢谢楼主
楼主连续占楼了哦= =
MCBBS有你更精彩~
用了好几个版本了
mcbbs有你真精彩
Deluxe系列插件都很不错,赞
MCBBS有你更精彩
太爱了,很棒