HomeJavaModsFemale Gender Plugin
Female Gender Plugin
ModsJava

Female Gender Plugin

The Female Gender Plugin enables flawless server-wide customization syncing even on offline servers,

⬇ Download on Spigot
[​IMG]
[​IMG][​IMG] [​IMG]
What this plugin does

FemaleGenderPlugin is a lightweight server-side plugin for Female Gender Mod (Fabric / Forge). The mod itself lets each player customize how their body is rendered — but by default that data has to travel client-to-client. On offline-mode servers, or whenever direct client sync isn't reliable, players end up seeing outdated or default bodies for everyone else.

This plugin fixes that by becoming the relay: every client sends its mod data to the server once, and the server re-broadcasts it to everyone else — instantly, consistently, and regardless of the server's online-mode setting. No player-to-player negotiation, no missed updates.

Key features


How syncing works, in short

  1. A player's client (running Female Gender Mod) sends its configuration to the server over the mod's plugin channel.
  2. The plugin stores it and immediately re-serializes it for every online player, in the correct packet format for each recipient (Fabric or Forge).
  3. When a new player joins, everyone (including the newcomer) gets re-synced, so nobody is stuck looking at stale data.

Configuration

Code (YAML):

mod
:
  # The packet format used for mod data reads/writes.
  # -1 (default) always uses the newest known protocol, so you won't need
  # to touch this on routine plugin/mod updates.
  # An undocumented/unsupported value disables the plugin on launch.
  protocol
: -1
 
If you need to pin a specific protocol (e.g. because your server intentionally runs an older mod build), set it explicitly:

Protocol Supported mod versions
1 0.0.1 – 2.8.0
2 2.8.1 – 3.0.1
3 3.1.0 – 4.0.0
4 4.0.1 – 4.x (pre-5.0.0)
5 5.0.0+


Compatibility

Female Gender Plugin is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 160 times (via Spigot). Download it and open it directly in the game.

Explore more