PokeDisguise
A Forge mod that enables players to transform into Pokémon directly in the game. The key feature is that the technology works exclusively through data packets without creating actual entities on the server.
Important note: This mod functions only on the server side! Compatible with Pixelmon Generations and Pixelmon Reforged - be sure to download the appropriate version.
Command Management
The main command is /pokedisguise, with available shortcuts: /disguise, /pixeldisguise, /bacodisguise, /pd.
Usage examples:
/pokedisguise Abra- transformation into a regular Abra/pokedisguise Abra shiny- transformation into a shiny Abra
Permission System
Basic command permission: pokedisguise.command.pokedisguise
Additional access settings (specified in configuration):
- For legendary Pokémon:
pokedisguise.legendarypermitted - For shiny forms:
pokedisguise.shinypermitted - For specific Pokémon:
pokedisguise.disguise.PokemonName(for example,pokedisguise.disguise.Abra)
Features for Mohist Users
The mod uses Sponge's permission system for Forge, requiring duplicate settings in Mohist:
- Legendary Pokémon:
minecraft.command.pokedisguise.legendarypermitted - Shiny forms:
minecraft.command.pokedisguise.shinypermitted - Specific Pokémon:
minecraft.command.pokedisguise.disguise.PokemonName
Known Issues
When moving between dimensions, the display of your own transformation may be disrupted.