Advertisement
valdemarld1

Untitled

May 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. options:
  2. BD: &7 { &9&lBEACON&2&lDROP &6SYSTEM &7}
  3.  
  4.  
  5.  
  6.  
  7.  
  8. command /bdstart:
  9. permission: beacon.drop
  10. permission message: Unknown command. Type "/help" for help.
  11. trigger:
  12. set {beacon::start} to true
  13. send "Beacon droppet starter"
  14. wait 3 seconds
  15. broadcast "{@BD} &3%player% &6startede et beacon drop!"
  16. wait 1 second
  17. broadcast "{@BD} &320 &6sekunder til beacon droppet starter!"
  18. wait 10 seconds
  19. broadcast "{@BD} &310 &6sekunder til beacon droppet starter!"
  20. wait 5 seconds
  21. broadcast "{@BD} &35 &6sekunder til beacon droppet starter!"
  22. wait 2 seconds
  23. broadcast "{@BD} &32 &6sekunder til beacon droppet starter!"
  24. wait 1 seconds
  25. broadcast "{@BD} &31 &6sekunder til beacon droppet starter!"
  26. wait 1 seconds
  27. broadcast "{@BD} &6&lBEACON DROPPET STARTER NU!"
  28. drop 1 nether star at {sted::beacon}
  29. wait 60 ticks
  30. drop 1 nether star at {sted::beacon}
  31. wait 60 ticks
  32. drop 1 nether star at {sted::beacon}
  33. wait 60 ticks
  34. drop 1 nether star at {sted::beacon}
  35. wait 60 ticks
  36. drop 1 nether star at {sted::beacon}
  37. wait 60 ticks
  38. drop 1 nether star at {sted::beacon}
  39. wait 60 ticks
  40. drop 1 nether star at {sted::beacon}
  41. wait 60 ticks
  42. drop 1 nether star at {sted::beacon}
  43. wait 60 ticks
  44. drop 1 nether star at {sted::beacon}
  45. wait 60 ticks
  46. drop 1 nether star at {sted::beacon}
  47. wait 60 ticks
  48. drop 1 nether star at {sted::beacon}
  49. wait 60 ticks
  50. drop 1 nether star at {sted::beacon}
  51. wait 60 ticks
  52. drop 1 nether star at {sted::beacon}
  53. wait 60 tick
  54. drop 1 nether star at {sted::beacon}
  55. wait 60 ticks
  56. drop 1 nether star at {sted::beacon}
  57. wait 60 ticks
  58. drop 1 nether star at {sted::beacon}
  59. wait 60 ticks
  60. drop 1 nether star at {sted::beacon}
  61. wait 60 ticks
  62. drop 1 nether star at {sted::beacon}
  63. wait 60 ticks
  64. drop 1 nether star at {sted::beacon}
  65. wait 60 ticks
  66. drop 1 nether star at {sted::beacon}
  67. wait 60 ticks
  68. drop 1 nether star at {sted::beacon}
  69. wait 60 ticks
  70. drop 1 nether star at {sted::beacon}
  71. wait 60 ticks
  72. set {beacon::start} to false
  73. command /bdset:
  74. permission: beacon.set
  75. permission message: Unknown command. Type "/help" for help.
  76. trigger:
  77. set {sted::beacon} to location at player
  78.  
  79.  
  80. on join:
  81. add 1 to {bd::online}
  82.  
  83. on quit:
  84. remove 1 from {bd::online}
  85.  
  86.  
  87.  
  88. on rightclick on a beacon:
  89. cancel event
  90. if {bd::online} is 20:
  91. send "{@BD} &7Du er heldig! Der er &320 &7inde!"
  92. execute console command "/bdstart"
  93. if {bd::online} is between 0-19:
  94. send "{@BD} &7Desværre der er kun &3{bd::online} &7ud af &320&7.."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement