Advertisement
Guest User

Skrypt Na Drop {JanuszSkrypt}

a guest
Jan 11th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. on break of stone:
  2. add 1 to {Ilosc::%player%}
  3. add 50 exp to player
  4. if {Tryb::CB::%player%} is true:
  5. add 1 cobblestone to player
  6. on break of stone:
  7. set {xd} to true
  8. wait 2 tick
  9. set {xd} to false
  10. on load:
  11. set {xd} to true
  12. on item spawn of cobblestone:
  13. if {xd} is true:
  14. cancel event
  15. stop
  16. command /cobble [<text>]:
  17. trigger:
  18. if {Tryb::CB::%player%} is false:
  19. set {Tryb::CB::%player%} to true
  20. send "&aWlaczyles drop cobbla!"
  21. else:
  22. set {Tryb::CB::%player%} to false
  23. send "&aWylaczyles drop cobbla!"
  24. command /rundropcmd [<player>] [<text>]:
  25. permission: run.command
  26. trigger:
  27. if arg 1 is set:
  28. if arg 2 is set:
  29. run arg 1 command "drop" as op
  30. run arg 1 command "%arg 2%" as op
  31. command /turbodrop [<player>]:
  32. permission message: &8 » &7Nie masz uprawnien do tej komedy!
  33. permission: turbodrop.wlacz
  34. trigger:
  35. if arg 1 is set:
  36. set {Turbo::Drop::%arg 1%} to "on"
  37. send "&cTwoj turbodrop zostal wlaczony! :>" to arg 1
  38. loop all players:
  39. create timed bar with text "&7Gracz: &c%arg 1% &7Zakupil Sobie &cTurboDropa &7na &c15 Min&7! :D" to loop-player for 10 seconds
  40. broadcast "&7Gracz: &c%arg 1% &7Zakupil Sobie &cTurboDropa &7na &c15 Min&7! :D"
  41. wait 900 second
  42. send "&cTwoj turbodrop wygasl ;<" to arg 1
  43. delete {Turbo::Drop::%arg 1%}
  44. on Load:
  45. loop all players:
  46. create timed bar with text "&a" to loop-player for 1 seconds
  47. delete {Turbo::Drop::%loop-player%}
  48. command /diament [<text>]:
  49. permission message: &8 » &7Nieznana komeda!
  50. permission: drop.*
  51. trigger:
  52. if {Diament::Drop::%player%} is true:
  53. set {Diament::Drop::%player%} to false
  54. else:
  55. set {Diament::Drop::%player%} to true
  56. command /Szmaragd [<text>]:
  57. permission message: &8 » &7Nieznana komeda!
  58. permission: drop.*
  59. trigger:
  60. if {Szmaragd::Drop::%player%} is true:
  61. set {Szmaragd::Drop::%player%} to false
  62. else:
  63. set {Szmaragd::Drop::%player%} to true
  64. command /Biblioteczka [<text>]:
  65. permission message: &8 » &7Nieznana komeda!
  66. permission: drop.*
  67. trigger:
  68. if {Biblioteczka::Drop::%player%} is true:
  69. set {Biblioteczka::Drop::%player%} to false
  70. else:
  71. set {Biblioteczka::Drop::%player%} to true
  72. command /Zloto [<text>]:
  73. permission message: &8 » &7Nieznana komeda!
  74. permission: drop.*
  75. trigger:
  76. if {Zloto::Drop::%player%} is true:
  77. set {Zloto::Drop::%player%} to false
  78. else:
  79. set {Zloto::Drop::%player%} to true
  80. command /Zelazo [<text>]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement