FioChat v2.1.34

Chatting with the advance formats!
FioChat Update - Changelog
(2.1.18)
  • Telemetry (bStats)
    Added bStats integration to provide plugin usage metrics. FioChat now initializes Metrics during startup using plugin id 31458, with support for custom chart reporting (e.g. SimplePie) to improve monitoring and release insight.

  • Commands & Aliases
    Fixed a bug where aliases configured in aliases.commands were rewritten internally but not fully registered in Bukkit's command map. Aliases (such as /qc, /giveaways, etc.) are now re-registered properly and visible/usable as real command aliases after startup and reload.
FioChat Update - Changelog
(2.1.17)
  • Nametag
    • Fixed nametag movement flickering, this update now makes the nametag follow the player’s own perspective client view.
  • Chat
    • Fixed a bug where after a player had 0 permissions or got deopped, they could not use chat.
  • Nickname
    • Fixed /nick where FioChat will no longer respect 2nd/3rd-party plugins that modify the player’s name.
FioChat Update - Changelog
(2.1.16)
  • Formats & Fallback
    • Fixed an issue where fallback was not processed correctly when format: [] was blank.
    • Added new shadow_settings support under fallback:.
    • Restructured fallback.format.rank into fallback.
    • Fixed behavior where FioChat forcefully fallbacked %vault_prefix% to FioChat placeholder settings.
  • Scoreboard & Below Name
    • Starting from 2.1.16, FioChat no longer uses scoreboard for the below_name feature.
FioChat Update - Changelog
(2.1.15)
  • GUI & UX Improvements
    • Fixed page.next.disabled and page.previous.disabled material not properly rendered in FioChat.
    • Added support for AIR to make GUI items completely invisible.
    • Added actions to the rest of FioChat GUIs for broader menu customization.
    • Under history.yml -> player_info, the lore option is now available.
    • Added more customization to FioChat Reports GUI.
  • Commands & Module Behavior
    • Changed /emoji list to /emoji.
    • Modules that are disabled will now have their commands fully removed from /[TAB] suggestions.
  • Scoreboard & GamerTag
    • Fixed /toggle scoreboard, now also affecting below_nametag scoreboard objective correctly.
    • Added respect setting for GamerTag npc and hologram.
    • Module gamertag is now deprecated for MC 776 and above due to MC-99647 and MC-307012.
  • Formatting, Tags & Fallbacks
    • Added %fontRendered% so players can see what the actual rendered font is.
    • Added new tag <shadow:#RRGGBB:<OPACITY>>Text</shadow>.
    • Added fallback.format.rank settings to formats.
  • Fixes & Compatibility
    • Fixed item-display default config typo where lowercase was incorrect.
    • Fixed a bug where adding a new emoji and using TEST_EMOJI:%emoji-id% could ignore Emoji Event.
    • FioChat drops support from 1.16 up to 1.19 starting from 2.1.15.
    • Fixed Item Display Module preview for [inv]: row count changed from 3 to 4.
    • Restructured item-display/menu.yml; remove old GUI file and let FioChat generate a new one.
FioChat Update - Changelog
(2.1.14)
  • GamerTag Optimization
    • Fixed GamertagService &GamertagService.tickUpdate is alot more optimized than 2.1.13.
  • GamerTag Bug with Hologram/NPC BelowName
    • FioChat will no longer adds a below_name scoreboard objective to NPC / Hologram.
FioChat Update - Changelog
(2.1.13)
  • JoinQuit Menu & UX Fixes
    • Fixed Current Selection item disappearing in /join and /quit sound mode.
    • Added fallback placement for current selection in sound-tree view when info-item is not configured.
    • Fixed current-selection renderer so configured material/texture is respected (no longer forced to player head).
    • Removed <!italic> usage from sound display formatting.
  • JoinQuit Sound-Tree Icon Mapping
    • Added explicit Block Soundmappings to prevent PAPER fallback:
      • BUBBLE -> WATER_BUCKET
      • CHAIN -> CHAIN with IRON_CHAIN fallback
      • CORAL -> TUBE_CORAL_BLOCK
      • CROP -> WHEAT
      • ENCHANTMENT -> ENCHANTING_TABLE
      • END -> END_STONE
      • FENCE -> OAK_FENCE
      • FIRE -> FLINT_AND_STEEL
      • FUNGUS -> CRIMSON_FUNGUS
      • LAVA -> LAVA_BUCKET
      • METAL -> IRON_BLOCK
      • NYLIUM -> WARPED_NYLIUM
      • PORTAL -> CRYING_OBSIDIAN
      • ROOTS -> ROOTED_DIRT
      • STEM -> CRIMSON_STEM
      • SWEET -> SWEET_BERRIES
      • TRIPWIRE -> TRIPWIRE_HOOK
      • WART -> NETHER_WART_BLOCK
      • WATER -> WATER_BUCKET
      • WET -> WET_SPONGE
      • WOOD -> BIRCH_WOOD
      • WOODEN -> SPRUCE_PLANKS
      • WOOL -> RED_WOOL
    • Added explicit Entity Soundmappings to prevent PAPER fallback:
      • BOAT -> OAK_BOAT
      • ARMOR -> ARMOR_STAND
      • ELDER -> ELDER_GUARDIAN_SPAWN_EGG
      • EXPERIENCE -> EXPERIENCE_BOTTLE
      • FIREWORK -> FIREWORK_ROCKET
      • ENDER -> ENDER_EYE
      • FISH -> FISHING_ROD
      • GENERIC -> PLAYER_HEAD
      • HOSTILE -> CREEPER_HEAD
      • ILLUSIONER -> EGG
      • IRON -> IRON_GOLEM_SPAWN_EGG (modern), fallback IRON_INGOT (legacy)
      • ITEM -> STICK
      • LEASH -> LEAD
      • LIGHTNING -> END_ROD
      • LINGERING -> LINGERING_POTION
    • Added automatic HIDE_POTION_EFFECTS flag for lingering potion icon rendering.
  • Sprite Compatibility (1.21.9 vs 1.21.10+ / 26.1.2)
    • Fixed missing texture behavior on modern runtimes caused by legacy block-atlas fallback being applied too broadly.
    • Item sprite atlas selection is now protocol-aware:
      • 1.21.9 keeps legacy compatibility path.
      • 1.21.10+ uses modern item atlas path to prevent missing textures.
FioChat Update - Changelog
(v2.1.12)
  • Join/Quit Sound Tree Fixes
    • Fixed issue where /join and /quit sound tree branches/parents could fail to load after sound compatibility changes.
    • Sound-tree config source now has safe fallback resolution, so branch data is still read even if one config source is missing or incomplete.
    • Improved cross-version sound resolving behavior for legacy + modern runtimes.
    • Added more detailed particle options for join & quit effects.
  • Sound Compatibility Runtime Fix
    • Fixed VerifyError on modern Paper caused by enum-casting assumptions in sound id handling.
    • Sound id resolution now uses safer reflective/runtime-compatible lookup and fallback paths.
  • AFK Behavior Corrections
    • AFK auto-clear now correctly respects per-cause toggles:
      • move
      • head-rotate
      • interact
      • chat
      • command
    • Fixed false AFK cancellation from minor movement jitter/head movement edge cases.
    • Added broadcast message when player exits AFK mode (cleared/unafk).
    • Added AFK silent mode: /afk can freeze client chat while AFK.
    • On AFK exit, player can unfreeze chat and view stored history via /prevmsg.
    • Added previous message history support while AFK.
  • Advancement Module (Cross-Version) Fixes
    • Improved custom advancement handling on legacy server versions.
    • Fixed duplicate advancement send issue where vanilla + custom messages could both appear.
    • Module now prioritizes FioChat-controlled advancement output more consistently across versions.
  • Sprite / Inline Object Rendering
    • [p:<player>] and [s:<material>] remain supported.
    • Added/confirmed inline support for [s:<item>] and [p:<player>].
    • Fixed [s:emerald] missing-texture behavior on modern builds (1.21.10+ / 26.1.2).
    • Added server-version-aware sprite atlas selection:
      • 1.21.9 keeps compatibility path.
      • 1.21.10+ forces item atlas path for item sprites to prevent missing textures.
    • Added sprite blocker/blacklist feature.
    • Added sprite support to FioChat scoreboard and expanded support across almost all FioChat modules.
  • Display-Tag / Formula Evaluator Update
    • Added evaluator operators >=, <=, <, and > to display-tag module and all sub-modules.
  • Animation & Config Improvements
    • Resimplified placeholder {fiochat_animation:<animation>} to {anim:<animation>}.
    • Updated default configurations for TAB, scoreboard, bossbar gamertag, and vault-group.
  • Redeem-Code Module Fix
    • Fixed faulty caching issue in Redeem-Code module.
