File Details
HyGuild-plugin-1.2.0.jar
- R
- Jan 16, 2026
- 76.53 KB
- 1.0K
- Early Access
File Name
hytale-guild-plugin-1.2.0.jar
Supported Versions
- Early Access
Changelog 16/01/2026
Added LuckPerms permission support:
- Full permission system for guild, claim, chat and economy commands
- Admin override permission (hyguild.admin)
- Wildcard permissions support (hyguild.*)
Supported permissions:
Guild:
- hyguild.guild.create
- hyguild.guild.invite
- hyguild.guild.accept
- hyguild.guild.leave
- hyguild.guild.kick
- hyguild.guild.disband
- hyguild.guild.list
- hyguild.guild.info
- hyguild.guild.promote
- hyguild.guild.demote
Guild Bank:
- hyguild.guild.bank.deposit
- hyguild.guild.bank.withdraw
- hyguild.guild.bank.balance
Chat:
- hyguild.chat
Claim:
- hyguild.claim.create
- hyguild.claim.delete
- hyguild.claim.info
- hyguild.claim.list
Economy:
- hyguild.money.balance
- hyguild.money.pay
Added internal Placeholder API:
- Placeholders can be used in messages, chat formats and config files
- Public API exposed for usage by other plugins
Available placeholders:
- %hyguild_player% → Player username
- %hyguild_uuid% → Player UUID
- %hyguild_guild% → Guild name (empty if not in a guild)
- %hyguild_role% → Player role in the guild (localized)
- %hyguild_members% → Number of guild members
- %hyguild_maxmembers% → Maximum allowed guild members
- %hyguild_claims% → Number of guild claims
- %hyguild_money% → Player balance
- %hyguild_bank% → Guild bank balance
- %hyguild_has_guild% → true/false if the player is in a guild
- %hyguild_is_leader% → true/false if the player is the guild leader
GUI in development:
- /guild list will open a GUI instead of chat output
- /guild info will open a GUI with full guild information
- GUIs will reuse existing command logic (no duplicated logic)
Support & Documentation:
- Join our Discord for support and updates
- A full plugin documentation wiki will be created on Discord

