Difference between revisions of "AGP Responged"
From Pixelmon Wiki
(Added Wiki Page for AGP) |
m (Andwhat5 moved page AGP (Another Gym Plugin) to Another-Gym-Plugin) |
(No difference)
|
Revision as of 09:26, 19 March 2017
AGP or Another Gym Plugin is a Pixelmon sidemod that enabled 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 |
AGP 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 AGP 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 <GymName> <GymBadge> <LevelCap> <Money> <Item1> <Item2>: Adds a gym to the configuration file.
- <GymName>: The name of your gym. EG: Water
- <GymBadge>: The item ID of the gym's badge. EG: pixelmon:rain_badge
- <LevelCap>: The highest level the challenger can be. Set to 0 for no cap. EG: 20
- 0.4.2: Only shows on GymList and is used by NPC Leaders
- <Money>: The money awarded to a player for beating a gym. EG: 1000
- This uses Pixelmon's money system. Set to 0 to not give any money.
- <Item1> and <Item2>: Item ID's for items to be awarded when beating a gym. Set to null for no item. EG: pixelmon:rare_candy
- /DelGym <Gym>: Deleted the specified gym from the configuration.
- /CheckBadges <Player>: Opens a GUI with the specified players badges.
- By default, regular players can only check their own badges and leaders can check any players badges.
- If the player has the agp.checkbadges.other permission node, they can circumvent this check.
- By default, regular players can only check their own badges and leaders can check any players badges.
- /AddLeader <Player> <Gym>: Sets the specified player to be the leader of the gym.
- Players may be leaders of multiple gyms and gyms may have multiple leaders.
- /DelLeader <player> <Gym>: Removes the specified player from the specified gym position.
- /GiveBadge <Player> <Gym>: Command to give a badge to the specified player.
- Badges can only be given by their respective leaders. EG: The Electric leader can not give the Water leaders badge.
- If the player has the agp.headleader permission node, they can circumvent this check.
- Leaders can not spam this command on a single player. The badge must be removed before being awarded a second time.
- Badges can only be given by their respective leaders. EG: The Electric leader can not give the Water leaders badge.
- /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 Trainer NPC at the players position.
- 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 Level check system. A player who has already beaten the gym can not re-challenge them. Furthermore, a player with over-leveled Pixelmon also can not challenge them.
Permission nodes
- /AddGym: agp.command.addgym
- /DelGym: agp.command.delgym
- /CheckBadges: agp.command.checkbadges
- To allow players to check other player's 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 user to give any badge and check anyone's badges.