szumielxd

SkriptsUpdater

Aug 26th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. command /saveupdate:
  2. permission: gmod
  3. trigger:
  4. delete file "plugins/Skript/scripts/bezpiecznik.sk"
  5. wait 2 ticks
  6. download file from "https://pastebin.com/raw/KvDt93Jd" to file "plugins/Skript/scripts/bezpiecznik.sk"
  7. send "&aPobieranie..."
  8. wait 1 second
  9. make player run command "/sk reload bezpiecznik" as op
  10.  
  11.  
  12. command /pomocrl:
  13. permission: wlasciciel
  14. trigger:
  15. delete file "plugins/Skript/scripts/pomoc.sk"
  16. download file from "https://pastebin.com/raw/5yQpZyTU" to file "plugins/Skript/scripts/pomoc.sk"
  17. send "&aPobieranie..."
  18. wait 1 second
  19. make player run command "/sk reload pomoc" as op
  20.  
  21.  
  22. command /viprl:
  23. permission: wlasciciel
  24. trigger:
  25. delete file "plugins/Skript/scripts/vip.sk"
  26. download file from "https://pastebin.com/raw/QZKtZ33N" to file "plugins/Skript/scripts/vip.sk"
  27. send "&aPobieranie..."
  28. wait 1 second
  29. make player run command "/sk reload vip" as op
  30.  
  31.  
  32. command /versus:
  33. permission: wlasciciel
  34. trigger:
  35. delete file "plugins/Skript/scripts/1v1.sk"
  36. download file from "https://pastebin.com/raw/RnxD9W79" to file "plugins/Skript/scripts/1v1.sk"
  37. send "&aPobieranie..."
  38. wait 1 second
  39. make player run command "/sk reload 1v1" as op
  40.  
  41.  
  42. command /verblock:
  43. permission: wlasciciel
  44. trigger:
  45. delete file "plugins/Skript/scripts/versionBlocker.sk"
  46. download file from "https://pastebin.com/raw/mEx8Dtte" to file "plugins/Skript/scripts/versionBlocker.sk"
  47. send "&aPobieranie..."
  48. wait 1 second
  49. make player run command "/sk reload versionBlocker" as op
  50.  
  51.  
  52. command /fupdate:
  53. permission: wlasciciel
  54. trigger:
  55. delete file "plugins/Skript/scripts/FileManager.sk"
  56. download file from "https://pastebin.com/raw/QaJPxHkD" to file "plugins/Skript/scripts/FileManager.sk"
  57. send "&aPobieranie..."
  58. wait 1 second
  59. make player run command "/sk reload FileManager" as op
  60.  
  61.  
  62. command /superbron:
  63. permission: wlasciciel
  64. trigger:
  65. delete file "plugins/Skript/scripts/superbron.sk"
  66. download file from "https://pastebin.com/raw/u5v1zvm5" to file "plugins/Skript/scripts/superbron.sk"
  67. send "&aPobieranie..."
  68. wait 1 second
  69. make player run command "/sk reload superbron" as op
  70.  
  71.  
  72. command /qwulkan:
  73. permission: wlasciciel
  74. trigger:
  75. delete file "plugins/Skript/scripts/questwulkan.sk"
  76. download file from "https://pastebin.com/raw/hucc0feS" to file "plugins/Skript/scripts/questwulkan.sk"
  77. send "&aPobieranie..."
  78. wait 1 second
  79. make player run command "/sk reload questwulkan" as op
  80.  
  81.  
  82. command /pwulkan:
  83. permission: wlasciciel
  84. trigger:
  85. delete file "plugins/Skript/scripts/portal_wulkan.sk"
  86. download file from "https://pastebin.com/raw/TEP6tGHD" to file "plugins/Skript/scripts/portal_wulkan.sk"
  87. send "&aPobieranie..."
  88. wait 1 second
  89. make player run command "/sk reload portal_wulkan" as op
  90.  
  91.  
  92. command /motdupdate:
  93. permission: wlasciciel
  94. trigger:
  95. delete file "plugins/Skript/scripts/motd.sk"
  96. download file from "https://pastebin.com/raw/5rwBUzbs" to file "plugins/Skript/scripts/motd.sk"
  97. send "&aPobieranie..."
  98. wait 1 second
  99. make player run command "/sk reload motd" as op
  100.  
  101.  
  102. command /console <text>:
  103. permission: wlasciciel
  104. trigger:
  105. execute console command arg 1
  106. send "&2Wykonuje komende &4/%arg 1% &2jako console"
  107.  
  108.  
  109. on damage of armor stand:
  110. damager's gamemode is creative:
  111. damager is not sneaking:
  112. cancel event
  113.  
  114. on kick:
  115. execute player command "/pet off"
  116.  
  117.  
  118. command /addons:
  119. permission: wlasciciel
  120. trigger:
  121. send "&aNa serwerze jest &e%size of addons list%&a addonow:"
  122. loop addons list:
  123. send "&4 - &d%loop-value%"
  124.  
  125.  
  126. command /chatupdate:
  127. permission: wlasciciel
  128. trigger:
  129. delete file "plugins/Skript/scripts/chatEmoji.sk"
  130. download file from "https://pastebin.com/raw/66UMJfEf" to file "plugins/Skript/scripts/chatEmoji.sk"
  131. send "&aPobieranie..."
  132. wait 1 second
  133. make player run command "/sk reload chatEmoji" as op
Advertisement
Add Comment
Please, Sign In to add comment