Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. Hello, Do you want to have start a cool PvP Server but don't know where to start? Well I present to you my PracticePvP Plugin! It's very easy to use and you can do almost everything through in game commands! There are even over 10 gamemodes that players can battle in! Just upload PracticePvP to your server and almost everything is setup! I hope you enjoy it as much as I do!
  2.  
  3. /createArena <PlayerLocation2> <KitType> - PracticePvP.Admin - Creates an Arena where you are standing as location1 and where the second designated player is standing as location2 (See KitTypes for types)
  4. /getArenas - PracticePvP.Admin - Prints all available arenas
  5. /Spectate <Player> - PracticePvP.Spectate - Spectates a player in game
  6. /duel <Player> - PracticePvP.Duel - Sends a duel request to a player with the type you specify by selecting it in a custom inventory
  7. /ELO <Player(Optional)> - PracticePvP.Elo | PracticePvP.EloOthers when Viewing Others - Retrieves all ELO information from a player
  8. You can now also use /stats to access this command
  9.  
  10. /setGlobalSpawn - PracticePvP.Admin - Sets Global Spawn Location
  11.  
  12. /setEditLocation - PracticePvP.Admin - Sets Kit Editor Location
  13.  
  14. /setSpawn1 - PracticePvP.Admin - Edits Arenas First Spawn with Your Location
  15. Usage:
  16. /setSpawn1 <ArenaId>
  17.  
  18. /Party or /Team - PracticePvP.Party - Shows a complete list of party subcommands - can be see in the images section
  19.  
  20. /setSpawn2 - PracticePvP.Admin - Edits Arenas First Spawn with Your Location
  21. Usage:
  22. /setSpawn2 <ArenaId>
  23.  
  24.  
  25. /SHUTDOWN - PRACTICEPVP.ADMIN - ALWAYS PERFORM COMMAND BEFORE RESTARTS OR RELOADS
  26.  
  27. /PracticePvPBuyer - Gets the Buyer of the Plugin - OP /Debug <Player> - Gives them the Default PracticePvP inventory layout
  28. /OpenRanked - PracticePvP.OpenRanked - Opens the Ranked PracticePvP Inventory
  29. /OpenUnRanked - PracticePvP.OpenUnRanked - Opens the UnRanked PracticePvP Inventory!
  30. /ToggleDuels - PracticePvP.ToggleDuels - Toggles duel requests
  31. /EditDefaultKit - PracticePvP.Admin - Allows you to edit and change the current default kits
  32. /SaveDefaultKit - PracticePvP.Admin - ALlows you to save the default kit you are editing.
  33.  
  34. Permission - PracticePvP.RankedBypass will allow you to bypass the un-ranked matches requirement.
  35.  
  36.  
  37. NODEBUFF,
  38. DEBUFF,
  39. ARCHER,
  40. IRONAXE,
  41. VANILLA,
  42. GAPPLE,
  43. NOENCHANTS,
  44. IRON,
  45. SOUPHARDCORE,
  46. SOUPREFILL,
  47. MCSG,
  48. UHC,
  49. ADVUHC,
  50. BUILDUHC
  51.  
  52. Kit Editing Guide:
  53. 1.) type /editDefaultKit <KitType>
  54. 2.) Edit the kit to your liking!
  55. 3.) When you are done type /saveDefaultKit <KitType>
  56. 4.) Delete the KitEdits.yml file in the Data folder
  57. 5.) Have fun with your new kits!
  58.  
  59.  
  60.  
  61. Code (Text):
  62. [/SIZE][/CENTER][/SIZE][/CENTER][/SIZE][/CENTER]
  63.  
  64.  
  65.  
  66. prefix: '&bPractice&1PvP &e&l>>'
  67. EnderPearlCooldown: 16
  68. MCVersion1:
  69. 7/1:
  70. '8': true
  71. MinUnRankedWins: 10
  72. ReceiveItemsOnJoin: true
  73. TeleportPlayersToSpawnAfterMatches: true
  74. KitEditorWorld: World
  75. KitEditorX: 0
  76. KitEditorY: 0
  77. KitEditorZ: 0
  78. SaveKitSignPrefix: '&e&l[&aSave&e&l]'
  79. GlobalSpawnWorld: world
  80. GlobalSpawnX: -195.3551226186207
  81. GlobalSpawnY: 74.0
  82. GlobalSpawnZ: 175.58553118438684
  83. GlobalSpawnYaw: -10.410849
  84. GlobalSpawnPitch: 19.833796
  85. StoreStatsToMySql: false
  86. MySql:
  87. Host: 0.0.0.0
  88. DatabaseName: DatabaseName
  89. Username: Username
  90. Password: Password
  91. Kits:
  92. NoDebuff:
  93. Ranked: true
  94. UnRanked: true
  95. Debuff:
  96. Ranked: true
  97. UnRanked: true
  98. Archer:
  99. Ranked: true
  100. UnRanked: true
  101. IronAxe:
  102. Ranked: true
  103. UnRanked: true
  104. Vanilla:
  105. Ranked: true
  106. UnRanked: true
  107. Gapple:
  108. Ranked: true
  109. UnRanked: true
  110. NoEnchants:
  111. Ranked: true
  112. UnRanked: true
  113. Iron:
  114. Ranked: true
  115. UnRanked: true
  116. SoupHardcore:
  117. Ranked: true
  118. UnRanked: true
  119. SoupRefill:
  120. Ranked: true
  121. UnRanked: true
  122. MCSG:
  123. Ranked: true
  124. UnRanked: true
  125. UHC:
  126. Ranked: true
  127. UnRanked: true
  128. AdvUHC:
  129. Ranked: true
  130. UnRanked: true
  131. BuildUHC:
  132. Ranked: true
  133. UnRanked: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement