Guild Plugin icon

Guild Plugin -----

A fully-featured Minecraft guild system plugin




  • Fixed invitee name display in invitation notifications
  • Fixed force delete guild in guild management GUI
  • Added guild chat feature
  • Added configurable teleport delay for guild home
  • Fixed /g applications subcommand
⚠️ Update notice: Delete all config files except guild.db, guild.db-shm, and guild.db-wal. This requires reconfiguring config.yml and database.yml.
----------, Jun 15, 2026

  • Completely refactored language structure: separated GUI, command, and module messages
  • Added more languages: German, French, Spanish, Japanese, Korean, Traditional Chinese, Malay, Italian, Dutch, Swedish, Turkish, Vietnamese, Thai, Arabic, Czech, Portuguese, Ukrainian, Romanian, Hungarian, Danish, Finnish, Norwegian (plus custom language file support)
  • Added 3 new APIs to the SDK (see Wiki for details)
  • Expanded module marketplace with custom download source support
  • Fixed command logic and added missing command key values.
⚠️ Update notice: Delete all config files except guild.db, guild.db-shm, and guild.db-wal. This requires reconfiguring config.yml and database.yml.
----------, Jun 8, 2026

  • Translated plugin config files to English
  • Fixed return navigation tracking in ConfirmDeleteGuildGUI
  • Removed redundant closeInventory in admin GUI; replaced hardcoded text with i18n
  • Replaced hardcoded text in Guild Logs GUI with i18n
Note: This update is optional — no critical fixes or major new features.
----------, Jun 7, 2026

  • Fixed dual-table write logic for deposit records
  • Added multi-language support for SystemSettingsGUI status
  • Improved guild funds GUI with dynamic source return
  • Added guild economy management via GUI
  • Added skin/head support to GuildDetailGUI
  • Added admin force transfer owner function; adjusted admin GUI layout
  • Completed missing multi-language keys
----------, Jun 7, 2026

  • Fixed force teleport errors in guild teleport command; unified teleport logic
  • Completed missing multi-language keys
  • Officially applied member contribution data table
  • Added guild funds GUI and balance query
  • Fine-tuned existing GUI layouts
  • Fixed navigation target when returning from log GUI
  • Fixed MySQL table creation errors
----------, Jun 6, 2026

1. Added a GUI for regular guild members to fix issues preventing members from performing guild teleport and leave guild operations

2. Fixed thread scheduling issues when players leave the guild

3. Fixed skin/head display in the guild member GUI
----------, Jun 6, 2026

1. Fixed errors occurring during module loading

2. Fixed download failures caused by duplicate module names

3. Fixed colored log message output

4. Added more necessary notifications/hints
----------, Jun 6, 2026

1. Improved guild search and filter functionality

2. Fixed various defects in GUI interaction logic
----------, Jun 5, 2026

1. Updated cloud module repository – added ability to view, download, enable, and disable modules. New command: /guildmodule cloud

2. Added plugin update checker – use /guildadmin update to check for new versions and update

3. Set plugin output language to English for better internationalization

4. Fixed abnormal plugin output
----------, Jun 5, 2026

Added version check feature.
----------, Jun 5, 2026

Set the default message of the plugin log to English.
----------, Jun 4, 2026

fix skull skin display and Folia teleport compatibility
----------, May 31, 2026

v1.5.0 Changelog

Version Upgrade Notes

Before using this version, you **must delete** the following old files; otherwise, configuration loading may encounter issues:
  1. config.yml
  2. messages_br.yml
  3. messages_en.yml
  4. messages_pl.yml
  5. messages_zh.yml
New Features

Guild Level Upgrade Economy Configuration: Added configurable economy requirements for guild level upgrades in `config.yml`.

No Economy Plugin Support: Allows the guild plugin to function normally even when no economy plugin is enabled.


Improvements & Fixes

Tag Color Scope Restriction: Removed square brackets and appended a reset code at the end, finally escaped by ColorUtils.colorize(). Synchronized updates were made to the Guild Info GUI and PlaceholderUtils.

