FusionPixelmon - Add a little extra to your Pixelmon experience - PokeBuilder, ArcPlates, Modifier Tokens, and more!

This is a discussion topic for the Ore project, FusionPixelmon. View the full project on Ore for downloads and more information.


FusionPixelmon

Release
Minecraft
License
Codacy Badge
Discord

Add a little extra to your Pixelmon experience - PokeBuilder, ArcPlates, Modifier Tokens, and more!

Dependencies

Features

PokeDesigner

An interactive PokeDesigner with 12 shops for modifying your Pokemon.

Inspired by the pokemon designer on PokeCentral.org

ArcPlates

An interactive management UI for storing Arceus Plates and quickly switching between them.

Shrine Pickup

Allows the “breaking” and picking up of Pixelmon’s unbreakable Shrines, Timespace Altars, and Chalices.
Clicking one of these structures in survival mode while holding the appropriate diamond tool will drop this item in your inventory, if there are available slots.
In the multiplayer versions, shrines can also be locked to prevent other players from picking them up.


Modifier Tokens

Token items which can be used to modify specific aspects of your Pokemon.
Admins could add modifier tokens to chest loot or prizes for players, if original item data is preserved.

Craftable Master Balls

Adds the Master Ball crafting recipe back into the game.

Anti-Fall Damage

After winning a battle while flying on a pokemon, the player will fall to the ground as they will no longer be in flight.
There is an issue on some servers that when the player falls, they’ll take fall damage.
This plugin prevents taking fall damage by giving a 5 second grace period after defeating a pokemon.

Commands and Permissions

Command Permission Description
/pd or /pokedesigner fusionpixelmon.command.pokedesigner Opens the PokeDesigner UI
/arc fusionpixelmon.command.arc Opens the ArcPlates UI
/pokemodifier <modifier> [player] fusionpixelmon.command.admin.pokemodifier Gives Pokemon modifier tokens

Config

The config files can be found in <server>/config/fusionpixelmon.

To modify features of this plugin, open fusionpixelmon.conf, and start the server after saving any changes made.

Above each setting in the config file, there will be comments explaining the feature and how to disable it.

For example:

# Block the player from taking fall damage after winning a battle against a pokemon.
anti-fall-damage=true
# Pixelmon blocks that the player is able to collect.
# To disable entirely, delete everything inside the brackets.
shrine-pickup=[
    "pixelmon:timespace_altar",
    "pixelmon:plateholder",
    "pixelmon:articuno_shrine",
    "pixelmon:zapdos_shrine",
    "pixelmon:moltres_shrine"
]
...

To return the fusionpixelmon.conf config file back to the original, you can either delete it and it’ll be created upon next server startup, or copy-paste the values from the default config.

Links

A new version has been released for FusionPixelmon, it is available for download here.


New Pokemon Nickname Shop
Shop and Pokemon Selector GUI titles are now configurable
Improved Shop top row
Bug fixes

Picking up Shrines,This feature will result in unlimited altars and Holy Grails for players

This feature only allows players to pick up Altars and Holy Grails/Chalices that they’ve already found.
Alternatively in the config, you could remove the blocks you dont want players to pick up, or remove everything to disable the feature completely:

# Pixelmon blocks that the player is able click on to collect.
# To disable entirely, delete everything inside the brackets.
shrine-pickup=[
    "pixelmon:timespace_altar",
    "pixelmon:plateholder",
    "pixelmon:articuno_shrine",
    "pixelmon:zapdos_shrine",
    "pixelmon:moltres_shrine"
]

A new version has been released for FusionPixelmon, it is available for download here.


  • New economy service, to allow users to configure whether to use PokeDollars or a default currency in a third-party economy plugin (like EconomyLite)
  • Added custom pokemon texture support
  • Added pokerus listing
  • Code restructuring
  • Bug fixes

A new version has been released for FusionPixelmon, it is available for download here.


Now it’s possible to also configure which currency to use:

# The currency used in the PokeDesigner.
# Example: "pokedollar"
shop-currency="pokedollar"

will this work on gen?

This plugin looks fantastic! Great work on this! I was hoping to find something similar to pokecentrals gui plugin.

Would it be possible to select a different currency depending on what change you’re buying? For example, growth changes could be bought with bottle caps while ev changes could be bought with pokedollars

A new version has been released for FusionPixelmon, it is available for download here.


FusionPixelmon v1.10 is out - and it’s a big one!

Note to users of previous FusionPixelmon Sponge plugin versions:
If you’ve used the FusionPixelmon Sponge plugin v1.9 or older, join our discord to download the DataMigrator plugin in the #data channel to migrate the ArcPlate data.
More information can be found here: FusionPixelmon/README.md at master · BrendonCurmi/FusionPixelmon · GitHub

What’s New?

  • Updated to Pixelmon Reforged 8.1.2 and SpongeForge 7.3.0!

  • Multiplatform
    The plugin is now available in multiplayer on Sponge and Spigot/Bukkit and in singleplayer on Forge.
    Note: Avoid using the FusionPixelmon Forge mod on multiplayer - it hasn’t been tested and may cause issues.
    On servers/multiplayer, please use the Sponge or Spigot plugin instead.

  • PokeDesigner
    New Moves shop in the PokeDesigner to modify your Pokemon’s moves - of course!
    Improved Nickname shop for a better shopping experience.

  • Modifier Tokens
    Token items to modify specific aspects of your Pokemon.
    Server admins can give these to players as rewards or in loot chests.

  • PokeShrine Pickup
    Ilex Shrines have been added and can only be picked up by diamond axes.
    Other Shrines, Chalices, and Altars can now only be picked up by with diamond pickaxes.

  • PokeShrine Locking (Sponge & Spigot)
    To prevent other players from picking up your shrines, you can now right click with an empty hand on a placed shrine to lock it from being picked up by other players.
    This is useful for public server shrines for player use and personal shrines within your faction.

  • ArcPlates Hovering (Sponge & Spigot)
    This is a purely cosmetic feature that displays a halo of plates around your Arceus, based on the ArcPlates in storage.
    Hovering plates are aligned and locked facing North/South for visual reasons.

  • ArcPlates Data
    Data files are now ~67% smaller so saves more space on your server.
    Also if an Arceus is traded/sold to another player, they will have access to that Arceus’ ArcPlates.

  • Metrics
    The Sponge and Spigot plugins have been integrated with bStats.
    bStats does not collect any personal data. Most of the collected data is information about the server like Minecraft version, Java version, and more.
    All data gets sent and stored completely anonymously.
    If you don’t want bStats to collect data from your server, you can disable it in the bStats config file. This file can be found in the /plugins/bStats/ folder.
    bStats has nearly no effect on your server’s performance and the sent data is completely anonymous.
    The collected data is important information for plugin authors to improve their plugins and keep motivated. To value their work and effort, please keep bStats enabled.

A new version has been released for FusionPixelmon, it is available for download here.


FusionPixelmon v1.10 is out - and it’s a big one!

Note to users of previous FusionPixelmon Sponge plugin versions:
If you’ve used the FusionPixelmon Sponge plugin v1.9 or older, join our discord to download the DataMigrator plugin in the #data channel to migrate the ArcPlate data.
More information can be found here: FusionPixelmon/README.md at master · BrendonCurmi/FusionPixelmon · GitHub

What’s New?

  • Updated to Pixelmon Reforged 8.1.2 and SpongeForge 7.3.0!

  • Multiplatform
    The plugin is now available in multiplayer on Sponge and Spigot/Bukkit and in singleplayer on Forge.
    Note: Avoid using the FusionPixelmon Forge mod on multiplayer - it hasn’t been tested and may cause issues.
    On servers/multiplayer, please use the Sponge or Spigot plugin instead.

  • PokeDesigner
    New Moves shop in the PokeDesigner to modify your Pokemon’s moves - of course!
    Improved Nickname shop for a better shopping experience.

  • Modifier Tokens
    Token items to modify specific aspects of your Pokemon.
    Server admins can give these to players as rewards or in loot chests.

  • PokeShrine Pickup
    Ilex Shrines have been added and can only be picked up by diamond axes.
    Other Shrines, Chalices, and Altars can now only be picked up by with diamond pickaxes.

  • PokeShrine Locking (Sponge & Spigot)
    To prevent other players from picking up your shrines, you can now right click with an empty hand on a placed shrine to lock it from being picked up by other players.
    This is useful for public server shrines for player use and personal shrines within your faction.

  • ArcPlates Hovering (Sponge & Spigot)
    This is a purely cosmetic feature that displays a halo of plates around your Arceus, based on the ArcPlates in storage.
    Hovering plates are aligned and locked facing North/South for visual reasons.

  • ArcPlates Data
    Data files are now ~67% smaller so saves more space on your server.
    Also if an Arceus is traded/sold to another player, they will have access to that Arceus’ ArcPlates.

  • Removed bStats metrics integration introduced in v1.10

After throw pokeball with name (&c&lPOKE&F&LBALL) away the gui opens (/pd)

I’ve been trying to change the currency to be compatible with XConomy, but everything I change it to doesn’t seem, to work. Any help would be appreciated!

is there a way to turn off the masterball recipe?