Difference between revisions of "PokedexRewards"
m (Xpand moved page XPPokeDex to PokedexRewards: The sidemod was renamed, so moving page to new name.) |
|||
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. | |
− | |||
− | |||
− | |||
==Installation== | ==Installation== | ||
{{SidemodVersionh}} | {{SidemodVersionh}} | ||
− | {{SidemodVersion|1.12.2|6. | + | {{SidemodVersion|1.12.2|6.2.0+|0.7}} |
{{SidemodVersion|1.10.2|5.0.4+|0.5}} | {{SidemodVersion|1.10.2|5.0.4+|0.5}} | ||
{{SidemodVersionf}} | {{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 | + | #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. | #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. | #Start the server, and check the configs that are created by your new plugins. Edit to taste. | ||
Line 33: | Line 30: | ||
''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.'' | ''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=== | ===Player nodes=== | ||
− | *<code>/pokedex</code>: <code> | + | *<code>/pokedex</code>: <code>pdrewards.base</code> |
− | **<code>claim</code>: <code> | + | **<code>claim</code>: <code>pdrewards.base.claim</code> |
− | **<code>count</code>: <code> | + | **<code>count</code>: <code>pdrewards.base.count</code> |
− | **<code>convert</code>: <code> | + | **<code>convert</code>: <code>pdrewards.base.convert</code> |
− | **<code>remaining</code>: <code> | + | **<code>remaining</code>: <code>pdrewards.base.remaining</code> |
===Staff nodes=== | ===Staff nodes=== | ||
− | *<code>/pokedexadmin</code>: <code> | + | *<code>/pokedexadmin</code>: <code>pdrewards.admin</code> |
− | **<code>reload</code>: <code> | + | **<code>reload</code>: <code>pdrewards.admin.reload</code> |
− | **<code>getshinytoken</code>: <code> | + | **<code>getshinytoken</code>: <code>pdrewards.admin.gst</code> |
== Version history == | == Version history == |
Revision as of 09:04, 15 February 2018
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, all configurable.
Contents
Installation
Minecraft version | Pixelmon version | PokedexRewards version |
---|---|---|
1.12.2 | 6.2.0+ | 0.7 |
1.10.2 | 5.0.4+ | 0.5 |
PokedexRewards is meant to be run on a server, and cannot be used by clients. SpongeForge and a Sponge economy plugin (e.g. EconomyLite, 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.
- If necessary, restart the server.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
Player commands
/pokedex
(aliases/pd
or/dex
) : The base command for checking your Pokédex, and claiming rewards.claim
: Claims a reward, if one is available. New rewards become available every 10% of Pokédex completion.count
: Shows how many Pokémon you've caught, and what percentage you're at.convert <slot>
: 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.remaining
: Shows a formatted list of every Pokémon you still need.
Staff commands
/pokedexadmin
(aliases/pda
or/dexadmin
: The base command for managing the sidemod.reload
: Reloads the configuration files.getshinytoken
: 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
/pokedex
:pdrewards.base
claim
:pdrewards.base.claim
count
:pdrewards.base.count
convert
:pdrewards.base.convert
remaining
:pdrewards.base.remaining
Staff nodes
/pokedexadmin
:pdrewards.admin
reload
:pdrewards.admin.reload
getshinytoken
:pdrewards.admin.gst
Version history
There is no version history available for this sidemod just yet.