GUI Layout Unification & Code Optimization: Adjusted the layout of the following GUI classes to unify layout logic and optimize code readability:

  • ApplicationManagementGUI
  • CreateRelationGUI
  • EconomyManagementGUI
  • GuildInfoGUI
  • GuildListManagementGUI
  • GuildRelationsGUI
  • GuildSettingsGUI
  • InviteMemberGUI
  • KickMemberGUI
  • PromoteMemberGUI
  • RelationManagementGUI
Language File Completion: Completed missing key values in the following language files:

  • messages_br.yml
  • messages_en.yml
  • messages_pl.yml
  • messages_zh.yml
Version Notes

This version includes all updates from v1.4.7, v1.4.8, and v1.4.9. It is recommended that all users upgrade to this version.
----------, May 31, 2026

Added missing language key values.
----------, May 31, 2026

Fixed Folia compatibility
----------, May 27, 2026

Fixed internal variable display issues. Everyone should update to this version – please delete old language configs; new ones will be auto-generated on startup/reload.

For custom language configs, ensure:

  1. Update message keys as per v1.4.4
  2. Add any missing keys by comparing with the new version
If needed, use translation tools to convert messages_zh.yml into your local language config.
----------, May 6, 2026

Fixed an issue where internal GUI variables were displayed incorrectly.
It is recommended to delete the language file and reload the plugin to regenerate the fixed language config. If using your own custom language config, please review the detailed fixes for the corresponding version on GitHub and apply them manually. You can also submit an issue with your language config file attached, and we will add core support and maintenance for that language.
----------, May 5, 2026

Fixed loading of external multi-language support.
----------, Apr 13, 2026

  • Further improved the SDK module loader
----------, Apr 13, 2026

All modules can be downloaded from Releases.

v1.3.6

  • Further improved the SDK module loader

v1.3.5
  • Improved the SDK module loader
----------, Apr 9, 2026

Fully Supported Languages
  • Chinese (zh)

  • English (en)

  • Polish (pl)
----------, Feb 24, 2026

修复了一些细节
修改了GUI
使用该版本需要将原有的gui.yml删除,否则无法使用新版GUI
----------, Jan 17, 2026

  • 所有删除方式统一使用确认GUI
  • 完整的权限验证和错误处理
  • Folia环境传送安全稳定
  • 保持向后兼容性
----------, Jan 17, 2026

针对issue做出的更改,可前往下面的链接至GitHub工作流文件下载页。
https://github.com/chenasyd/-GuildPlugin/actions/runs/18125994245
----------, Sep 30, 2025

1.完全适配了Folia,同时兼容主流插件平台。
2.修正了时间在数据库的保存。
3.作者本人需要返回学习继续学习了,时间紧,无法及时回复问题以及其他平台的信息,且在短时间内无法继续更新插件,急切需要修改内容可自行修改源码,最新的代码已提交在GitHub。
----------, Aug 23, 2025

GUI Stability Fixes
  • Automatically close guild menus when a guild is deleted to prevent players from browsing deleted guild data (avoids null reference errors).
Permission System Overhaul
  • Fixed an issue where permissions configurations in config.yml were not being loaded by the PermissionManager.
  • Fully migrated hardcoded permission mappings to configuration-driven architecture.
  • Enhanced PermissionManager to now dynamically read permission matrices from ConfigManager (via config.yml).
  • All menu permission checks now strictly follow the centralized config.yml permissions.
Database Configuration Update
  • Revamped database.yml implementation logic.
  • ⚠️ Breaking Change: Deprecated database configurations in config.yml (now exclusively managed via database.yml).
Upgrade Instructions
  1. Mandatory: Delete existing config.yml and database.yml to allow clean regeneration.
  2. New files will auto-generate with optimized defaults on server restart.
----------, Aug 18, 2025

Resource Information
Author:
----------
Total Downloads: 805
First Release: Aug 14, 2025
Last Update: Jun 15, 2026
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings