924
收录服务器
1187
注册
83 101
玩家
DeluxeJoin 豪华加入
高度可定制的权限为基础的加入和离开“行动”插件与吨的占位符!
作 者 clip
发布时间 2015年3月14日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16
点此下载

🎉 DeluxeJoin 插件介绍 🎉

DeluxeJoin 是一款全能的加入和离开动作插件。您可以创建基于组的加入和离开动作列表,执行各种操作,如发送 JSON 消息/广播、普通消息/广播、向玩家发送标题、发送操作栏消息、运行控制台命令、让玩家执行命令、播放声音等等。

功能特点

  • 支持新玩家首次加入服务器时的动作列表。
  • 提供基于权限的游戏内 MOTD 系统,允许玩家在加入和通过命令查看特定权限节点的 MOTD 消息。
  • 无需其他插件即可工作,但与 PlaceholderAPI 一起使用可利用其提供的占位符。

配置示例

# DeluxeJoin 配置
# 可以创建多种格式的 motd 和加入/离开动作
# 所有格式必须包含具有有效动作的动作列表
# 所有动作必须以有效的动作标签开头!

# 例如:
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"}]}}}'
    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%'

motd:
  enabled: true
  delay: 1
motds:
  default:
    priority: 1
    motd_actions:
    - '[MESSAGE] &8&m+---------------------------------------------------+'
    - '[JSONMESSAGE] {"text":"            Welcome to the server ","color":"green"}&&{"text":"%player%","color":"white","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"That is your name right?","color":"yellow"}]}}}'

权限说明

  • 重新加载命令权限: DeluxeJoin 插件介绍

    🎉 DeluxeJoin 插件介绍 🎉

    DeluxeJoin 是一款全能的加入和离开动作插件。您可以创建基于组的加入和离开动作列表,执行各种操作,如发送 JSON 消息/广播、普通消息/广播、向玩家发送标题、发送操作栏消息、运行控制台命令、让玩家执行命令、播放声音等等。

    功能特点

    • 支持新玩家首次加入服务器时的动作列表。
    • 提供基于权限的游戏内 MOTD 系统,允许玩家在加入和通过命令查看特定权限节点的 MOTD 消息。
    • 无需其他插件即可工作,但与 PlaceholderAPI 一起使用可利用其提供的占位符。

    配置示例

    # DeluxeJoin 配置
    # 可以创建多种格式的 motd 和加入/离开动作
    # 所有格式必须包含具有有效动作的动作列表
    # 所有动作必须以有效的动作标签开头!
    
    # 例如:
    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"}]}}}'
        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%'
    
    motd:
      enabled: true
      delay: 1
    motds:
      default:
        priority: 1
        motd_actions:
        - '[MESSAGE] &8&m+---------------------------------------------------+'
        - '[JSONMESSAGE] {"text":"            Welcome to the server ","color":"green"}&&{"text":"%player%","color":"white","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"That is your name right?","color":"yellow"}]}}}'
    

    权限说明

    • 重新加载命令权限:deluxejoin.admin
    • MOTD 命令权限:deluxejoin.motd
    • 加入格式权限:deluxejoin.format.<identifier>
    • MOTD 权限:deluxejoin.motd.<identifier>

    如果觉得这个插件很棒,别忘了点赞和评论哦!😊