FioChat Update - Changelog
(2.1.11)

  • Biome Discovery (Custom Biome / Datapack Support)
    • Biome detection now supports namespaced keys (for example terralith:moonlight_grove, terralith:caves/deep_caves).
    • Custom datapack biome IDs can now be recognized and announced correctly.
    • Display names for custom biomes can be overridden in modules/biome-discovery/config.yml under display-names:.
    • With ignore-unmapped-biomes: true, unknown biome IDs are ignored silently.
    • Biome state and per-player toggles remain persistent across reload/restart (YAML/DB).
  • Chat Channels (GUI Move + Permission Visibility Details)
    • Channel GUI moved from legacy gui/channels.yml to modules/chat-channels/gui/channels.yml, with migration support.
    • Channel selector now supports structured content-slots, decorations, improved fallback item rendering, and safer slot resolution.
    • Active channel preference is now persisted per player (YAML/DB) and survives restart.
    • Visibility behavior details:
      • Normal channel message: viewer must have channel permission and be listening to that channel.
      • Prefix-routed message (example #, $): permitted viewers can receive the routed message even if they are not currently listening to that channel.
    • Added runtime channel statistics for placeholder usage (online/offline/messages/chatters in rolling windows).
  • Chat History (Possibility/Probability Filter Update)
    • Chat History GUI was split into:
      modules/chat-history/admin/chat-history/history.yml
      and modules/chat-history/admin/chat-history/browser.yml.
    • Legacy chat-history GUI paths are migrated automatically.
    • Possibility filter is now applied only in compatible history modes.
    • When mode is incompatible, possibility filter safely falls back to ALL to prevent invalid/stale filter states.
    • Improved history menu click/drag guard handling and control slot reliability.
  • Display Tag Refactor (Gamertag, Scoreboard, TAB, Bossbar as Sub-Modules)
    • Display systems are consolidated under:
      modules/display-tag/display_tag.yml,
      modules/display-tag/animations.yml,
      modules/display-tag/data.yml.
    • Sub-module toggles are centralized in modules/settings.yml -> modules.tab.sub-settings:
      tab, scoreboard, gamertag, bossbar.
    • Runtime player toggle/forced-profile state is standardized under display_tag tree.
    • Shared Display Tag pipelines added/standardized for:
      • settings.output-papireplace
      • settings.papi-refresh
    • TAB improvements include group-based list-name formats, player/world profile matching, and hidden-viewer rules.
    • Scoreboard improvements include shared settings path alignment, calendar handling, world profile matching, and optional score-number hiding.
    • Bossbar improvements include shared settings path alignment, world profile matching, and unified toggle persistence migration.
    • Gamertag improvements include profile matching enhancements and below-name configuration flow stabilization.
  • New Module: Mailbox
    • Added new mailbox module and /mailbox command.
    • Added permissions:
      fiochat.mailbox.format.hex,
      fiochat.mailbox.format.color,
      fiochat.mailbox.format.modifier.
    • Added full modular GUI suite:
      inbox.yml, view.yml, compose.yml, sent.yml, history.yml, rewards.yml, selector.yml, delete-confirm.yml.
    • Mailbox core includes unread notifications, prompt compose flow, target selection, sent log, history navigation, and reply-window behavior.
    • Server mailbox entries support configurable command rewards and item rewards.
    • Rewards editor includes pagination, compact mode, blacklist support, and click-cooldown protection.
    • Added mailbox placeholders for unread count, message/sound state, and read/deleted/received logs.
  • QuickChat Fixes and Improvements
    • Fixed prompt input flow related to the Value cannot be empty issue.
    • Prompt capture now preserves original message input before chat-event cleanup.
    • Dynamic keyword allocation now fills the smallest missing numeric ID.
    • cancel prompt flow support remains available and consistent.
    • Added /quickchat <page> page-open support.
    • Improved menu rendering reliability, disabled page button states, and click slot validation.
  • Additional Notes
    • Plugin version updated to 2.1.11.
    • Command and permission registrations updated in plugin.yml (including mailbox).
    • Toggle placeholder standardization continues with *_state format and legacy alias compatibility.


Full Commands (FioChat 2.1.11)
  • /fiochat - usage: /fiochat - aliases: [fc]
  • /report - usage: /report <player>
  • /reports - usage: /reports
  • /emoji - usage: /emoji list
  • /fonts - usage: /fonts [font] - aliases: [font]
  • /toggle - usage: /toggle <mentions|message|announcement|join|quit|motd|biomediscovery|daycounter|deathmessage|scoreboard|bossbar|tab|inventoryalert> [option]
  • /itemdisplay - usage: /itemdisplay <list|open> - aliases: [item-displays]
  • /join - usage: /join
  • /quit - usage: /quit
  • /giveaway - usage: /giveaway - aliases: [giveaways]
  • /id - usage: /id <open|book> <preview_uuid>
  • /redeem - usage: /redeem <code>
  • /afk - usage: /afk [player] [reason]
  • /ignore - usage: /ignore <player>|list
  • /unignore - usage: /unignore <player>
  • /channel - usage: /channel - aliases: [channels]
  • /quickchat - usage: /quickchat - aliases: [qc]
  • /msg - usage: /msg <name> <msg> - aliases: [message]
  • /reply - usage: /reply <message> - aliases: [r]
  • /vanish - usage: /vanish [toggle [player]|status|interaction <key> [on|off|toggle]]
  • /mailbox - usage: /mailbox

Full Permission Nodes (plugin.yml)
  • fiochat.admin
  • fiochat.admin.afk
  • fiochat.admin.mutechat
  • fiochat.admin.channel.mutechat
  • fiochat.emoji.use
  • fiochat.emoji.list
  • fiochat.fonts.use
  • fiochat.bypass.maxjoins
  • fiochat.bypass.all
  • fiochat.channel.use
  • fiochat.channel.list
  • fiochat.channel.join
  • fiochat.channel.trade
  • fiochat.channel.staff
  • fiochat.quickchat.use
  • fiochat.mailbox.format.hex
  • fiochat.mailbox.format.color
  • fiochat.mailbox.format.modifier
  • fiochat.mentions.use
  • fiochat.mentions.player
  • fiochat.mentions.here
  • fiochat.mentions.everyone
  • fiochat.mentions.self
  • fiochat.mentions.cooldown.bypass
  • fiochat.mentions.player.cooldown.bypass
  • fiochat.mentions.here.cooldown.bypass
  • fiochat.mentions.everyone.cooldown.bypass
  • fiochat.message.use
  • fiochat.message.bypass.toggle
  • fiochat.deathmessage.use
  • fiochat.deathmessage.toggle
  • fiochat.announcement.use
  • fiochat.announcement.toggle.message
  • fiochat.announcement.toggle.sound
  • fiochat.report.use
  • fiochat.report.receive
  • fiochat.report.review
  • fiochat.report.cooldown.bypass
  • fiochat.afk.use
  • fiochat.afk.reason
  • fiochat.afk.check
  • fiochat.afk.others
  • fiochat.afk.blacklist.bypass
  • fiochat.afk.message.bypass
  • fiochat.ignore.use
  • fiochat.ignore.list
  • fiochat.ignore.exempt
  • fiochat.joinquit.use
  • fiochat.joinquit.command.join
  • fiochat.joinquit.command.quit
  • fiochat.joinquit.toggle.join.message
  • fiochat.joinquit.toggle.join.sound
  • fiochat.joinquit.toggle.quit.message
  • fiochat.joinquit.toggle.quit.sound
  • fiochat.giveaway.create
  • fiochat.giveaway.admin.create
  • fiochat.redeem.use
  • fiochat.admin.code
  • fiochat.gamertag.use
  • fiochat.scoreboard.use
  • fiochat.scoreboard.toggle
  • fiochat.bossbar.use
  • fiochat.bossbar.toggle
  • fiochat.tab.use
  • fiochat.tab.toggle
  • fiochat.inventoryfullalert.use
  • fiochat.inventoryfullalert.toggle
  • fiochat.motd.use
  • fiochat.motd.toggle.message
  • fiochat.biomediscovery.use
  • fiochat.biomediscovery.toggle.title
  • fiochat.biomediscovery.toggle.subtitle
  • fiochat.biomediscovery.toggle.sound
  • fiochat.biomediscovery.toggle.actionbar
  • fiochat.daycounter.use
  • fiochat.daycounter.toggle.title
  • fiochat.daycounter.toggle.subtitle
  • fiochat.daycounter.toggle.sound
  • fiochat.daycounter.toggle.actionbar
  • fiochat.chathistory
  • fiochat.itemdisplays.use
  • fiochat.itemdisplays.item
  • fiochat.itemdisplays.profile
  • fiochat.itemdisplays.inventory
  • fiochat.itemdisplays.enderchest
  • fiochat.itemdisplays.item.cooldown.bypass
  • fiochat.itemdisplays.profile.cooldown.bypass
  • fiochat.itemdisplays.inventory.cooldown.bypass
  • fiochat.itemdisplays.enderchest.cooldown.bypass
  • fiochat.format.use
  • fiochat.format.chat.markup.bold
  • fiochat.format.chat.markup.strikethrough
  • fiochat.format.chat.markup.italic
  • fiochat.format.chat.markup.spoiler
  • fiochat.chat.cooldown.bypass
  • fiochat.chat.flood.bypass
  • fiochat.command.flood.bypass
  • fiochat.chat.antiunicode.bypass
  • fiochat.chat.grammar.bypass
  • fiochat.chat.caps.bypass
  • fiochat.antibot.bypass
  • fiochat.chat.clear.bypass
  • fiochat.command.cooldown.bypass
  • fiochat.chat.repeat.bypass
  • fiochat.command.repeat.bypass
  • fiochat.chat.antiswear.bypass
  • fiochat.command.antiswear.bypass
  • fiochat.sign.antiswear.bypass
  • fiochat.chat.antiadvertising.bypass
  • fiochat.command.antiadvertising.bypass
  • fiochat.sign.antiadvertising.bypass
  • fiochat.perworldchat.bypass
  • fiochat.chatradius.bypass.sender
  • fiochat.chatradius.bypass.receive
  • fiochat.commandhider.bypass
  • fiochat.vanish.use
  • fiochat.vanish.others
  • fiochat.vanish.see
  • fiochat.vanish.bypass
  • fiochat.vanish.interaction
  • fiochat.vanish.autojoin
  • fiochat.spy.cooldown
  • fiochat.spy.cooldown.exclude
  • fiochat.spy.flood
  • fiochat.spy.flood.exclude
  • fiochat.spy.antiunicode
  • fiochat.spy.antiunicode.exclude
  • fiochat.spy.antirepeat
  • fiochat.spy.antirepeat.exclude
  • fiochat.spy.antiswear
  • fiochat.spy.antiswear.exclude
  • fiochat.spy.antiadvertising
  • fiochat.spy.antiadvertising.exclude
  • fiochat.spy.exclude
  • fiochat.warnpoints.bypass
  • fiochat.vanish.level.*
  • fiochat.vanish.see.level.*
  • fiochat.admin.module.reload
  • fiochat.admin.setlang

All Placeholders
  • Static %fiochat_% placeholders
    • %fiochat_afk_duration%
    • %fiochat_afk_duration_seconds%
    • %fiochat_afk_reason%
    • %fiochat_afk_state%
    • %fiochat_announcement_message_state%
    • %fiochat_announcement_sound_state%
    • %fiochat_antibot_pending%
    • %fiochat_antibot_verified%
    • %fiochat_biomediscovery_state%
    • %fiochat_bossbar_state%
    • %fiochat_channel_current%
    • %fiochat_channels_available%
    • %fiochat_daycounter_state%
    • %fiochat_deathmessage_disabled%
    • %fiochat_deathmessage_state%
    • %fiochat_font%
    • %fiochat_font_display%
    • %fiochat_inventory_alert_enabled%
    • %fiochat_inventory_alert_full_enabled%
    • %fiochat_inventory_alert_full_status%
    • %fiochat_inventory_alert_prewarn_enabled%
    • %fiochat_inventory_alert_prewarn_status%
    • %fiochat_inventory_alert_status%
    • %fiochat_inventory_alert_threshold%
    • %fiochat_inventoryalert_state%
    • %fiochat_inventoryalert_threshold%
    • %fiochat_join_message_state%
    • %fiochat_join_particle%
    • %fiochat_join_preset%
    • %fiochat_join_sound%
    • %fiochat_join_sound_state%
    • %fiochat_join_style%
    • %fiochat_mailbox_log_deleted%
    • %fiochat_mailbox_log_read%
    • %fiochat_mailbox_log_received%
    • %fiochat_mailbox_message_state%
    • %fiochat_mailbox_sound_state%
    • %fiochat_mailbox_unread_count%
    • %fiochat_mentions_state%
    • %fiochat_message_state%
    • %fiochat_motd_message_state%
    • %fiochat_player_msg_state%
    • %fiochat_quit_message_state%
    • %fiochat_quit_particle%
    • %fiochat_quit_preset%
    • %fiochat_quit_sound%
    • %fiochat_quit_sound_state%
    • %fiochat_quit_style%
    • %fiochat_scoreboard_state%
    • %fiochat_tab_state%
    • %fiochat_user_platform%
    • %fiochat_vanish_interaction_armorstandedit%
    • %fiochat_vanish_interaction_breakingblocks%
    • %fiochat_vanish_interaction_bucketuse%
    • %fiochat_vanish_interaction_containeropen%
    • %fiochat_vanish_interaction_doorleverbuttonuse%
    • %fiochat_vanish_interaction_entityinteract%
    • %fiochat_vanish_interaction_itemdrop%
    • %fiochat_vanish_interaction_itemframerotate%
    • %fiochat_vanish_interaction_itempickup%
    • %fiochat_vanish_interaction_placingblocks%
    • %fiochat_vanish_interaction_pressureplates%
    • %fiochat_vanish_interaction_tripwiretrigger%
    • %fiochat_vanish_interaction_xppickup%
    • %fiochat_vanish_level%
    • %fiochat_vanish_state%
  • Dynamic %fiochat_% channel statistic patterns
    • %fiochat_channel_<channel_id>_online%
    • %fiochat_channel_<channel_id>_offline%
    • %fiochat_channel_<channel_id>_messages_<window>%
    • %fiochat_channel_<channel_id>_chatters_<window>%
    • Supported window examples: 10s, 5m, 2h, 1d, 1w, 1mo, 1y, all.
  • Alias expansion placeholders registered by FioChat
    • %tab_placeholder_<placeholder_id>%, %tab_papi_<placeholder_id>%
    • %fc_placeholder_<placeholder_id>%, %fc_papi_<placeholder_id>%
    • %scoreboard_placeholder_<placeholder_id>%, %scoreboard_papi_<placeholder_id>%
    • %bossbar_placeholder_<placeholder_id>%, %bossbar_papi_<placeholder_id>%
    • Core passthrough alias: %fiochat_papi_<placeholder_id>%
  • Compatibility alias behavior
    • Any %fiochat_*_toggle% request is normalized to %fiochat_*_state% automatically.
Buy a license now
$12.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 5% commission.
264 Views
0 Purchases
4 Downloads
Apr 23, 2026 Published
May 31, 2026 Updated
5.00 star(s)
Average rating (2)
2.6 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. Chat
  1. Protection
  1. Social
Game mode
  1. Survival
  1. Skyblock
  1. Roleplay
Supported software
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Chinese
  1. Indonesian
  1. Japanese
Crediting original
ItzFabb (https://builtbybit.com/members/itzfabb.240473/)
Creator
Owner
Recommended for you
100% Customization, with tons of feature to offer!
4.00 star(s) 3 ratings
90 purchases
Give your player whom voted an Exclusively Rewards!
4.00 star(s) 8 ratings
80 purchases
Enhance your server with pass & daily-quests to be more rewarding and engaging!
5.00 star(s) 1 ratings
52 purchases
Perfect for player that looking to get more incomes.
5.00 star(s) 3 ratings
52 purchases
Allow your players to express themselves with a unique chat color that highlights their cosmetics.
5.00 star(s) 3 ratings
44 purchases
Share and earn
Refer this resource and earn a 5% commission.
264 Views
0 Purchases
4 Downloads
Apr 23, 2026 Published
May 31, 2026 Updated
5.00 star(s)
Average rating (2)
2.6 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. Chat
  1. Protection
  1. Social
Game mode
  1. Survival
  1. Skyblock
  1. Roleplay
Supported software
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Chinese
  1. Indonesian
  1. Japanese
Crediting original
ItzFabb (https://builtbybit.com/members/itzfabb.240473/)
Creator
Owner
Recommended for you
100% Customization, with tons of feature to offer!
4.00 star(s) 3 ratings
90 purchases
Give your player whom voted an Exclusively Rewards!
4.00 star(s) 8 ratings
80 purchases
Enhance your server with pass & daily-quests to be more rewarding and engaging!
5.00 star(s) 1 ratings
52 purchases
Perfect for player that looking to get more incomes.
5.00 star(s) 3 ratings
52 purchases
Allow your players to express themselves with a unique chat color that highlights their cosmetics.
5.00 star(s) 3 ratings
44 purchases
Top