Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
KoukeNeko Nametag Plugin
๐ Introduction
KoukeNeko Nametag is a powerful and user-friendly Minecraft tag/prefix management plugin that allows players to select and display custom tags in front of their names with an intuitive GUI menu.
๐ง Features
- โ Easy-to-use GUI for selecting tags
- โ Permission-based tag access
- โ Custom tag creation with color code support
- โ Admin commands for tag management
- โ Integration with LuckPerms and TAB plugin
- โ Persistent tag storage and configuration
- โ Simple command to reload configuration
- ๐ Highly customizable config.yml with new sections
- ๐ Flexible menu settings (title, size, materials, positions)
- ๐ Configurable command details (names, aliases, descriptions)
- ๐ File management options and debug settings
- ๐ Multi-language support with customizable language files
๐ Installation
- Place the
KoukeNeko-Nametag.jarfile into your server'spluginsfolder - Restart your server or use the
/reload confirmcommand - Configure the plugin settings in
config.ymlandtags.ymlas needed
Note: This plugin can work with any tag display method. The default configuration uses TAB Plugin and LuckPerms commands, but you can modify these in the config.yml to work with other plugins.
๐ Commands
| Command | Description | Permission |
|---|---|---|
/tag |
Open the tag selection menu | None |
/tag create <tag-id> <display-format> |
Create a new tag | koukeneko.admin |
/tag remove <tag-id> |
Delete a tag | koukeneko.admin |
/tag <player> add <tag-id> |
Give a player permission to use a tag | koukeneko.admin |
/tag <player> remove <tag-id> |
Remove tag permission from a player | koukeneko.admin |
/koukeneko reload (/kn reload) |
Reload plugin configuration | koukeneko.admin |
๐ Permissions
| Permission | Description |
|---|---|
koukeneko.admin |
Access to all administrative commands |
koukeneko.tags.<tag-id> |
Permission to use a specific tag |
โ๏ธ Configuration
config.yml
The config.yml file has been significantly expanded with new customization options:
# Basic Settings
prefix: "&7[&6&lๆจ็ฑค&7&l็ณป็ตฑ&7]&f" # Message prefix
language: "zh_TW" # Supported languages: zh_TW, en_US
# Permission Settings
permission:
admin: "koukeneko.admin" # Admin permission
tag_prefix: "koukeneko.tags." # Tag permission prefix
# Menu Customization
menu:
title: "&8Tag Selection" # Menu title
rows: "auto" # Menu rows (auto calculate or 1-6)
remove_item:
material: "BARRIER" # Remove button material
position: "bottom_right" # Button position
tag_item:
material: "NAME_TAG" # Tag item material
# Command Configuration
commands:
main:
name: "koukeneko"
aliases: ["kn"]
description: "KoukeNeko plugin main command"
usage: "/koukeneko reload"
permission: "koukeneko.admin"
tag:
name: "tag"
aliases: ["tags"]
description: "Tag system command"
usage: "/tag [arguments]"
# Commands to execute when tags are selected/modified
command:
settag: # When setting a tag
- "tab player {player} tagprefix {tag}"
- "tab player {player} tabprefix {tag}"
remove: # When removing a tag
- "tab player {player} tagprefix"
- "tab player {player} tabprefix"
add_permission: # When adding permission
- "lp user {player} permission set {tag}"
remove_permission: # When removing permission
- "lp user {player} permission unset {tag}"
remove_permission_all: # When removing permission from all players
- "lp group default permission unset {tag}"
- "lp user * permission unset {tag}"
# File Settings
files:
tags_file: "tags.yml" # Tag file name
language_file_prefix: "lang_" # Language file prefix
language_file_suffix: ".yml" # Language file suffix
# Debug Settings
debug:
enabled: false # Debug mode toggle
log_commands: true # Log executed commands
log_permissions: false # Log permission checks
tags.yml
# Tag definitions
tags:
# Format:
# tag-id:
# display: Tag display format (supports & color codes)
# Member tag
member:
display: "&7[&a็ฉๅฎถ&7]&f"
# VIP tag
vip:
display: "&7[&6VIP&7]&f"
# Admin tag
admin:
display: "&7[&cop&7]&f"
# Beta tester tag
beta:
display: "&7[&bBeta&7]&f"
# Developer tag
dev:
display: "&7[&5Dev&7]&f"
๐ฑ Usage
For Players
- Use the
/tagcommand to open the tag selection GUI - Click on any available tag to apply it to your name
- Click the barrier icon to remove your current tag
For Admins
- Create tags with
/tag create <id> <display>(e.g.,/tag create mvp &7[&bMVP&7]&f) - Grant players permission with
/tag <player> add <id> - Remove tags with
/tag remove <id>if needed
โ ๏ธ Important Notes
- Color codes use the
&symbol (e.g.,&7[&aVIP&7]for gray brackets with a green "VIP") - The default configuration uses commands compatible with TAB plugin and LuckPerms, but you can modify these in config.yml
- The tags.yml file contains default tags, which you can modify or add to as needed
- When removing a tag, all online players will receive a notification if they had that tag
- ๐ After updating, the plugin will automatically update your config.yml with new sections while preserving existing settings
- ๐ You can now customize menu appearance, command settings, and file locations
- ๐ Debug mode is available for troubleshooting - enable
debug.enabledfor detailed logs
๐ค Contribution
Feel free to submit Issues or Pull Requests if you encounter any problems or have suggestions for additional features.
๐ License
This plugin is released under the MIT License.
๐ ็ฐกไป
KoukeNeko Nametag ๆฏไธๅๅ่ฝๅผทๅคงไธไฝฟ็จ่ ๅๅฅฝ็ Minecraft ็จฑ่/ๅ็ถด็ฎก็ๆไปถ๏ผๅ ่จฑ็ฉๅฎถ้้็ด่ง็ GUI ้ธๅฎ้ธๆไธฆๅจๅๅญๅ้กฏ็คบ่ชๅฎ็พฉๆจ็ฑคใ
๐ง ๅ่ฝ็น่ฒ
- โ ็ฐกๅฎๆ็จ็ๆจ็ฑค้ธๆ GUI ็้ข
- โ ๅบๆผๆฌ้็ๆจ็ฑคไฝฟ็จๆงๅถ
- โ ๆฏๆด้ก่ฒไปฃ็ขผ็่ชๅฎ็พฉๆจ็ฑคๅปบ็ซ
- โ ๅฎๆด็็ฎก็ๅกๆจ็ฑค็ฎก็ๆไปค
- โ ่ LuckPerms ๅ TAB ๆไปถ็็ก็ธซๆดๅ
- โ ๆฐธไน ๆงๆจ็ฑคๅญๅฒๅ่จญๅฎ
- โ ็ฐกๅฎ็่จญๅฎ้่ผๆไปค
- ๐ ้ซๅบฆๅฏ่ช่จ็ config.yml ้ ็ฝฎๆชๆก
- ๐ ้ๆดป็้ธๅฎ่จญๅฎ๏ผๆจ้กใๅคงๅฐใๆ่ณชใไฝ็ฝฎ๏ผ
- ๐ ๅฏ้ ็ฝฎ็ๆไปค่ฉณ็ดฐ่จญๅฎ๏ผๅ็จฑใๅฅๅใๆ่ฟฐ๏ผ
- ๐ ๆชๆก็ฎก็้ธ้ ๅ้ค้ฏ่จญๅฎ
- ๐ ๅค่ช่จๆฏๆด่ๅฏ่ช่จ่ช่จๆชๆก
๐ ๅฎ่ฃๆนๅผ
- ๅฐ
KoukeNeko-Nametag.jarๆไปถๆพๅ ฅไผบๆๅจ็pluginsๆไปถๅคพ - ้ๅไผบๆๅจๆไฝฟ็จ
/reload confirmๆไปค - ๆ นๆ้่ฆๅจ
config.ymlๅtags.ymlไธญ่จญๅฎๆไปถ่จญๅฎ
ๆณจๆ๏ผ ๆฌๆไปถๅฏไปฅ่ไปปไฝ็จฑ่้กฏ็คบๆนๅผๆญ้ ไฝฟ็จใ้ ่จญ่จญๅฎไฝฟ็จไบTABๆไปถๅLuckPerms็ๆไปค๏ผไฝๆจๅฏไปฅๅจconfig.ymlไธญไฟฎๆน้ไบ่จญๅฎไปฅ้ ๅๅ ถไปๆไปถใ
๐ ๆไปค
| ๆไปค | ๆ่ฟฐ | ๆฌ้ |
|---|---|---|
/tag |
ๆ้ๆจ็ฑค้ธๆ้ธๅฎ | ็ก |
/tag create <ๆจ็ฑคID> <้กฏ็คบๆ ผๅผ> |
ๅปบ็ซๆฐๆจ็ฑค | koukeneko.admin |
/tag remove <ๆจ็ฑคID> |
ๅช้คๆจ็ฑค | koukeneko.admin |
/tag <็ฉๅฎถ> add <ๆจ็ฑคID> |
็ตฆไบ็ฉๅฎถไฝฟ็จๆจ็ฑค็ๆฌ้ | koukeneko.admin |
/tag <็ฉๅฎถ> remove <ๆจ็ฑคID> |
็งป้ค็ฉๅฎถ็ๆจ็ฑคๆฌ้ | koukeneko.admin |
/koukeneko reload (/kn reload) |
้ๆฐ่ผๅ ฅๆไปถ่จญๅฎ | koukeneko.admin |
๐ ๆฌ้
| ๆฌ้ | ๆ่ฟฐ |
|---|---|
koukeneko.admin |
ๆๆๆๆ็ฎก็ๆไปค็ๆฌ้ |
koukeneko.tags.<ๆจ็ฑคID> |
ไฝฟ็จ็นๅฎๆจ็ฑค็ๆฌ้ |
โ๏ธ ่จญๅฎ
config.yml
config.yml ๆชๆกๅทฒๅคงๅน ๆดๅฑ๏ผๆฐๅขไบ่จฑๅค่ช่จ้ธ้ ๏ผ
# ๅบๆฌ่จญๅฎ
prefix: "&7[&6&lๆจ็ฑค&7&l็ณป็ตฑ&7]&f" # ่จๆฏๅ็ถด
language: "zh_TW" # ๆฏๆด็่ช่จ: zh_TW, en_US
# ๆฌ้่จญๅฎ
permission:
admin: "koukeneko.admin" # ็ฎก็ๅกๆฌ้
tag_prefix: "koukeneko.tags." # ๆจ็ฑคๆฌ้ๅ็ถด
# ้ธๅฎ่ช่จ่จญๅฎ
menu:
title: "&8ๆจ็ฑค้ธๆ" # ้ธๅฎๆจ้ก
rows: "auto" # ้ธๅฎ่กๆธ (auto ่ชๅ่จ็ฎๆ 1-6)
remove_item:
material: "BARRIER" # ็งป้คๆ้ๆ่ณช
position: "bottom_right" # ๆ้ไฝ็ฝฎ
tag_item:
material: "NAME_TAG" # ๆจ็ฑค็ฉๅๆ่ณช
# ๆไปค่จญๅฎ
commands:
main:
name: "koukeneko"
aliases: ["kn"]
description: "KoukeNeko ๆไปถไธปๆไปค"
usage: "/koukeneko reload"
permission: "koukeneko.admin"
tag:
name: "tag"
aliases: ["ๆจ็ฑค", "tags"]
description: "ๆจ็ฑค็ณป็ตฑๆไปค"
usage: "/tag [ๅๆธ]"
# ็ถ้ธๆๆจ็ฑคๅพ่ฆๅท่ก็็ณป็ตฑๆไปค
command:
settag: # ่จญๅฎๆจ็ฑค
- "tab player {player} tagprefix {tag}"
- "tab player {player} tabprefix {tag}"
remove: # ็งป้คๆจ็ฑค
- "tab player {player} tagprefix"
- "tab player {player} tabprefix"
add_permission: # ๅขๅ ๆฌ้
- "lp user {player} permission set {tag}"
remove_permission: # ็งป้คๆฌ้
- "lp user {player} permission unset {tag}"
remove_permission_all: # ็งป้คๆๆ็ฉๅฎถ็ๆจ็ฑคๆฌ้
- "lp group default permission unset {tag}"
- "lp user * permission unset {tag}"
# ๆชๆก่จญๅฎ
files:
tags_file: "tags.yml" # ๆจ็ฑคๆชๆกๅ็จฑ
language_file_prefix: "lang_" # ่ช่จๆชๆกๅ็ถด
language_file_suffix: ".yml" # ่ช่จๆชๆกๅพ็ถด
# ้ค้ฏ่จญๅฎ
debug:
enabled: false # ้ค้ฏๆจกๅผ้้
log_commands: true # ่จ้ๅท่ก็ๆไปค
log_permissions: false # ่จ้ๆฌ้ๆชขๆฅ
tags.yml
# ๆจ็ฑคๅฎ็พฉ
tags:
# ๆ ผๅผ๏ผ
# ๆจ็ฑคID:
# display: ้กฏ็คบๆ ผๅผ (ๆฏๆด & ้ก่ฒไปฃ็ขผ)
# ๆฎ้ๆๅกๆจ็ฑค
member:
display: "&7[&a็ฉๅฎถ&7]&f"
# VIPๆจ็ฑค
vip:
display: "&7[&6VIP&7]&f"
# ็ฎก็ๅกๆจ็ฑค
admin:
display: "&7[&cop&7]&f"
# BETAๆธฌ่ฉฆ่
ๆจ็ฑค
beta:
display: "&7[&bBeta&7]&f"
# ไผบๆๅจ้็ผ่
ๆจ็ฑค
dev:
display: "&7[&5Dev&7]&f"
๐ฑ ไฝฟ็จๆนๆณ
็ฉๅฎถไฝฟ็จ
- ไฝฟ็จ
/tagๆไปคๆ้ๆจ็ฑค้ธๆ็้ข - ้ป้ธไปปไฝๅฏ็จๆจ็ฑคๅฐๅ ถๆ็จๅฐๆจ็ๅๅญ
- ้ป้ธ้็ค็ฉๅๆจ๏ผๅณไธ่ง๏ผ็งป้ค็ฎๅๆจ็ฑค
็ฎก็ๅกไฝฟ็จ
- ไฝฟ็จ
/tag create <ID> <้กฏ็คบ>ๅปบ็ซๆจ็ฑค๏ผไพๅฆ๏ผ/tag create mvp &7[&bMVP&7]&f๏ผ - ไฝฟ็จ
/tag <็ฉๅฎถ> add <ID>ๆไบ็ฉๅฎถๆฌ้ - ๅฆ้็งป้คๆจ็ฑค๏ผไฝฟ็จ
/tag remove <ID>
โ ๏ธ ๆณจๆไบ้
- ้ก่ฒไปฃ็ขผไฝฟ็จ
&็ฌฆ่๏ผไพๅฆ๏ผ&7[&aVIP&7]่กจ็คบ็ฐ่ฒๆฌ่ๅ ง็็ถ ่ฒใVIPใๆๅญ๏ผ - ้ ่จญ่จญๅฎไฝฟ็จไบ่ TAB ๆไปถๅ LuckPerms ็ธๅฎน็ๆไปค๏ผไฝๆจๅฏไปฅๅจ config.yml ไธญไฟฎๆน้ไบ่จญๅฎ
- tags.yml ๆไปถๅ ๅซ้ ่จญๆจ็ฑค๏ผๆจๅฏไปฅๆ นๆ้่ฆไฟฎๆนๆๆฐๅขๆฐๆจ็ฑค
- ๅช้คๆจ็ฑคๆ๏ผๆๆๆๆ่ฉฒๆจ็ฑคๆฌ้็ๅจ็ท็ฉๅฎถ้ฝๆๆถๅฐ้็ฅ
- ๐ ๆดๆฐๅพ๏ผๆไปถๆ่ชๅๆดๆฐๆจ็ config.yml ๆชๆก๏ผไฟ็็พๆ่จญๅฎไธฆๆฐๅขๆฐ็ๅๆฎต
- ๐ ็พๅจๆจๅฏไปฅ่ช่จ้ธๅฎๅค่งใๆไปค่จญๅฎๅๆชๆกไฝ็ฝฎ
- ๐ ๆไพ้ค้ฏๆจกๅผ็จๆผๆ
้ๆ้ค - ๅ็จ
debug.enabledๅฏ็ฒๅพ่ฉณ็ดฐๆฅ่ช
๐ค ่ฒข็ป
่ฅ็ผ็พไปปไฝๅ้กๆๅธๆๆไพๅ่ฝๅปบ่ญฐ๏ผๆญก่ฟๆไบค Issue ๆ Pull Requestใ
๐ ๆๆฌๅ่ญฐ
ๆฌๆไปถๅบๆผ MIT ่จฑๅฏๅ่ญฐ็ผๅธใ
๐ Latest Updates
๐ Configuration File Overhaul
This version brings a major update to the configuration system:
- Enhanced customization: Detailed menu, permission, and command settings
- Multi-language support: Improved language file management
- Debug options: Better troubleshooting capabilities
- Flexible file management: Customizable file names and paths
For detailed information about the new configuration options, see:
๐ Enjoy your game! ็ฅไฝ ้ๆฒๆๅฟซ๏ผ
| /tag <player> remove <tag-id> | Remove tag permission from a player | koukeneko.admin |
| /koukeneko reload (/kn reload) | Reload plugin configuration | koukeneko.admin |
๐ Permissions
| Permission | Description |
|---|---|
koukeneko.admin |
Access to all administrative commands |
koukeneko.tags.<tag-id> |
Permission to use a specific tag |
โ๏ธ Configuration
config.yml
prefix: "&7[&6&lๆจ็ฑค&7&l็ณป็ตฑ&7]&f" # Message prefix
# Commands to execute when tags are selected/modified
command:
settag: # When setting a tag
- "tab player {player} tagprefix {tag}"
- "tab player {player} tabprefix {tag}"
remove: # When removing a tag
- "tab player {player} tagprefix"
- "tab player {player} tabprefix"
add_permission: # When adding permission
- "lp user {player} permission set {tag}"
remove_permission: # When removing permission
- "lp user {player} permission unset {tag}"
remove_permission_all: # When removing permission from all players
- "lp group default permission unset {tag}"
- "lp user * permission unset {tag}"
tags.yml
# Tag definitions
tags:
# Format:
# tag-id:
# display: Tag display format (supports & color codes)
# Member tag
member:
display: "&7[&a็ฉๅฎถ&7]&f"
# VIP tag
vip:
display: "&7[&6VIP&7]&f"
# Admin tag
admin:
display: "&7[&cop&7]&f"
# Beta tester tag
beta:
display: "&7[&bBeta&7]&f"
# Developer tag
dev:
display: "&7[&5Dev&7]&f"
๐ฑ Usage
For Players
- Use the
/tagcommand to open the tag selection GUI - Click on any available tag to apply it to your name
- Click the barrier icon to remove your current tag
For Admins
- Create tags with
/tag create <id> <display>(e.g.,/tag create mvp &7[&bMVP&7]&f) - Grant players permission with
/tag <player> add <id> - Remove tags with
/tag remove <id>if needed
โ ๏ธ Important Notes
- Color codes use the
&symbol (e.g.,&7[&aVIP&7]for gray brackets with a green "VIP") - The default configuration uses commands compatible with TAB plugin and LuckPerms, but you can modify these in config.yml
- The tags.yml file contains default tags, which you can modify or add to as needed
- When removing a tag, all online players will receive a notification if they had that tag
๐ค Contribution
Feel free to submit Issues or Pull Requests if you encounter any problems or have suggestions for additional features.
๐ License
This plugin is released under the MIT License.
๐ ็ฐกไป
KoukeNeko Nametag ๆฏไธๅๅ่ฝๅผทๅคงไธไฝฟ็จ่ ๅๅฅฝ็ Minecraft ็จฑ่/ๅ็ถด็ฎก็ๆไปถ๏ผๅ ่จฑ็ฉๅฎถ้้็ด่ง็ GUI ้ธๅฎ้ธๆไธฆๅจๅๅญๅ้กฏ็คบ่ชๅฎ็พฉๆจ็ฑคใ
๐ง ๅ่ฝ็น่ฒ
- โ ็ฐกๅฎๆ็จ็ๆจ็ฑค้ธๆ GUI ็้ข
- โ ๅบๆผๆฌ้็ๆจ็ฑคไฝฟ็จๆงๅถ
- โ ๆฏๆด้ก่ฒไปฃ็ขผ็่ชๅฎ็พฉๆจ็ฑคๅปบ็ซ
- โ ๅฎๆด็็ฎก็ๅกๆจ็ฑค็ฎก็ๆไปค
- โ ่ LuckPerms ๅ TAB ๆไปถ็็ก็ธซๆดๅ
- โ ๆฐธไน ๆงๆจ็ฑคๅญๅฒๅ่จญๅฎ
- โ ็ฐกๅฎ็่จญๅฎ้่ผๆไปค
๐ ๅฎ่ฃๆนๅผ
- ๅฐ
KoukeNeko-Nametag.jarๆไปถๆพๅ ฅไผบๆๅจ็pluginsๆไปถๅคพ - ้ๅไผบๆๅจๆไฝฟ็จ
/reload confirmๆไปค - ๆ นๆ้่ฆๅจ
config.ymlๅtags.ymlไธญ่จญๅฎๆไปถ่จญๅฎ
ๆณจๆ๏ผ ๆฌๆไปถๅฏไปฅ่ไปปไฝ็จฑ่้กฏ็คบๆนๅผๆญ้ ไฝฟ็จใ้ ่จญ่จญๅฎไฝฟ็จไบTABๆไปถๅLuckPerms็ๆไปค๏ผไฝๆจๅฏไปฅๅจconfig.ymlไธญไฟฎๆน้ไบ่จญๅฎไปฅ้ ๅๅ ถไปๆไปถใ
๐ ๆไปค
| ๆไปค | ๆ่ฟฐ | ๆฌ้ |
|---|---|---|
/tag |
ๆ้ๆจ็ฑค้ธๆ้ธๅฎ | ็ก |
/tag create <ๆจ็ฑคID> <้กฏ็คบๆ ผๅผ> |
ๅปบ็ซๆฐๆจ็ฑค | koukeneko.admin |
/tag remove <ๆจ็ฑคID> |
ๅช้คๆจ็ฑค | koukeneko.admin |
/tag <็ฉๅฎถ> add <ๆจ็ฑคID> |
็ตฆไบ็ฉๅฎถไฝฟ็จๆจ็ฑค็ๆฌ้ | koukeneko.admin |
/tag <็ฉๅฎถ> remove <ๆจ็ฑคID> |
็งป้ค็ฉๅฎถ็ๆจ็ฑคๆฌ้ | koukeneko.admin |
/koukeneko reload (/kn reload) |
้ๆฐ่ผๅ ฅๆไปถ่จญๅฎ | koukeneko.admin |
๐ ๆฌ้
| ๆฌ้ | ๆ่ฟฐ |
|---|---|
koukeneko.admin |
ๆๆๆๆ็ฎก็ๆไปค็ๆฌ้ |
koukeneko.tags.<ๆจ็ฑคID> |
ไฝฟ็จ็นๅฎๆจ็ฑค็ๆฌ้ |
โ๏ธ ่จญๅฎ
config.yml
prefix: "&7[&6&lๆจ็ฑค&7&l็ณป็ตฑ&7]&f" # ่จๆฏๅ็ถด
# ็ถ้ธๆๆจ็ฑคๅพ่ฆๅท่ก็็ณป็ตฑๆไปค
command:
settag: # ่จญๅฎๆจ็ฑค
- "tab player {player} tagprefix {tag}"
- "tab player {player} tabprefix {tag}"
remove: # ็งป้คๆจ็ฑค
- "tab player {player} tagprefix"
- "tab player {player} tabprefix"
add_permission: # ๅขๅ ๆฌ้
- "lp user {player} permission set {tag}"
remove_permission: # ็งป้คๆฌ้
- "lp user {player} permission unset {tag}"
remove_permission_all: # ็งป้คๆๆ็ฉๅฎถ็ๆจ็ฑคๆฌ้
- "lp group default permission unset {tag}"
- "lp user * permission unset {tag}"
tags.yml
# ๆจ็ฑคๅฎ็พฉ
tags:
# ๆ ผๅผ๏ผ
# ๆจ็ฑคID:
# display: ้กฏ็คบๆ ผๅผ (ๆฏๆด & ้ก่ฒไปฃ็ขผ)
# ๆฎ้ๆๅกๆจ็ฑค
member:
display: "&7[&a็ฉๅฎถ&7]&f"
# VIPๆจ็ฑค
vip:
display: "&7[&6VIP&7]&f"
# ็ฎก็ๅกๆจ็ฑค
admin:
display: "&7[&cop&7]&f"
# BETAๆธฌ่ฉฆ่
ๆจ็ฑค
beta:
display: "&7[&bBeta&7]&f"
# ไผบๆๅจ้็ผ่
ๆจ็ฑค
dev:
display: "&7[&5Dev&7]&f"
๐ฑ ไฝฟ็จๆนๆณ
็ฉๅฎถไฝฟ็จ
- ไฝฟ็จ
/tagๆไปคๆ้ๆจ็ฑค้ธๆ็้ข - ้ป้ธไปปไฝๅฏ็จๆจ็ฑคๅฐๅ ถๆ็จๅฐๆจ็ๅๅญ
- ้ป้ธ้็ค็ฉๅๆจ๏ผๅณไธ่ง๏ผ็งป้ค็ฎๅๆจ็ฑค
็ฎก็ๅกไฝฟ็จ
- ไฝฟ็จ
/tag create <ID> <้กฏ็คบ>ๅปบ็ซๆจ็ฑค๏ผไพๅฆ๏ผ/tag create mvp &7[&bMVP&7]&f๏ผ - ไฝฟ็จ
/tag <็ฉๅฎถ> add <ID>ๆไบ็ฉๅฎถๆฌ้ - ๅฆ้็งป้คๆจ็ฑค๏ผไฝฟ็จ
/tag remove <ID>
โ ๏ธ ๆณจๆไบ้
- ้ก่ฒไปฃ็ขผไฝฟ็จ
&็ฌฆ่๏ผไพๅฆ๏ผ&7[&aVIP&7]่กจ็คบ็ฐ่ฒๆฌ่ๅ ง็็ถ ่ฒใVIPใๆๅญ๏ผ - ้ ่จญ่จญๅฎไฝฟ็จไบ่ TAB ๆไปถๅ LuckPerms ็ธๅฎน็ๆไปค๏ผไฝๆจๅฏไปฅๅจ config.yml ไธญไฟฎๆน้ไบ่จญๅฎ
- tags.yml ๆไปถๅ ๅซ้ ่จญๆจ็ฑค๏ผๆจๅฏไปฅๆ นๆ้่ฆไฟฎๆนๆๆฐๅขๆฐๆจ็ฑค
- ๅช้คๆจ็ฑคๆ๏ผๆๆๆๆ่ฉฒๆจ็ฑคๆฌ้็ๅจ็ท็ฉๅฎถ้ฝๆๆถๅฐ้็ฅ
๐ค ่ฒข็ป
่ฅ็ผ็พไปปไฝๅ้กๆๅธๆๆไพๅ่ฝๅปบ่ญฐ๏ผๆญก่ฟๆไบค Issue ๆ Pull Requestใ
๐ ๆๆฌๅ่ญฐ
ๆฌๆไปถๅบๆผ MIT ่จฑๅฏๅ่ญฐ็ผๅธใ
๐ Enjoy your game! ็ฅไฝ ้ๆฒๆๅฟซ๏ผ


