Difference between revisions of "PokéStops"
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
{{SidemodVersionh}} | {{SidemodVersionh}} | ||
− | {{SidemodVersion|1.10.2|5.0 | + | {{SidemodVersion|1.10.2|5.0+|1.0}} |
{{SidemodVersionf}} | {{SidemodVersionf}} | ||
PokéStops only needs to be installed on a server and does not require each player to install it in order to be used. | PokéStops only needs to be installed on a server and does not require each player to install it in order to be used. | ||
Line 11: | Line 11: | ||
==Overview== | ==Overview== | ||
− | PokéStops is a Pixelmon [[sidemod]] that adds claimable PokéStops into ''Minecraft''. When a PokéStop is placed, a player may enter its radius and use the | + | PokéStops is a Pixelmon [[sidemod]] that adds claimable PokéStops into ''Minecraft''. When a PokéStop is placed, a player may enter its radius and use the <code>/ClaimPokestop</code> command to obtain random quantities of items as defined by the configuration from the PokéStop drop list. PokéStops also has a configurable cooldown time located in its configuration file. |
== Commands == | == Commands == | ||
{{CommandSyntax}} | {{CommandSyntax}} | ||
− | * /ClaimPokestop: Allows the player to claim a PokéStop and obtain items from the drop list. | + | * <code>/ClaimPokestop</code>: Allows the player to claim a PokéStop and obtain items from the drop list. |
** Quantities of the drops are randomly chosen between the minimum and maximum quantities (inclusive) in the configuration. | ** Quantities of the drops are randomly chosen between the minimum and maximum quantities (inclusive) in the configuration. | ||
** A PokéStop can only be claimed if its cooldown time has expired. There is also an option in the configuration that allows a PokéStop to only be claimed once. | ** A PokéStop can only be claimed if its cooldown time has expired. There is also an option in the configuration that allows a PokéStop to only be claimed once. | ||
− | * /DropList: Displays the items currently in the PokéStop drops pool. | + | * <code>/DropList</code>: Displays the items currently in the PokéStop drops pool. |
− | * /AddDrop <item>: Adds an item to the PokéStop drops pool. Follows basic [[item ID]] syntax. Example: [[Rare Candy|pixelmon:rare_candy]]. | + | * <code>/AddDrop <''item''></code>: Adds an item to the PokéStop drops pool. Follows basic [[item ID]] syntax. Example: <code>[[Rare Candy|pixelmon:rare_candy]]</code>. |
− | * /DelDrop <item>: Deletes a drop from the PokéStop drops pool. Follows basic [[item ID]] syntax. Example: [[Rare Candy|pixelmon:rare_candy]]. | + | * <code>/DelDrop <''item''></code>: Deletes a drop from the PokéStop drops pool. Follows basic [[item ID]] syntax. Example: <code>[[Rare Candy|pixelmon:rare_candy]]</code>. |
− | * /AddPokestop: Creates a PokéStop using the coordinates where the command sender stands. | + | * <code>/AddPokestop</code>: Creates a PokéStop using the coordinates where the command sender stands. |
− | * /DelPokestop: Deletes the PokéStop the command sender is standing inside of. | + | * <code>/DelPokestop</code>: Deletes the PokéStop the command sender is standing inside of. |
===Permission nodes=== | ===Permission nodes=== | ||
− | * /ClaimPokestop: pokestop.command.claimpokestop | + | * <code>/ClaimPokestop</code>: <code>pokestop.command.claimpokestop</code> |
− | * /DropList: pokestop.command.droplist | + | * <code>/DropList</code>: <code>pokestop.command.droplist</code> |
− | * /AddDrop: pokestop.command.adddrop | + | * <code>/AddDrop</code>: <code>pokestop.command.adddrop</code> |
− | * /DelDrop: pokestop.command.deldrop | + | * <code>/DelDrop</code>: <code>pokestop.command.deldrop</code> |
− | * /AddPokestop: pokestop.command.addpokestop | + | * <code>/AddPokestop</code>: <code>pokestop.command.addpokestop</code> |
− | * /DelPokestop: pokestop.command.delpokestop | + | * <code>/DelPokestop</code>: <code>pokestop.command.delpokestop</code> |
[[Category:Sidemods]] | [[Category:Sidemods]] |
Revision as of 15:10, 13 July 2017
PokéStops is a Pixelmon sidemod that adds claimable PokéStops which distribute items to players. It is based on the PokéStops in Pokémon GO.
Installation
Minecraft version | Pixelmon version | PokéStops version |
---|---|---|
1.10.2 | 5.0+ | 1.0 |
PokéStops only needs to be installed on a server and does not require each player to install it in order to be used.
Minecraft launcher
- Download PokéStops for your version of Minecraft here.
- Place the downloaded file in the mods folder.
Overview
PokéStops is a Pixelmon sidemod that adds claimable PokéStops into Minecraft. When a PokéStop is placed, a player may enter its radius and use the /ClaimPokestop
command to obtain random quantities of items as defined by the configuration from the PokéStop drop list. PokéStops also has a configurable cooldown time located in its configuration file.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
/ClaimPokestop
: Allows the player to claim a PokéStop and obtain items from the drop list.- Quantities of the drops are randomly chosen between the minimum and maximum quantities (inclusive) in the configuration.
- A PokéStop can only be claimed if its cooldown time has expired. There is also an option in the configuration that allows a PokéStop to only be claimed once.
/DropList
: Displays the items currently in the PokéStop drops pool./AddDrop <item>
: Adds an item to the PokéStop drops pool. Follows basic item ID syntax. Example:pixelmon:rare_candy
./DelDrop <item>
: Deletes a drop from the PokéStop drops pool. Follows basic item ID syntax. Example:pixelmon:rare_candy
./AddPokestop
: Creates a PokéStop using the coordinates where the command sender stands./DelPokestop
: Deletes the PokéStop the command sender is standing inside of.
Permission nodes
/ClaimPokestop
:pokestop.command.claimpokestop
/DropList
:pokestop.command.droplist
/AddDrop
:pokestop.command.adddrop
/DelDrop
:pokestop.command.deldrop
/AddPokestop
:pokestop.command.addpokestop
/DelPokestop
:pokestop.command.delpokestop