JoinTitle

⭐ — (2 endorsements) 📥 314 downloads 📌 v1.0.1 📅 9/8/2025
🟠 Updated over a year ago

By 114514h · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 9/14/2025 📅 Created: 9/8/2025

🔍 Analysis

  • 🏆 #219 of 1317 bukkit mods in this game by downloads

📋 About This Mod

✅ 当玩家加入服务器时自动显示自定义标题
✅ 支持Minecraft颜色代码
✅ 支持OP玩家重载配置
✅ 完整的命令系统和帮助信息
✅ 多语言支持(中文/英文)

# **JoinTitle Plugin** A simple Minecraft Java Edition server plugin that displays custom titles when players join the server. --- ## **Features** - Automatically shows a custom title when players join - Supports **main title** and **subtitle** - Compatible with **Minecraft color codes** - Fully **configurable** content - **OP-only** config reload command - Complete **command system** with help messages - **Multi-language support** (Chinese/English) - Dynamic **language switching** --- ## **Installation** 1. Place the compiled `JoinTitle-1.0.0.jar` file in the server's `plugins` folder. 2. Restart the server. 3. Edit `plugins/JoinTitle/config.yml` to customize title content. --- ## **Commands** ### **Basic Commands** - `/jointitle` or `/jointitle help` – Show help information - `/jointitle reload` – Reload plugin config (**OP-only**) - `/jointitle language` – Check current language - `/jointitle language ` – Switch language (**OP-only**) ### **Permissions** - `jointitle.use` – Allows basic command usage (**default: all players**) - `jointitle.reload` – Allows config reloading (**default: OP only**) - `jointitle.language` – Allows language switching (**default: OP only**) ### **Examples** ``` /jointitle help # Show help /jointitle reload # Reload config (OP required) /jointitle language # Check current language /jointitle language en # Switch to English (OP required) /jointitle language zh # Switch to Chinese (OP required) ``` --- ## **Configuration (`config.yml`)** Customize titles and help messages: ```yaml # Language settings (zh = Chinese, en = English) language: zh # Main title title: "&6&lWelcome to the Server!" # Subtitle subtitle: "&aHave fun playing!" # Help message config help: header: "&6&l=== JoinTitle Help ===" help-command: "&e/jointitle help &f- Show this help" reload-command: "&e/jointitle reload &f- Reload config" language-command: "&e/jointitle language &f- Switch language" version-info: "&7Plugin version: {version}" author-info: "&7Author: {author}" footer: "&7Use &e/jointitle reload &7to reload config" # Multi-language texts languages: zh: # Chinese translations... en: # English translations... ``` ### **Config Options** - `language` – Current language (`zh` = Chinese, `en` = English) - `title` – Main title shown on join - `subtitle` – Subtitle shown on join - `help.*` – Help message formatting - `languages.zh.*` – Chinese translations - `languages.en.*` – English translations --- ## **Language System** - **Chinese (zh)** – Default language - **English (en)** – English interface All plugin messages (help, errors, etc.) support multi-language display. Switch languages via config or commands. --- ## **Color & Format Codes** ### **Colors** - `&0` – Black - `&1` – Dark Blue - `&2` – Dark Green - `&3` – Dark Aqua - `&4` – Dark Red - `&5` – Dark Purple - `&6` – Gold - `&7` – Gray - `&8` – Dark Gray - `&9` – Blue - `&a` – Green - `&b` – Aqua - `&c` – Red - `&d` – Light Purple - `&e` – Yellow - `&f` – White ### **Formats** - `&l` – Bold - `&o` – Italic - `&n` – Underline - `&m` – Strikethrough - `&k` – Random characters - `&r` – Reset formatting --- ## **Version Info** - **Minecraft Version**: 1.21.x - **Plugin Version**: 1.0.0 - **Author**: 114514h --- ## **License** This project is licensed under **MIT**. --- Let me know if you'd like any refinements! 🚀 --- # JoinTitle 插件 一个简单的Minecraft Java版服务器插件,当玩家进入服务器时显示自定义标题。 ## 功能特性 - 当玩家加入服务器时自动显示自定义标题 - 支持主标题和副标题 - 支持Minecraft颜色代码 - 可配置的显示内容 - 支持OP玩家重载配置 - 完整的命令系统和帮助信息 - 多语言支持(中文/英文) - 动态语言切换功能 ## 安装方法 1. 将编译好的 `JoinTitle-1.0.0.jar` 文件放入服务器的 `plugins` 文件夹 2. 重启服务器 3. 编辑 `plugins/JoinTitle/config.yml` 文件来自定义标题内容 ## 命令使用 ### 基本命令 - `/jointitle` 或 `/jointitle help` - 显示帮助信息 - `/jointitle reload` - 重载插件配置(需要OP权限) - `/jointitle language` - 查看当前语言 - `/jointitle language ` - 切换语言(需要OP权限) ### 权限说明 - `jointitle.use` - 允许使用基本命令(默认所有玩家) - `jointitle.reload` - 允许重载配置(默认仅OP) - `jointitle.language` - 允许切换语言(默认仅OP) ### 使用示例 ``` /jointitle help # 显示帮助信息 /jointitle reload # 重载配置文件(需要OP权限) /jointitle language # 查看当前语言 /jointitle language en # 切换到英文(需要OP权限) /jointitle language zh # 切换到中文(需要OP权限) ``` ## 配置说明 编辑 `config.yml` 文件来自定义标题内容和帮助信息: ```yaml # 语言设置 (zh = 中文, en = 英文) language: zh # 主标题内容 title: "&6&l欢迎来到服务器!" # 副标题内容 subtitle: "&a祝您游戏愉快!" # 帮助信息配置 help: header: "&6&l=== JoinTitle 插件帮助 ===" help-command: "&e/jointitle help &f- 显示此帮助信息" reload-command: "&e/jointitle reload &f- 重载插件配置" language-command: "&e/jointitle language &f- 切换语言" version-info: "&7插件版本: {version}" author-info: "&7作者: {author}" footer: "&7使用 &e/jointitle reload &7重载配置" # 多语言文本配置 languages: zh: # 中文文本配置... en: # 英文文本配置... ```

