Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PokeStops plugin:
- Basics:
- The idea is for a player to go to a location and collect items and issue commands. The location will be identified by the use of blue particles floating in the air. Once items are taken, a cool down period would start for a time set by an admin account during which the floating particles would turn light purple. Could be nice to incorporate in some holograms to say Pokestop Name that floats 10 blocks in the air.
- Additionally, in Pokemon Go, players can set lures for certain wild Pokemon to appear at pokestops and it would be nice to replicate that here. This would be dependent on if its possible to do a poke spawn randomly within a certain distance from the pokestop, while pulling the Pokemon to spawn from a list provided by commands. When a lure is active, an additional set of particles could float around the pokestop specified with the color that is set for the lure. Could be nice to add a temporary hologram to say which lure is active and how much time is left for the lure in the hologram.
- Finally and maybe more ambitiously, gifts. These are a recent addition to the Pokemon Go game and would be nice to replicate here. Gifts are required to be sent to other players to be opened. These result in additional items and/or commands given to the receiving player.
- Commands:
- /pokestop spin
- - Spins the pokestop and gets items/issues commands.
- - permission:
- - pokestop.player.claim.<groupname>
- /pokestop create group <groupname>
- - creates a group to organize different rarities of items. (Tier1,2 and 3 for example but allowing the user to create these groups is more flexible)
- - Permission:
- - Pokestop.admin.create
- /pokestop setloc <groupname> <PokestopName>
- - Sets the location the player is standing at as a pokestop. Can also use /pokestop set tierX world x y z to set a specific location as a pokestop.
- - Permission:
- - pokestop.admin.set.location
- /pokestop setcooldown <groupname> <numberofticks>
- - Sets the cool down for a particular poke stop.
- - Permission:
- - pokestop.admin.set.location
- /pokestop add item <groupname> <item> <chance> <range of items given to player eg. 1-5>
- - Adds an item to the pokestop config for the specified tier. Chance is from 1-100%. Range of items is simply the quantity of items possible for a player to receive.
- - Permission:
- - pokestop.admin.add.item
- /pokestop add command <groupname> <command> <chance>
- - Adds a command to the pokestop config for the specified tier
- - Permission:
- - pokestop.admin.add.command
- Hopes and Wishes:
- Commands:
- /pokestop lure use <lure name>
- - Requires a “key” or “token” assigned to the player. If player has the available lure to use, pokemon assigned to that lure start spawning around the pokestop the player is close to within a 15 block radius for 10 minutes. Adds additional particles around the pokestop of the assigned color.
- - Permission:
- - Pokestop.player.lure.use.lurename
- /pokestop lure
- - shows what lures a player has available to them. Player can hover over lure to see pokemon that can spawn using that lure.
- - Permission:
- - Pokestop.player.lure
- /pokestop create lure <lure name> <particle color>
- - creates a lure type in the config to assign pokemon to. Color defines the particle color that floats around the pokestop in addition to the pokestop particles.
- - Permission:
- - Pokestop.admin.lure.create
- /pokestop add pokemon <lure name> <pokemon name> <rarity>
- - adds pokemon spawn rates to the lure.
- - Permission:
- - Pokestop.admin.lure.add.pokemon
- /pokestop give lure <lure name> <player>
- - Gives a lure token to player
- - Permission:
- - Pokestop.admin.lure.give.token
- Extremely Outlandish Hopes and Wishes:
- /pokestop gift
- - shows a list of gifts gotten from pokestops. Players cannot open gifts obtained from pokestops. List includes the name of the pokestop gift obtained from.
- - Permission:
- - Pokestop.player.gift
- /pokestop gift sent
- - shows a list of gifts and the pokestop obtained from that was sent and still unopened by other players.
- - Permission:
- - Pokestop.player.gift.sent
- /pokestop gift give <playername> <PokeStopName>
- - Send a gift to another player. Can only send to another player every 6 hours. If a player has an unopened gift from another player, they cannot be sent another from the same player.
- - Permission:
- - Pokestop.player.gift.give
- /pokestop gift inbox
- - shows a list of gifts given from other players ordered by a list prepended with a number for identification.
- /pokestop gift open <PokestopName>
- - opens gift given to player from another player.
- - Permission:
- - Pokestop.player.gift.open
- /pokestop gift add item <ItemName> <chance> <range of items given to player eg. 1-5>
- - Adds an item to the gift config. Chance is from 1-100%. Range of items is simply the quantity of items possible for a player to receive.
- - Permission:
- - Pokestop.admin.gift.add.item
- /pokestop gift add command <command> <chance>
- - Adds a command to the gift config. Chance is from 1-100%.
- - Permission:
- - Pokestop.admin.gift.add.command
Advertisement
Add Comment
Please, Sign In to add comment