Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

SimpleDexRewards

From Pixelmon Wiki
Revision as of 20:31, 29 May 2019 by CraftSteamG (talk | contribs) (The wiki page for the SimpleDexRewards sidemod.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SimpleDexRewards is a Sponge plugin that allows server owners to create dex 'tiers' to reward players based on their PokéDex progress.

Installation

This plugin requires SpongeForge, and does not need to be installed on the client.

Configuration

The main portion of the config is in the 'tiers' block. Each tier contains 3 components. 'commands', 'id', and 'percentage'. A sample config looks like this.

tiers=[
    {
        # The commands that are run, %player% as a placeholder.
        commands=[
            "give %player% minecraft:diamond 5"
        ]
        # ID of this tier, must be unique
        id=diamonds
        # The percentage of completion at which this reward triggers.
        percentage=0
    },
    {
        # The commands that are run, %player% as a placeholder.
        commands=[
            "give %player% minecraft:diamond 5"
        ]
        # ID of this tier, must be unique
        id=emeralds
        # The percentage of completion at which this reward triggers.
        percentage=30
    }
]

Note: Each id must be unique.

Commands

There are three main commands.

/dex claim <tierName> - Manually claims a dex tier, giving rewards.

/dex list - Lists all available dex tiers, and their requirements. You can click on them to claim.

/dex remaining [option] - Lists all remaining pokemon left to be caught. Currently, option only supports 'legendary'.


Permissions

/dex claim - pokedexrewards.claim.base

/dex list - pokedexrewards.list.base

/dex remaining - pokedexrewards.remaining.base

© 2012 - 2025 Pixelmon Mod