# JoinTitle Plugin A simple Minecraft Java Edition server plugin that displays custom titles when players join the server.

## Features - Automatically shows a custom title when players join - Supports main title and subtitle - Compatible with Minecraft color codes - Fully configurable content - OP-only config reload command - Complete command system with help messages - Multi-language support (Chinese/English) - Dynamic language switching

## Installation 1. Place the compiled `JoinTitle-1. 0. 0.jar` file in the server's `plugins` folder. 2. Restart the server. 3. Edit `plugins/JoinTitle/config.yml` to customize title content.

## Commands ### Basic Commands - `/jointitle` or `/jointitle help` – Show help information - `/jointitle reload` – Reload plugin config (OP-only) - `/jointitle language` – Check current language - `/jointitle language ` – Switch language (OP-only)

### Permissions - `jointitle.use` – Allows basic command usage (default: all players) - `jointitle.reload` – Allows config reloading (default: OP only) - `jointitle.language` – Allows language switching (default: OP only)

### Examples ``` /jointitle help # Show help /jointitle reload # Reload config (OP required) /jointitle language # Check current language /jointitle language en # Switch to English (OP required) /jointitle language zh # Switch to Chinese (OP required) ```

## Configuration (`config.yml`) Customize titles and help messages:

```yaml # Language settings (zh = Chinese, en = English) language: zh

# Main title title: "&6&lWelcome to the Server!"

# Subtitle subtitle: "&aHave fun playing!"

# Help message config help: header: "&6&l=== JoinTitle Help ===" help-command: "&e/jointitle help &f- Show this help" reload-command: "&e/jointitle reload &f- Reload config" language-command: "&e/jointitle language &f- Switch language" version-info: "&7Plugin version: {version}" author-info: "&7Author: {author}" footer: "&7Use &e/jointitle reload &7to reload config"

# Multi-language texts languages: zh: # Chinese translations... en: # English translations... ```

