|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
− | PokéStops is a Pixelmon [[sidemod]] that adds claimable PokéStops which distribute [[items]] to players. It is based on the [https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9Stop PokéStops] in [https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_GO Pokémon GO].
| + | #REDIRECT [[PokeStop]] |
− | | |
− | == Installation ==
| |
− | {{SidemodVersionh}}
| |
− | {{SidemodVersion|1.12.2|6.0+|2.0.2}}
| |
− | {{SidemodVersion|1.12.2|6.0+|1.0.2}}
| |
− | {{SidemodVersion|1.10.2|5.0-5.1|1.0}}
| |
− | {{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.
| |
− | | |
− | ==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 <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.
| |
− | | |
− | ==Tiers==
| |
− | There are currently 3 tiers of PokéStops available. Tier 1, which is pink in color, tier 2, which is blue in color, and finally tier 3, which is purple in color. Each tier is assigned its own item pool and can be configured with the <code>/AddDrop</code> and the <code>/DelDrop</code> commands. If enabled in the config, the player may require a special permission node to claim a certain tier of PokéStop.
| |
− | | |
− | ==Item Rarity==
| |
− | When using the <code>/AddDrop</code> command, the third parameter requires an items rarity. The rarity of the item is based on how far the rarities are from each other. For example, if you give a Poke Ball a rarity of 300 and a Master Ball of 5, it is extremely unlikely you will get a Master Ball and extremely likely you'll get a Poke Ball. Assuming the numbers are still true for both, if you add a Great Ball with a rarity of 200, it is quite likely you will get a Great Ball, but still not as likely as a Poke Ball.
| |
− | | |
− | == Commands ==
| |
− | {{CommandSyntax}}
| |
− | * <code>/ClaimPokeStop</code>: Allows the player to claim a PokéStop and obtain items from the drop list.
| |
− | ** Quantities of the drops are randomly , taking into consideration the items rarity, 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.
| |
− | * <code>/DropList <tier></code>: Displays the items currently in that tier of the PokéStop drops pool.
| |
− | * <code>/AddDrop <tier> <''item''> <rarity></code>: Adds an item to the PokéStop drops pool. Follows basic [[item ID]] syntax. Example: <code>[[Rare Candy|pixelmon:rare_candy]]</code>.
| |
− | * <code>/DelDrop <tier> <''item''></code>: Deletes a drop from the specified tier drops pool. Follows basic [[item ID]] syntax. Example: <code>[[Rare Candy|pixelmon:rare_candy]]</code>.
| |
− | * <code>/AddPokeStop <tier></code>: Creates a PokéStop with the specified tier using the coordinates where the command sender stands.
| |
− | * <code>/DelPokeStop</code>: Deletes the PokéStop the command sender is standing inside of.
| |
− | | |
− | ===Permission nodes===
| |
− | * <code>/ClaimPokeStop</code>: <code>pokestops.claimpokestop.base</code>
| |
− | * <code>/DropList</code>: <code>pokestops.droplist.base</code>
| |
− | * <code>/AddDrop</code>: <code>pokestops.adddrop.base</code>
| |
− | * <code>/DelDrop</code>: <code>pokestops.deldrop.base</code>
| |
− | * <code>/AddPokeStop</code>: <code>pokestops.addpokestop.base</code>
| |
− | * <code>/DelPokeStop</code>: <code>pokestops.delpokestop.base</code>
| |
− | * <code>Ignore /ClaimPokeStop cooldown</code>: <code>pokestops.claimpokestop.unlimited</code>
| |
− | * <code>Allow a user to claim a tier 1 PokéStop</code>: <code>pokestops.claimpokestop.tier1</code>
| |
− | * <code>Allow a user to claim a tier 2 PokéStop</code>: <code>pokestops.claimpokestop.tier2</code>
| |
− | * <code>Allow a user to claim a tier 3 PokéStop</code>: <code>pokestops.claimpokestop.tier3</code>
| |
− | [[Category:Sidemods]]
| |