Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. 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.
  2.  
  3. Installation :
  4. PokéStops only needs to be installed on a server and does not require each player to install it in order to be used.
  5.  
  6. Minecraft launcher
  7. Download PokéStops for your version of Minecraft here.
  8. Place the downloaded file in the mods folder.
  9.  
  10. Overview
  11. 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.
  12.  
  13. Commands
  14. Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
  15.  
  16. /ClaimPokestop: Allows the player to claim a PokéStop and obtain items from the drop list.
  17. Quantities of the drops are randomly chosen between the minimum and maximum quantities (inclusive) in the configuration.
  18. 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.
  19. /DropList: Displays the items currently in the PokéStop drops pool.
  20. /AddDrop <item>: Adds an item to the PokéStop drops pool. Follows basic item ID syntax. Example: pixelmon:rare_candy.
  21. /DelDrop <item>: Deletes a drop from the PokéStop drops pool. Follows basic item ID syntax. Example: pixelmon:rare_candy.
  22. /AddPokestop: Creates a PokéStop using the coordinates where the command sender stands.
  23. /DelPokestop: Deletes the PokéStop the command sender is standing inside of.
  24. Permission nodes
  25. /ClaimPokestop: pokestop.command.claimpokestop
  26. /DropList: pokestop.command.droplist
  27. /AddDrop: pokestop.command.adddrop
  28. /DelDrop: pokestop.command.deldrop
  29. /AddPokestop: pokestop.command.addpokestop
  30. /DelPokestop: pokestop.command.delpokestop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement