Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

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:
AGP or Another Gym Plugin is a Pixelmon [[sidemod]] that enables gym managers to establish both NPC and Player Gym Leaders.
+
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}}
AGP only needs to be installed on a server and does not require each player to install it in order to be used.
+
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 AGP for your version of ''Minecraft'' [http://pixelmonmod.com/downloads.php here].
+
#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 <GymName> <GymBadge> <LevelCap> <Money> <Item1> <Item2>: Adds a gym to the configuration file.
+
* /AddGym <Gym name> <Gym Badge> <level cap> <PokéDollars> <item 1> <item 2>: Adds a Gym to the configuration file.
**<GymName>: The name of your gym. EG: Water
+
**<Gym name>: The name of your gym. E.g., [[Water]].
**<GymBadge>: The item ID of the gym's badge. EG: pixelmon:rain_badge
+
**<Gym Badge>: The [[item ID]] of the Gym's [[Badge]]. E.g., [[Rain Badge|pixelmon:rain_badge]].
**<LevelCap>: The highest level the challenger can be. Set to 0 for no cap. EG: 20
+
**<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
***0.4.2: Only shows on GymList and is used by NPC 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.
**<Money>: The money awarded to a player for beating a gym. EG: 1000
+
**<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]]
***This uses Pixelmon's money system. Set to 0 to not give any money.
+
* /DelGym <Gym>: Delete the specified Gym from the configuration.
**<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
+
* /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>: Deleted the specified gym from the configuration.
+
* /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 players badges.
+
* /DelLeader <player> <Gym>: Removes the specified player from the specified Gym position.
**By default, regular players can only check their own badges and leaders can check any players badges.
+
* /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.
***If the player has the agp.checkbadges.other permission node, they can circumvent this check.
+
* /DelBadge <Player> <Gym>: Command to remove a [[Badge]] to the specified player. This does not remove any awards they may have been given.
* /AddLeader <Player> <Gym>: Sets the specified player to be the leader of the gym.
+
* /GymList: Displays basic information regarding all server Gyms.
**Players may be leaders of multiple gyms and gyms may have multiple leaders.
+
* /SpawnNPCLeader <Gym>: This spawns a special [[NPC Trainer]] at the player's position.
* /DelLeader <player> <Gym>: Removes the specified player from the specified gym position.
+
**NPC Gym Leaders must be manually configured for rewards. They are not automatically given with the parameters from /AddGym.
* /GiveBadge <Player> <Gym>: Command to give a badge to the specified player.
+
**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.
**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.
 
* /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===
 
===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 player's badges: agp.checkbadges.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 user to give any badge and check anyone's badges.
+
**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

  1. Download Another Gym Plugin for your version of Minecraft here.
  2. 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.

© 2012 - 2025 Pixelmon Mod