BrendonCurmi / FusionPixelmon

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

Home Page:https://ore.spongepowered.org/FusionDev/FusionPixelmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusionPixelmon

Release Minecraft License Codacy Badge Discord

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

Summary

  1. Download
  2. Dependencies
  3. Features
  4. Commands and Permissions
  5. Config
  6. Links

Download

Dependencies

For each plugin's specific dependencies check:

General dependencies that are required:

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

To modify features of this plugin, use [config]/fusionpixelmon.conf.

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

About

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

https://ore.spongepowered.org/FusionDev/FusionPixelmon

License:MIT License


Languages

Language:Java 98.2%Language:Kotlin 1.5%Language:Batchfile 0.3%