### Config Options - `language` – Current language (`zh` = Chinese, `en` = English) - `title` – Main title shown on join - `subtitle` – Subtitle shown on join - `help.` – Help message formatting - `languages.zh.` – Chinese translations - `languages.en.*` – English translations

## Language System - Chinese (zh) – Default language - English (en) – English interface

All plugin messages (help, errors, etc.) support multi-language display. Switch languages via config or commands.

## Color & Format Codes ### Colors - `&0` – Black - `&1` – Dark Blue - `&2` – Dark Green - `&3` – Dark Aqua - `&4` – Dark Red - `&5` – Dark Purple - `&6` – Gold - `&7` – Gray - `&8` – Dark Gray - `&9` – Blue - `&a` – Green - `&b` – Aqua - `&c` – Red - `&d` – Light Purple - `&e` – Yellow - `&f` – White

### Formats - `&l` – Bold - `&o` – Italic - `&n` – Underline - `&m` – Strikethrough - `&k` – Random characters - `&r` – Reset formatting

## Version Info - Minecraft Version: 1. 21.x - Plugin Version: 1. 0. 0 - Author: 114514h

## License This project is licensed under MIT.

Let me know if you'd like any refinements! 🚀

# JoinTitle 插件

一个简单的Minecraft Java版服务器插件,当玩家进入服务器时显示自定义标题。

  • 当玩家加入服务器时自动显示自定义标题
  • 支持主标题和副标题
  • 支持Minecraft颜色代码
  • 可配置的显示内容
  • 支持OP玩家重载配置
  • 完整的命令系统和帮助信息
  • 多语言支持(中文/英文)
  • 动态语言切换功能

1. 将编译好的 `JoinTitle-1. 0. 0.jar` 文件放入服务器的 `plugins` 文件夹 2. 重启服务器 3. 编辑 `plugins/JoinTitle/config.yml` 文件来自定义标题内容

  • `/jointitle` 或 `/jointitle help` - 显示帮助信息
  • `/jointitle reload` - 重载插件配置(需要OP权限)
  • `/jointitle language` - 查看当前语言
  • `/jointitle language ` - 切换语言(需要OP权限)
  • `jointitle.use` - 允许使用基本命令(默认所有玩家)
  • `jointitle.reload` - 允许重载配置(默认仅OP)
  • `jointitle.language` - 允许切换语言(默认仅OP)

``` /jointitle help # 显示帮助信息 /jointitle reload # 重载配置文件(需要OP权限) /jointitle language # 查看当前语言 /jointitle language en # 切换到英文(需要OP权限) /jointitle language zh # 切换到中文(需要OP权限) ```

编辑 `config.yml` 文件来自定义标题内容和帮助信息:

```yaml # 语言设置 (zh = 中文, en = 英文) language: zh

# 主标题内容 title: "&6&l欢迎来到服务器!"

# 副标题内容 subtitle: "&a祝您游戏愉快!"

# 帮助信息配置 help: header: "&6&l=== JoinTitle 插件帮助 ===" help-command: "&e/jointitle help &f- 显示此帮助信息" reload-command: "&e/jointitle reload &f- 重载插件配置" language-command: "&e/jointitle language &f- 切换语言" version-info: "&7插件版本: {version}" author-info: "&7作者: {author}" footer: "&7使用 &e/jointitle reload &7重载配置"

# 多语言文本配置 languages: zh: # 中文文本配置... en: # 英文文本配置... ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
114514h
Version
1.0.1
Downloads
314
Endorsements
2
Category
bukkit
Created
9/8/2025
Updated
9/14/2025
Game Versions
1.8.8, 1.9, 1.9.1, 1.9.2, 1.9.3
Tags
utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does JoinTitle support?

The author lists 1.8.8, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4. Other versions may work but are untested by the author.

What is the latest version of JoinTitle?

Version 1.0.1, published 2025-09-14 with 314 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by 114514h 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods