Difference between revisions of "AGP Responged"
From Pixelmon Wiki
m (Andwhat5 moved page Another-Gym-Plugin to Another Gym Plugin: title change again) |
|||
Line 1: | Line 1: | ||
− | + | Another Gym Plugin (AGP) is a Pixelmon [[sidemod]] that enables Gym managers to establish both NPC and player Gym Leaders. | |
== Installation == | == Installation == | ||
Line 5: | Line 5: | ||
{{SidemodVersion|1.10.2|5.0.2|0.4.2}} | {{SidemodVersion|1.10.2|5.0.2|0.4.2}} | ||
{{SidemodVersionf}} | {{SidemodVersionf}} | ||
− | + | Another Gym Plugin only needs to be installed on a server and does not require each player to install it in order to be used. | |
===''Minecraft'' launcher=== | ===''Minecraft'' launcher=== | ||
− | #Download | + | #Download Another Gym Plugin for your version of ''Minecraft'' [http://pixelmonmod.com/downloads.php here]. |
#Place the downloaded file in the mods folder. | #Place the downloaded file in the mods folder. | ||
== Commands == | == Commands == | ||
{{CommandSyntax}} | {{CommandSyntax}} | ||
− | * /AddGym < | + | * /AddGym <Gym name> <Gym Badge> <level cap> <PokéDollars> <item 1> <item 2>: Adds a Gym to the configuration file. |
− | **< | + | **<Gym name>: The name of your gym. E.g., [[Water]]. |
− | **< | + | **<Gym Badge>: The [[item ID]] of the Gym's [[Badge]]. E.g., [[Rain Badge|pixelmon:rain_badge]]. |
− | **< | + | **<level cap>: The highest level the challenger can be. Set to 0 for no cap. E.g., 20. Only shows on /GymList and is used by NPC Gym Leaders |
− | + | **<PokéDollars>: The [[PokéDollars]] awarded to a player for beating a gym. E.g., 1000. Set to 0 to not give any PokéDollars. | |
− | **< | + | **<item 1> and <item 2>: [[Item IDs]] for items to be awarded when beating a Gym. Set to null for no item. E.g., [[Rare Candy|pixelmon:rare_candy]] |
− | + | * /DelGym <Gym>: Delete the specified Gym from the configuration. | |
− | **< | + | * /CheckBadges <Player>: Opens a GUI with the specified player's [[Badges]]. By default, regular players can only check their own Badges, while Gym Leaders can check any player's Badges. If the player has the "agp.checkbadges.other" permission node, this check can be circumvented. |
− | * /DelGym <Gym>: | + | * /AddLeader <player> <Gym>: Sets the specified player to be the Gym Leader of the Gym. Players may be Gym Leaders of multiple Gyms, and Gyms may have multiple Gym Leaders. |
− | * /CheckBadges <Player>: Opens a GUI with the specified | + | * /DelLeader <player> <Gym>: Removes the specified player from the specified Gym position. |
− | + | * /GiveBadge <player> <Gym>: Gives a [[Badge]] to the specified player. Badges can only be given by their respective Gym Leaders. E.g., The [[Electric]] Gym Leader cannot give the [[Water]] Gym Leader's Badge. If the player has the "agp.headleader" permission node, this check can be circumvented. The command cannot be used multiple times on a single player. | |
− | + | * /DelBadge <Player> <Gym>: Command to remove a [[Badge]] to the specified player. This does not remove any awards they may have been given. | |
− | * /AddLeader < | + | * /GymList: Displays basic information regarding all server Gyms. |
− | + | * /SpawnNPCLeader <Gym>: This spawns a special [[NPC Trainer]] at the player's position. | |
− | * /DelLeader <player> <Gym>: Removes the specified player from the specified | + | **NPC Gym Leaders must be manually configured for rewards. They are not automatically given with the parameters from /AddGym. |
− | * /GiveBadge < | + | **NPC Gym Leaders have both a Badge check and a level check system. A player who has already beaten the Gym cannot re-challenge the Gym Leader. Furthermore, a player with over-leveled Pokémon also cannot challenge them. |
− | |||
− | |||
− | |||
− | * /DelBadge <Player> <Gym>: Command to remove a | ||
− | |||
− | * /GymList: Displays basic information regarding all server | ||
− | * /SpawnNPCLeader <Gym>: This spawns a special Trainer | ||
− | **NPC Leaders must be manually configured for rewards. They are not automatically given with the parameters from /AddGym. | ||
− | **NPC Leaders have both a Badge check and a | ||
===Permission nodes=== | ===Permission nodes=== | ||
Line 42: | Line 33: | ||
* /DelGym: agp.command.delgym | * /DelGym: agp.command.delgym | ||
* /CheckBadges: agp.command.checkbadges | * /CheckBadges: agp.command.checkbadges | ||
− | **To allow players to check other | + | **To allow players to check other players' Badges: agp.checkbadges.other |
* /AddLeader: agp.command.addleader | * /AddLeader: agp.command.addleader | ||
* /DelLeader: agp.command.delleader | * /DelLeader: agp.command.delleader | ||
Line 49: | Line 40: | ||
* /GymList: agp.command.gymlist | * /GymList: agp.command.gymlist | ||
* /SpawnNPCLeader: agp.command,spawnnpcleader | * /SpawnNPCLeader: agp.command,spawnnpcleader | ||
− | |||
* Head Leader: agp.headleader | * Head Leader: agp.headleader | ||
− | **Allows a | + | **Allows a player to give any Badge and check anyone's Badges. |
Revision as of 13:12, 19 March 2017
Another Gym Plugin (AGP) is a Pixelmon sidemod that enables Gym managers to establish both NPC and player Gym Leaders.
Installation
Minecraft version | Pixelmon version | AGP Responged version |
---|---|---|
1.10.2 | 5.0.2 | 0.4.2 |
Another Gym Plugin 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 Another Gym Plugin for your version of Minecraft here.
- Place the downloaded file in the mods folder.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
- /AddGym <Gym name> <Gym Badge> <level cap> <PokéDollars> <item 1> <item 2>: Adds a Gym to the configuration file.
- <Gym name>: The name of your gym. E.g., Water.
- <Gym Badge>: The item ID of the Gym's Badge. E.g., pixelmon:rain_badge.
- <level cap>: The highest level the challenger can be. Set to 0 for no cap. E.g., 20. Only shows on /GymList and is used by NPC Gym Leaders
- <PokéDollars>: The PokéDollars awarded to a player for beating a gym. E.g., 1000. Set to 0 to not give any PokéDollars.
- <item 1> and <item 2>: Item IDs for items to be awarded when beating a Gym. Set to null for no item. E.g., pixelmon:rare_candy
- /DelGym <Gym>: Delete the specified Gym from the configuration.
- /CheckBadges <Player>: Opens a GUI with the specified player's Badges. By default, regular players can only check their own Badges, while Gym Leaders can check any player's Badges. If the player has the "agp.checkbadges.other" permission node, this check can be circumvented.
- /AddLeader <player> <Gym>: Sets the specified player to be the Gym Leader of the Gym. Players may be Gym Leaders of multiple Gyms, and Gyms may have multiple Gym Leaders.
- /DelLeader <player> <Gym>: Removes the specified player from the specified Gym position.
- /GiveBadge <player> <Gym>: Gives a Badge to the specified player. Badges can only be given by their respective Gym Leaders. E.g., The Electric Gym Leader cannot give the Water Gym Leader's Badge. If the player has the "agp.headleader" permission node, this check can be circumvented. The command cannot be used multiple times on a single player.
- /DelBadge <Player> <Gym>: Command to remove a Badge to the specified player. This does not remove any awards they may have been given.
- /GymList: Displays basic information regarding all server Gyms.
- /SpawnNPCLeader <Gym>: This spawns a special NPC Trainer at the player's position.
- NPC Gym Leaders must be manually configured for rewards. They are not automatically given with the parameters from /AddGym.
- NPC Gym Leaders have both a Badge check and a level check system. A player who has already beaten the Gym cannot re-challenge the Gym Leader. Furthermore, a player with over-leveled Pokémon also cannot challenge them.
Permission nodes
- /AddGym: agp.command.addgym
- /DelGym: agp.command.delgym
- /CheckBadges: agp.command.checkbadges
- To allow players to check other players' Badges: agp.checkbadges.other
- /AddLeader: agp.command.addleader
- /DelLeader: agp.command.delleader
- /GiveBadge: agp.command.givebadge
- /DelBadge: .agp.command.delbadge
- /GymList: agp.command.gymlist
- /SpawnNPCLeader: agp.command,spawnnpcleader
- Head Leader: agp.headleader
- Allows a player to give any Badge and check anyone's Badges.