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



介绍



原文


翻译


配置






命令






/motd                    #查看你的杜番斯加入信息的Motd

/deluxejoin version #查看你的杜番斯加入信息的版本

/deluxejoin reload   #重载你的杜番斯加入信息的配置



权限




貌似不需要权限吧我就发一张原帖的权限吧

下载

原帖下载

百度云盘


其他如果你有兴趣的话,想改造的话请打开
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.完成了插件配置允许重写很多不同的加入信息

如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!
如果你认为这个插件很棒,一定要留下金粒和评论!










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
本帖最后由 q983603969 于 2016-6-6 18:26 编辑

加入信息效果:


离开信息效果:




L_Panda
插件不错,收下(前排)

lwaix
好像很厉害,抱走了

13711296064
aaaaaa啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊

下一页 最后一页