Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. Gym Wars 2: Feebas Unleashed is a Pixelmon sidemod that allows servers to create and set up Pokémon Gyms with their own players as Leaders.
  2.  
  3. Installation :
  4. Gym Wars 2: Feebas Unleashed is currently incompatible with the latest version of Pixelmon. It was last compatible with Pixelmon 5.0.1. Another Gym Plugin is an alternative Gym plugin that can be used for the latest Pixelmon versions.
  5.  
  6. Gym Wars 2: Feebas Unleashed only needs to be installed on a server and does not require each player to install it in order to be used.
  7.  
  8. Minecraft launcher
  9. Download Gym Wars 2: Feebas Unleashed for your version of Minecraft here.
  10. Place the downloaded file in the mods folder.
  11. Pixelmon launcher
  12. Edit your profile and choose the "Add Official Sidemod" option.
  13. Select Gym Wars 2: Feebas Unleashed from the list.
  14. Commands
  15. Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
  16.  
  17. /acceptchallenge <Gym>: Accepts a Gym challenge which will teleport both players to the Gym and start the battle.
  18. /addleader <player> <Gym>: Adds a player as a Leader of the specified Gym.
  19. /badge <give|take> <player> <Gym>: Admin command for giving or taking Badges from a player.
  20. /badges [player]: Opens the inventory containing the Badges of the specified player, or the command user if no player is specified.
  21. /challenge <Gym>: Sends a challenge request to the Gym for a Leader of that Gym to accept. If there are other challengers, the player will be put into a queue to wait until the Leader completes all previous challenges.
  22. /cancelchallenge <Gym>: If a challenger wants to cancel a challenge before it is accepted, this command will remove the challenger from the queue of challengers.
  23. /creategym <Gym name> <type> <level cap> <Badge> <battletype> [order]: Creates a Gym with all of the properties specified.
  24. Gym name: The name of the Gym to be created. No two Gyms can have the same name.
  25. type: The type of the Gym which the Leader's party Pokémon must contain for a Gym battle.
  26. level cap: The highest level that either the challenger's or Leader's party Pokémon may be for a Gym battle.
  27. Badge: The Badge that will be rewarded to the player after a victory. Input is the name of the Badge without any spaces; e.g., HeatBadge.
  28. battletype: The type of battle that will occur in the Gym. Either Single or Double.
  29. order: If Gym order is enabled, this defines the order in which Gyms must be challenged.
  30. /deletegym <Gym>: Deletes a Gym and all of its properties from the server.
  31. /editgym <Gym> <property> <value>: Edits a certain property of the specified Gym. The value argument is the new value of the specified property. The properties that can be edited are as follows:
  32. name: The name of the Gym.
  33. type: The type of the Gym.
  34. levelcap: The highest possible level that a Pokémon can be in a Gym battle.
  35. badge: The Badge awarded by the Gym.
  36. battle-type: The type of battle that will occur in the gym. Either Single or Double.
  37. /gyminfo <Gym>: Gives information on the properties of the Gym specified, including the Gym name, type, level cap, Badge, Gym Leader position, and challenger Gym position.
  38. /gymlist: Lists all Gyms (in order if applicable), their statuses (open or closed), and all online Leaders for each Gym.
  39. /reloadconfig: Reloads the config so a server admin may make live changes without restarting the server.
  40. /removechallenge: Forcefully removes a challenger from the queue of a Gym.
  41. /removeleader <player> <Gym>: Removes a player from being a Leader of the specified Gym.
  42. /setgympos <Gym> <Leader|challenger>: Sets the position for the challenger/Leader of the specified Gym which they will be teleported to before a Gym battle begins.
  43. /viewchallenges <Gym>: Displays a list of all challengers and the order in the queue they're in.
  44. Permission nodes
  45. /acceptchallenge: feebasunleashed.command.acceptchallenge
  46. /addleader: feebasunleashed.command.addleader
  47. /badge: feebasunleashed.command.badge
  48. /badges: feebasunleashed.command.badges
  49. Allow the user to use /badges on other players: feebasunleashed.command.badges.other
  50. /challenge: feebasunleashed.command.challenge
  51. /cancelchallenge: feebasunleashed.command.cancelchallenge
  52. /creategym: feebasunleashed.command.creategym
  53. /deletegym: feebasunleashed.command.deletegym
  54. /editgym: feebasunleashed.command.editgym
  55. /gyminfo: feebasunleashed.command.gyminfo
  56. /gymlist: feebasunleashed.command.gymlist
  57. /reloadconfig: feebasunleashed.command.reloadconfig
  58. /removechallenge: feebasunleashed.command.removechallenge
  59. /removeleader: feebasunleashed.command.removeleader
  60. /setgympos: feebasunleashed.command.setgympos
  61. /viewchallenges: feebasunleashed.command.viewchallenges
  62. Config settings
  63. "BannedMoves": The list of moves that are not allowed to be used by either the challenger or the Leader in any Gym battle.
  64. "CooldownTimerEnabled": Enables the cooldown timer so that if a challenger loses, the challenger must wait the amount of time specified in the 'CooldownTime' config value in order to challenge another Gym.
  65. "CooldownTime": The time in minutes a player has to wait after losing a Gym before challenging another.
  66. "GymOrder": Whether or not Gyms have to be challenged in a particular order.
  67. "Commands": The list of commands that will be executed after a Gym battle. There will be two config nodes for commands per gym, one that's executed on challenger victory and one executed on defeat. @challenger or @leader can be used in place of a player name to refer to the challenger or Leader in the command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement