|
|
Line 1: |
Line 1: |
− | PokedexRewards is a [[Pixelmon]] [[sidemod]] that lets players claim rewards for every 10% of [[Pokédex]] completion. Possible rewards include economy money, items and special shiny tokens which players can then redeem to turn a Pokémon [[Shiny Pokémon|shiny]], all configurable.
| + | #REDIRECT [[Pokedex Rewards]] |
− | | |
− | ==Installation==
| |
− | {{SidemodVersionh}}
| |
− | {{SidemodVersion|1.12.2|7.0.0+|0.8}}
| |
− | {{SidemodVersion|1.12.2|6.2.0+|0.7}}
| |
− | {{SidemodVersion|1.10.2|5.0.4+|0.5}}
| |
− | {{SidemodVersionf}}
| |
− | PokedexRewards is meant to be run on a server, and cannot be used by clients. SpongeForge and a Sponge economy plugin (e.g. [https://ore.spongepowered.org/Flibio/EconomyLite EconomyLite], [https://ore.spongepowered.org/Erigitic/Total-Economy TotalEconomy]) must be installed in order for PokedexRewards to function correctly.
| |
− | | |
− | #Download PokedexRewards for your version of ''Minecraft'' and ''Pixelmon''.
| |
− | #Place the downloaded .jar file in the mods folder, along with SpongeForge and your economy plugin of choice.
| |
− | #Start the server, and check the configs that are created by your new plugins. Edit to taste.
| |
− | #Reload the config with <code>/pokedexadmin reload</code> if necessary. | |
− | | |
− | ==Commands==
| |
− | {{CommandSyntax}}
| |
− | ===Player commands===
| |
− | * <code>/pokedex</code> (aliases <code>/pd</code> or <code>/dex</code>) : The base command for checking your Pokédex, and claiming rewards.
| |
− | ** <code>claim</code> : Claims a reward, if one is available. New rewards become available every 10% of Pokédex completion.
| |
− | ** <code>count</code> : Shows how many Pokémon you've caught, and what percentage you're at.
| |
− | ** <code>convert <slot></code> : Converts the Pokémon in the chosen slot to shiny, if you're holding a shiny token and the Pokémon isn't shiny already.
| |
− | ** <code>remaining</code> : Shows a formatted list of every Pokémon you still need.
| |
− | | |
− | ===Staff commands===
| |
− | * <code>/pokedexadmin</code> (aliases <code>/pda</code> or <code>/dexadmin</code> : The base command for managing the sidemod.
| |
− | ** <code>reload</code> : Reloads the configuration files.
| |
− | ** <code>getshinytoken</code> : Creates a new shiny token, and gives it to you. Can be given out to other players as a reward for events or the like.
| |
− | | |
− | ==Permissions==
| |
− | ''Note: The base and admin nodes are required for their respective info commands. Deeper nodes are required for any subcommands. The list commands currently show all subcommands, even those that the user has no permission for -- keep this in mind.''
| |
− | ===Player nodes===
| |
− | *<code>/pokedex</code>: <code>pdrewards.base</code>
| |
− | **<code>claim</code>: <code>pdrewards.base.claim</code>
| |
− | **<code>count</code>: <code>pdrewards.base.count</code>
| |
− | **<code>convert</code>: <code>pdrewards.base.convert</code>
| |
− | **<code>remaining</code>: <code>pdrewards.base.remaining</code>
| |
− | | |
− | ===Staff nodes===
| |
− | *<code>/pokedexadmin</code>: <code>pdrewards.admin</code>
| |
− | **<code>reload</code>: <code>pdrewards.admin.reload</code>
| |
− | **<code>getshinytoken</code>: <code>pdrewards.admin.gst</code>
| |
− | | |
− | == Version history ==
| |
− | There is no version history available for this sidemod just yet.
| |
− | | |
− | [[Category:Sidemods]] | |