1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script SKYPVP - AUTOKIT / ITEM RESPAWN / SHOP / DEATH MESSAGE / STATS 1.1 [LAST UPDATE]

skypvp

  1. ApQd
    Contributors:
    http://www.mediafire.com/file/jbyz3tj5d83dj68/Depends.zip/file
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18
    SKYPVP (SKRIPT)
    This could be a very good skript to add to SkyPvP system. Because it's have a very good features that's will make the game fun !

    CLICK ON THIS LINK to download the skript version and the adddons you need to run the skript!
    DISCORD



      • Random item generator


      • AUTOKIT :emoji_astonished:



      • TEM RESPAWN



      • SMOTHDEATH
    This is how to setup



      • STATS :emoji_rolling_eyes:
    upload_2022-3-24_12-54-4.png


      • SHOP
    upload_2022-3-24_12-53-51.png


      • XP FARM



      • Scoreboard
    upload_2022-3-24_12-53-27.png


      • KEYSYSTEM



      • ANVIL SYSTEM


    • EASY TO CHANGE :emoji_wink:
    Code (Text):
    1.  
    2. options:
    3. #You can change it to what ever you want, the kit will despawn !
    4. kitname: &c&lKIT
    5.  
    6. #The world you have the game on!
    7. world: world
    8.  
    9. #spawn location, has to be like this X, Y, Z
    10. spawn: 0.501, 91, 0.537
    11.  
    12.  
    13. #RANKS PERMISSION "1 weakest rank" and member kit don't have permission
    14. permission-rank-1: skypvp.kit.vip
    15. permission-rank-2: skypvp.kit.vip+
    16. permission-rank-3: skypvp.kit.mvp
    17. permission-rank-4: skypvp.kit.mvp+
    18.  
    19.  
    20. #Drop location, has to be like this X, Y, Z
    21. droplocation: 0, 90, 20
    22.  
    23.  
    24. #xp location, has to be like this X, Y, Z
    25. xplocation: -121, 94, 23
    26.  
    27. #shop prices !
    28. sword1: 16
    29. sword2: 32
    30. sword3: 48
    31. sword4: 64
    32. boots1: 16
    33. boots2: 32
    34. boots3: 48
    35. boots4: 64
    36. leggings1: 16
    37. leggings2: 32
    38. leggings3: 48
    39. leggings4: 64
    40. chestplate1: 16
    41. chestplate2: 32
    42. chestplate3: 48
    43. chestplate4: 64
    44. helmet1: 16
    45. helmet2: 32
    46. helmet3: 48
    47. helmet4: 64
    48. Apple1: 16
    49. Apple2: 32
    50. Apple3: 48
    51. Apple4: 64
    52.  
    53. #shop don't have  enough coins message
    54. nocoins: &7You do not have enough &6Coins
    55.  
    56. #create where you want the void to start use worldguard for this ! "/rg create void "
    57. region-void-name: void
    58. #if you want to item to drop use "true or false"
    59. item-drop: true
    60.  
    61. #command Stats "Your stats"
    62. line1: &8&m----------------------------------
    63. line2: &a
    64. line3: &aYour kills %{skypvp.kill::%player%}% !
    65. line4: &cYour deaths %{skypvp.death::%player%}% !
    66. line5: &eYour coins %{skypvp.coins::%player%}%$ !
    67. line6: &a
    68. line7: &8&m----------------------------------
    69. #command Stats "Another player stats"
    70. line8: &8&m----------------------------------
    71. line9: &a
    72. line10: &a%arg 1%'s kills %{skypvp.kill::%arg 1%}% !
    73. line11: &c%arg 1%'s deaths %{skypvp.death::%arg 1%}% !
    74. line12: &e%arg 1%'s coins %{skypvp.coins::%arg 1%}%$ !
    75. line13: &a
    76. line14: &8&m----------------------------------
    77.  
    78.  
    79. #Death messages, "%{deadFall.%victim%}%" is the attacker
    80. killed-by-player: &7%victim% got killed by %{deadFall.%victim%}%
    81. killed-by-quiting: &7%player% got killed by %{deadFall.%player%}% because he left the server while combat
    82. killed-by-void: &7%player% died in the void
    83. killed-by-void-player: &7%player% was knocked into the void by %{deadFall.%player%}%
    84.  
    85. #Join and quit message
    86. join-msg: &7%player% joined the game !
    87. quit-msg: &7%player% quit the game !
    88.  
    89.  
    90.  
    91. #chest message
    92. chest-msg: &aCHEST RESPAWN
    93. #chests locations, has to be like this X, Y, Z
    94. chest-1: 0, 0, 0
    95. chest-2: 0, 0, 0
    96. chest-3: 0, 0, 0
    97. chest-4: 0, 0, 0
    98. chest-5: 0, 0, 0
    99. chest-6: 0, 0, 0
    100. chest-7: 0, 0, 0
    101. chest-8: 0, 0, 0
    102. chest-9: 0, 0, 0
    103. chest-10: 0, 0, 0
    104. chest-11: 0, 0, 0
    105. chest-12: 0, 0, 0
    106. chest-13: 0, 0, 0
    107. chest-14: 0, 0, 0
    108. chest-15: 0, 0, 0
    109. chest-16: 0, 0, 0
    110. chest-17: 0, 0, 0
    111. chest-18: 0, 0, 0
    112. chest-19: 0, 0, 0
    113. chest-20: 0, 0, 0
    114. chest-21: 0, 0, 0
    115. chest-22: 0, 0, 0
    116. chest-23: 0, 0, 0
    117. chest-24: 0, 0, 0
    118. chest-25: 0, 0, 0
    119. chest-26: 0, 0, 0
    120. chest-27: 0, 0, 0
    121. chest-28: 0, 0, 0
    122. chest-29: 0, 0, 0
    123. chest-30: 0, 0, 0
    124. chest-31: 0, 0, 0
    125. chest-32: 0, 0, 0
    126. chest-33: 0, 0, 0
    127. chest-34: 0, 0, 0
    128. chest-35: 0, 0, 0
    129. chest-36: 0, 0, 0
    130. chest-37: 0, 0, 0
    131. chest-38: 0, 0, 0
    132. chest-39: 0, 0, 0
    133. chest-40: 0, 0, 0
    134. chest-41: 0, 0, 0
    135. chest-42: 0, 0, 0
    136. chest-43: 0, 0, 0
    137. chest-44: 0, 0, 0
    138. chest-45: 0, 0, 0
    139. chest-46: 0, 0, 0
    140. chest-47: 0, 0, 0
    141. chest-48: 0, 0, 0
    142. chest-49: 0, 0, 0
    143. chest-50: 0, 0, 0
    144. chest-51: 0, 0, 0
    145. chest-52: 0, 0, 0
    146. chest-53: 0, 0, 0
    147. chest-54: 0, 0, 0
    148. chest-55: 0, 0, 0
    149. chest-56: 0, 0, 0
    150. chest-57: 0, 0, 0
    151. chest-58: 0, 0, 0
    152. chest-59: 0, 0, 0
    153. chest-60: 0, 0, 0
    154. chest-61: 0, 0, 0
    155. chest-62: 0, 0, 0
    156. chest-63: 0, 0, 0
    157. chest-64: 0, 0, 0
    158. chest-65: 0, 0, 0
    159. chest-66: 0, 0, 0
    160. chest-67: 0, 0, 0
    161. chest-68: 0, 0, 0
    162. chest-69: 0, 0, 0
    163. chest-70: 0, 0, 0
    164.  
    165.  
    166. #sb settings
    167. sb-title: &9&lSKYPVP
    168. sb1: &1
    169. sb2: &7» &eKILLS&7: &f%{skypvp.kill::%loop-player%}%
    170. sb3: &2
    171. sb4: &7» &eDEATHS&7: &f%{skypvp.death::%loop-player%}%
    172. sb5: &3
    173. sb6: &7» &eCOINS&7: &f%{skypvp.coins::%loop-player%}%
    174. sb7: &4
    175. sb8: &7play.test.com
    176. #clear lag messages
    177. drop-clear-msg-1: &7Clearing dropped items on 5 seconds
    178. drop-clear-msg-2: &7Killed %size of dropped items% dropped items.
    179.  


    If you couldn't find the skript and the addon dm on discord 2hmd#0069
    xSkyWeeDy_ likes this.

Recent Updates

  1. Skypvp done
  2. Sounds
  3. Fixed bug