yozora_1202

Untitled

Jul 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.03 KB | None | 0 0
  1. command /rule:
  2. trigger:
  3. send "&c&lOPkrkr禁止です!!"
  4. send "&a&l忙しい時もあります&8&l&e&l質問を受け付けないときもあります"
  5. send "&a&l荒らしは&4&l絶対禁止&8&l!!"
  6. send "&a&lそれでは楽しいRPG生活を!"
  7.  
  8. # __________________________________________________________
  9. # / / / /\ \
  10. # \_\___________________________________________________\_\/ /
  11. # / / _____ __ __ / /
  12. # / / / ____\ / / /_/ /\ / /
  13. # / / / /__ / /___ ___ __ ______ __/ /_ / /
  14. # / / \___ \ / __/ / __\ / / / __ //_ __/ / /
  15. # / / ____/ / / /\ \ / / / / / /_/ / / / / /
  16. # / / \_____/ /_/ /_/ /_/ /_/ / ____/ /_/ / /__
  17. # / / ========================== / / ========== / / \ \
  18. # | | /_/ | | | |
  19. # \_\_________________________________________________\_\_/_/
  20.  
  21.  
  22. # Casino Slots By Khai_MC
  23. # IP: Play.LavaNaCraft.Com
  24.  
  25. # How To Create a CasinoSlots
  26. # Must Have Permission : casino.slots
  27. # Warning, Do not give this permission to normal player!
  28. # Place a Sign and Type [Slots]
  29. # Now You are DONE!
  30. # To play right click the sign
  31.  
  32. options:
  33. slots-pay: 1000
  34. slots-win-minor: 5000
  35. slots-jackpot: 10000
  36. sound: CLICK #https://www.spigotmc.org/wiki/cc-sounds-list/ Find Sound List Here
  37. ver: 1.7
  38. logo: ✪
  39.  
  40. on load:
  41. send "&b<<&3✯&b>> &c&l&oSign Casino Slots&b <<&3✯&b>>" to console
  42. send " " to console
  43. send "&eRunning on version &c{@ver}" to console
  44. send "&eThank you for downloading/using my skripts" to console
  45. send "&eSkript made by &aKhai_Mc" to console
  46. send " " to console
  47. send "&b<<&3✯&b>> &c&l&oSign Casino Slots&b <<&3✯&b>>" to console
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. on sign change:
  83. player has permission "casino.slots"
  84. if line 1 of block is "[Slots]":
  85. set line 1 of block to "&1[Slots]"
  86. set line 2 of block to "&f|&0 {@logo} &f|&0 {@logo} &f|&0 {@logo} &f|"
  87. set line 3 of block to "&f|&0 {@logo} &f|&0 {@logo} &f|&0 {@logo} &f|"
  88. set line 4 of block to "&f|&0 {@logo} &f|&0 {@logo} &f|&0 {@logo} &f|"
  89. on right click on sign:
  90. if line 1 of block is "&1[Slots]":
  91. if player's money is less than {@slots-pay}:
  92. message "&cYou don't have money to play"
  93. stop
  94. remove {@slots-pay} from player's money
  95. message "&a- ${@slots-pay}"
  96. set line 1 of block to "&4[Slots]"
  97. loop 60 times:
  98. set {_reel1} to a random integer between 1 and 10
  99. set {_reel2} to a random integer between 1 and 10
  100. set {_reel3} to a random integer between 1 and 10
  101. if {_reel1} is 1:
  102. set {_reel1} to "&a{@logo}&r"
  103. play {@sound} at player with pitch 1
  104. if {_reel1} is 2:
  105. set {_reel1} to "&b{@logo}&r"
  106. play {@sound} at player with pitch 1
  107. if {_reel1} is 3:
  108. set {_reel1} to "&c{@logo}&r"
  109. play {@sound} at player with pitch 1
  110. if {_reel1} is 4:
  111. set {_reel1} to "&d{@logo}&r"
  112. play {@sound} at player with pitch 1
  113. if {_reel1} is 5:
  114. set {_reel1} to "&e{@logo}&r"
  115. play {@sound} at player with pitch 1
  116. if {_reel1} is 6:
  117. set {_reel1} to "&0{@logo}&r"
  118. play {@sound} at player with pitch 1
  119. if {_reel1} is 7:
  120. set {_reel1} to "&6{@logo}&r"
  121. play {@sound} at player with pitch 1
  122. if {_reel1} is 8:
  123. set {_reel1} to "&4{@logo}&r"
  124. play {@sound} at player with pitch 1
  125. if {_reel1} is 9:
  126. set {_reel1} to "&2{@logo}&r"
  127. play {@sound} at player with pitch 1
  128. if {_reel1} is 10:
  129. set {_reel1} to "&5{@logo}&r"
  130. play {@sound} at player with pitch 1
  131. if {_reel2} is 1:
  132. set {_reel2} to "&a{@logo}&r"
  133. if {_reel2} is 2:
  134. set {_reel2} to "&b{@logo}&r"
  135. if {_reel2} is 3:
  136. set {_reel2} to "&c{@logo}&r"
  137. if {_reel2} is 4:
  138. set {_reel2} to "&d{@logo}&r"
  139. if {_reel2} is 5:
  140. set {_reel2} to "&e{@logo}&r"
  141. if {_reel2} is 6:
  142. set {_reel2} to "&0{@logo}&r"
  143. if {_reel2} is 7:
  144. set {_reel2} to "&6{@logo}&r"
  145. if {_reel2} is 8:
  146. set {_reel2} to "&4{@logo}&r"
  147. if {_reel2} is 9:
  148. set {_reel2} to "&2{@logo}&r"
  149. if {_reel2} is 10:
  150. set {_reel2} to "&5{@logo}&r"
  151. if {_reel3} is 1:
  152. set {_reel3} to "&a{@logo}&r"
  153. if {_reel3} is 2:
  154. set {_reel3} to "&b{@logo}&r"
  155. if {_reel3} is 3:
  156. set {_reel3} to "&c{@logo}&r"
  157. if {_reel3} is 4:
  158. set {_reel3} to "&d{@logo}&r"
  159. if {_reel3} is 5:
  160. set {_reel3} to "&e{@logo}&r"
  161. if {_reel3} is 6:
  162. set {_reel3} to "&0{@logo}&r"
  163. if {_reel3} is 7:
  164. set {_reel3} to "&6{@logo}&r"
  165. if {_reel3} is 8:
  166. set {_reel3} to "&4{@logo}&r"
  167. if {_reel3} is 9:
  168. set {_reel3} to "&2{@logo}&r"
  169. if {_reel3} is 10:
  170. set {_reel3} to "&5{@logo}&r"
  171. set line 2 of block to "&f|&r %{_reel1}% &f|&r %{_reel2}% &f|&r %{_reel3}% &f|"
  172. set line 3 of block to "&f|&r %{_reel1}% &f|&r %{_reel2}% &f|&r %{_reel3}% &f|"
  173. set line 4 of block to "&f|&r %{_reel1}% &f|&r %{_reel2}% &f|&r %{_reel3}% &f|"
  174. wait 1 tick
  175. set line 1 of block to "&1[Slots]"
  176. if {_reel1} is {_reel2}:
  177. if {_reel1} is {_reel3}:
  178. add {@slots-jackpot} to player's money
  179. play AMBIENCE THUNDER at player with pitch 1
  180. play mobspawner flames 0.10 meter above player
  181. message "&a+ ${@slots-jackpot}"
  182. broadcast "&8[&4Slots&8] &e%player% &6won &a${@slots-jackpot}&6 on slots jackpot!"
  183. stop
  184. add {@slots-win-minor} to player's money
  185. message "&a+ ${@slots-win-minor}"
  186. play AMBIENCE THUNDER at player with pitch 1
  187. play mobspawner flames 0.10 meter above player
  188. stop
  189.  
  190. on first join:
  191. wait 1 tick
  192. set join message to "&8[&a+&8] &6%player%"
  193. wait 1 tick
  194. clear player's inventory
  195. execute player command "/lobby1"
  196. set slot 0 of player to compass named "&3Navigator"
  197. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  198. set slot 7 of player to nether star named "&bLobby Selector"
  199. set slot 8 of player to player's skull named "&2Freunde"
  200. if player has permission "lobby.premium":
  201. set slot 3 of player to name tag named "&5Nick"
  202. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  203.  
  204.  
  205. on join:
  206. set{bungee.world.%player%} to players world
  207. hide all players from player
  208. hide player frome all players
  209. loop all players:
  210. if loop-player is in player's world:
  211. reveal loop-player from player
  212. reveal player from loop-player
  213. every second:
  214. loop all players:
  215. set tab header to "&5UnleqiitCrew.Play-MC.de &6TS-IP: &362.104.20.168:10074" and footer to "&6%loop-player's world%" for loop-player
  216. if loop-player's world isn't {bungee.world.%player%}:
  217. set {bungee.world.%loop-player%} to loop-player's world
  218. hide all players from loop-player
  219. hide loop-player from all players
  220. reveal all players in loop-player's world from loop-player
  221. reveal loop-player from all players in loop-player's world
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238. command /shop:
  239. trigger:
  240. if player is in world "lobby1" or "lobby2" or "lobby3" or "lobby4":
  241. open chest with 5 rows named "&6Shop" to player
  242. format slot 0 of player with stained glass pane named " " to close then run ""
  243. format slot 1 of player with stained glass pane named " " to close then run ""
  244. format slot 2 of player with stained glass pane named " " to close then run ""
  245. format slot 3 of player with stained glass pane named " " to close then run ""
  246. format slot 4 of player with leather helmet named "&6Hut" to close then run ""
  247. format slot 5 of player with stained glass pane named " " to close then run ""
  248. format slot 6 of player with stained glass pane named " " to close then run ""
  249. format slot 7 of player with stained glass pane named " " to close then run ""
  250. format slot 8 of player with stained glass pane named " " to close then run ""
  251. format slot 9 of player with stained glass pane named " " to close then run ""
  252. format slot 10 of player with stained glass pane named " " to close then run ""
  253. format slot 11 of player with stained glass pane named " " to close then run ""
  254. format slot 12 of player with stained glass pane named " " to close then run ""
  255. format slot 13 of player with leather chestplate named "&6T-Shirt" to close then run ""
  256. format slot 14 of player with stained glass pane named " " to close then run ""
  257. format slot 15 of player with stained glass pane named " " to close then run ""
  258. format slot 16 of player with stained glass pane named " " to close then run ""
  259. format slot 17 of player with stained glass pane named " " to close then run ""
  260. format slot 18 of player with stained glass pane named " " to close then run ""
  261. format slot 19 of player with stained glass pane named " " to close then run ""
  262. format slot 20 of player with stained glass pane named " " to close then run ""
  263. format slot 21 of player with stained glass pane named " " to close then run ""
  264. format slot 22 of player with leather leggings named "&6Hose" to close then run ""
  265. format slot 23 of player with stained glass pane named " " to close then run ""
  266. format slot 24 of player with stained glass pane named " " to close then run ""
  267. format slot 25 of player with stained glass pane named " " to close then run ""
  268. format slot 26 of player with stained glass pane named " " to close then run ""
  269. format slot 27 of player with stained glass pane named " " to close then run ""
  270. format slot 28 of player with 397:3 named "&6Kfe" to close then run ""
  271. format slot 29 of player with stained glass pane named " " to close then run ""
  272. format slot 30 of player with stained glass pane named " " to close then run ""
  273. format slot 31 of player with leather boots named "&6Schuhe" to close then run ""
  274. format slot 32 of player with stained glass pane named " " to close then run ""
  275. format slot 33 of player with stained glass pane named " " to close then run ""
  276. format slot 34 of player with stained glass pane named " " to close then run ""
  277. format slot 35 of player with stained glass pane named " " to close then run ""
  278. format slot 36 of player with stained glass pane named " " to close then run ""
  279. format slot 37 of player with stained glass pane named " " to close then run ""
  280. format slot 38 of player with stained glass pane named " " to close then run ""
  281. format slot 39 of player with stained glass pane named " " to close then run ""
  282. format slot 40 of player with diamond named "&5&l30 Tage &6Premium!" to close then run ""
  283. format slot 41 of player with stained glass pane named " " to close then run ""
  284. format slot 42 of player with stained glass pane named " " to close then run ""
  285. format slot 43 of player with stained glass pane named " " to close then run ""
  286. format slot 44 of player with stained glass pane named " " to close then run ""
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. command /shop:
  296. trigger:
  297. if player is in world "lobby1" or "lobby2" or "lobby3" or "lobby4":
  298. send message "&cComing Soon..."
  299. cancel event
  300. open chest with 5 rows named "&6Kfe" to player
  301. format slot 0 of player with stained glass pane named " " to close then run ""
  302. format slot 1 of player with stained glass pane named " " to close then run ""
  303. format slot 2 of player with stained glass pane named " " to close then run ""
  304. format slot 3 of player with stained glass pane named " " to close then run ""
  305. format slot 4 of player with stained glass pane named " " to close then run ""
  306. format slot 5 of player with stained glass pane named " " to close then run ""
  307. format slot 6 of player with stained glass pane named " " to close then run ""
  308. format slot 7 of player with stained glass pane named " " to close then run ""
  309. format slot 8 of player with stained glass pane named " " to close then run ""
  310. format slot 9 of player with stained glass pane named " " to close then run ""
  311. format slot 10 of player with stained glass pane named " " to close then run ""
  312. format slot 11 of player with stained glass pane named " " to close then run ""
  313. format slot 12 of player with stained glass pane named " " to close then run ""
  314. format slot 13 of player with stained glass pane named " " to close then run ""
  315. format slot 14 of player with stained glass pane named " " to close then run ""
  316. format slot 15 of player with stained glass pane named " " to close then run ""
  317. format slot 16 of player with stained glass pane named " " to close then run ""
  318. format slot 17 of player with stained glass pane named " " to close then run ""
  319. format slot 18 of player with stained glass pane named " " to close then run ""
  320. format slot 19 of player with stained glass pane named " " to close then run ""
  321. format slot 20 of player with stained glass pane named " " to close then run ""
  322. format slot 21 of player with stained glass pane named " " to close then run ""
  323. format slot 22 of player with stained glass pane named " " to close then run ""
  324. format slot 23 of player with stained glass pane named " " to close then run ""
  325. format slot 24 of player with stained glass pane named " " to close then run ""
  326. format slot 25 of player with stained glass pane named " " to close then run ""
  327. format slot 26 of player with stained glass pane named " " to close then run ""
  328. format slot 27 of player with stained glass pane named " " to close then run ""
  329. format slot 28 of player with stained glass pane named " " to close then run ""
  330. format slot 29 of player with stained glass pane named " " to close then run ""
  331. format slot 30 of player with stained glass pane named " " to close then run ""
  332. format slot 31 of player with stained glass pane named " " to close then run ""
  333. format slot 32 of player with stained glass pane named " " to close then run ""
  334. format slot 33 of player with stained glass pane named " " to close then run ""
  335. format slot 34 of player with stained glass pane named " " to close then run ""
  336. format slot 35 of player with stained glass pane named " " to close then run ""
  337. format slot 36 of player with stained glass pane named " " to close then run ""
  338. format slot 37 of player with stained glass pane named " " to close then run ""
  339. format slot 38 of player with stained glass pane named " " to close then run ""
  340. format slot 39 of player with stained glass pane named " " to close then run ""
  341. format slot 40 of player with stained glass pane named " " to close then run ""
  342. format slot 41 of player with stained glass pane named " " to close then run ""
  343. format slot 42 of player with stained glass pane named " " to close then run ""
  344. format slot 43 of player with stained glass pane named " " to close then run ""
  345. format slot 44 of player with barrier named "&cZur・k" to run [execute player command "/shop"]
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. BlockBreak: true
  371. BlockPlace: true
  372. Damage: true
  373. Weather: true
  374. Hunger: true
  375. Drop: true
  376.  
  377.  
  378.  
  379.  
  380. on hunger meter change:
  381. If {Game} is not set:
  382. cancel event
  383.  
  384. on weather change:
  385. cancel event
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. on drop:
  398. cancel event
  399.  
  400.  
  401. on Hunger Meter Change:
  402. cancel event
  403. stop
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412. on quit:
  413. set leave message to "&8[&c-&8] &6%player%"
  414. on join:
  415. set join message to "&8[&a+&8] &6%player%"
  416. wait 1 tick
  417. wait 1 tick
  418. clear player's inventory
  419. set slot 0 of player to compass named "&3Navigator"
  420. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  421. set slot 7 of player to nether star named "&bLobby Selector"
  422. set slot 8 of player to player's skull named "&2Freunde"
  423. if player has permission "lobby.premium":
  424. set slot 3 of player to name tag named "&5Nick"
  425. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  426. clear {silent.world.%player%}
  427. set {silent.%player%} to 0
  428. set {shield.%player%} to 0
  429. on hunger metre change:
  430. if player is in world {lobby.world.1} or {lobby.world.2} or {lobby.world.3} or {lobby.world.4} or {lobby.world.premium}:
  431. cancel event
  432. #Jump-Pads
  433. on pressure plate:
  434. if player is in world "lobby1":
  435. wait 1 tick
  436. push player upward at speed 1.0
  437. wait 6 tick
  438. push player 70 blocks forward at speed 2.5
  439. #Hide-Players
  440. command /hp:
  441. trigger:
  442. set {hp.%player%} to 1
  443. hide all players in player's world from player
  444. send "&cAlle Spieler sind nun unsichtbar"
  445. every second:
  446. loop all players:
  447. if {hp.%loop-player%} is 1:
  448. hide all players in loop-player's world from loop-player
  449. command /sp:
  450. trigger:
  451. clear {hp.%player%}
  452. reveal all players in player's world from player
  453. send "&aAlle Spieler sind nun sichtbar"
  454. #Silent-Lobby
  455. on right click with tnt:
  456. if player is in world "lobby1" or "lobby2" or "lobby3" or "lobby4" or "world" or "Spawn" or "premiumlobby1":
  457. if name of tool contains "&cSilent":
  458. if {silent.%player%} is 0:
  459. set {silent.%player%} to 1
  460. set {silent.world.%player%} to player's world
  461. send "&aDu betrits die Silent Lobby"
  462. hide player from all players in player's world
  463. hide all players in player's world from player
  464. set tool to tnt named "&cSilent Lobby &7| &aAn"
  465. stop
  466. if {silent.%player%} is 1:
  467. set {silent.%player%} to 0
  468. clear {silent.world.%player%}
  469. send "&cDu verl舖st die Silent Lobby"
  470. set tool to tnt named "&cSilent Lobby &7| &cAus"
  471. reveal player from all players in player's world
  472. reveal all players in player's world from player
  473. stop
  474. every second:
  475. loop all players:
  476. if {silent.%loop-player%} is 1:
  477. if {silent.world.%loop-player%} is loop-player's world:
  478. hide loop-player from all players
  479. hide all players from loop-player
  480. else:
  481. clear {silent.world.%loop-player%}
  482. set {silent.%loop-player%} to 0
  483. variables:
  484. {silent.%player%} = 0
  485.  
  486. command /setlobby1:
  487. trigger:
  488. if player has permission "setspawn.spawn":
  489. set {epicspawn::lobby1} to location of player
  490. send "&7Der Spawn wurde &bgesetzt"
  491. else:
  492. send "&4Du hast nicht die Rechte dazu !"
  493. command /lobby1:
  494. trigger:
  495. if {epicspawn::lobby1} is set:
  496. teleport player to {epicspawn::lobby1}
  497. clear the player's inventory
  498. set slot 0 of player to compass named "&3Navigator"
  499. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  500. set slot 7 of player to nether star named "&bLobby Selector"
  501. set slot 8 of player to player's skull named "&2Freunde"
  502. if player has permission "lobby.premium":
  503. set slot 3 of player to name tag named "&5Nick"
  504. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  505. else:
  506. send "&cDer Spawn wurde noch nicht gesetzt"
  507.  
  508. command /hub:
  509. trigger:
  510. clear the player's inventory
  511. execute player command "/lobby1"
  512.  
  513.  
  514. command /l:
  515. trigger:
  516. clear the player's inventory
  517. execute player command "/lobby2"
  518.  
  519.  
  520. command /spawn:
  521. trigger:
  522. clear the player's inventory
  523. execute player command "/lobby3"
  524.  
  525.  
  526. command /leave:
  527. trigger:
  528. clear the player's inventory
  529. execute player command "/lobby2"
  530.  
  531.  
  532. command /lobby:
  533. trigger:
  534. clear the player's inventory
  535. execute player command "/lobby3"
  536.  
  537.  
  538. command /quit:
  539. trigger:
  540. clear the player's inventory
  541. execute player command "/lobby4"
  542.  
  543.  
  544. #Spawn
  545. on right click with compass:
  546. if player is in world "Spawn":
  547. execute player command "/lc"
  548.  
  549. on right click with blaze rod:
  550. if player is in world "Spawn":
  551. execute player command "/hd"
  552.  
  553.  
  554. on right click with nether star:
  555. if player is in world "Spawn":
  556. execute player command "/ls"
  557.  
  558.  
  559. on right click with 397:3:
  560. if player is in world "Spawn":
  561. execute player command "/friend list"
  562.  
  563. on right click with name tag:
  564. if player is in world "Spawn":
  565. send message "&4COMING SOON!"
  566.  
  567.  
  568. --execute player command "/nick"--
  569.  
  570.  
  571. #world
  572. on right click with compass:
  573. if player is in world "world":
  574. execute player command "/lc"
  575.  
  576. on right click with blaze rod:
  577. if player is in world "world":
  578. execute player command "/hd"
  579.  
  580.  
  581. on right click with nether star:
  582. if player is in world "world":
  583. execute player command "/ls"
  584.  
  585.  
  586. on right click with 397:3:
  587. if player is in world "world":
  588. execute player command "/friend list"
  589.  
  590. on right click with name tag:
  591. if player is in world "world":
  592. send message "&4COMING SOON!"
  593.  
  594. --execute player command "/nick"--
  595.  
  596.  
  597. #Lobby1
  598. on right click with compass:
  599. if player is in world "lobby1":
  600. execute player command "/lc"
  601.  
  602. on right click with blaze rod:
  603. if player is in world "lobby1":
  604. execute player command "/hd"
  605.  
  606.  
  607. on right click with nether star:
  608. if player is in world "lobby1":
  609. execute player command "/ls"
  610.  
  611.  
  612. on right click with 397:3:
  613. if player is in world "lobby1":
  614. execute player command "/friend list"
  615.  
  616. on right click with name tag:
  617. if player is in world "lobby1":
  618. send message "&4COMING SOON!"
  619.  
  620. --execute player command "/nick"--
  621.  
  622.  
  623. #Lobby2
  624.  
  625. on right click with compass:
  626. if player is in world "lobby2":
  627. execute player command "/lc"
  628.  
  629. on right click with blaze rod:
  630. if player is in world "lobby2":
  631. execute player command "/hd"
  632.  
  633. on right click with nether star:
  634. if player is in world "lobby2":
  635. execute player command "/ls"
  636.  
  637. on right click with 397:3:
  638. if player is in world "lobby2":
  639. execute player command "/friend list"
  640.  
  641. on right click with name tag:
  642. if player is in world "lobby2":
  643. send message "&4COMING SOON!"
  644.  
  645.  
  646. --execute player command "/nick"--
  647.  
  648.  
  649. #Lobby3
  650.  
  651. on right click with compass:
  652. if player is in world "lobby3":
  653. execute player command "/lc"
  654.  
  655. on right click with blaze rod:
  656. if player is in world "lobby3":
  657. execute player command "/hd"
  658.  
  659. on right click with nether star:
  660. if player is in world "lobby3":
  661. execute player command "/ls"
  662.  
  663. on right click with 397:3:
  664. if player is in world "lobby3":
  665. execute player command "/friend list"
  666.  
  667. on right click with name tag:
  668. if player is in world "lobby3":
  669. send message "&4COMING SOON!"
  670.  
  671.  
  672.  
  673. ---execute player command "/nick"---
  674.  
  675. #Lobby4
  676.  
  677. on right click with compass:
  678. if player is in world "lobby4":
  679. execute player command "/lc"
  680.  
  681. on right click with blaze rod:
  682. if player is in world "lobby4":
  683. execute player command "/hd"
  684.  
  685. on right click with nether star:
  686. if player is in world "lobby4":
  687. execute player command "/ls"
  688.  
  689. on right click with 397:3:
  690. if player is in world "lobby4":
  691. execute player command "/friend list"
  692.  
  693. on right click with name tag:
  694. if player is in world "lobby4":
  695. send message "&4COMING SOON!"
  696.  
  697.  
  698. --execute player command "/nick"--
  699.  
  700. #Premium
  701.  
  702. on right click with compass:
  703. if player is in world "Premium1":
  704. execute player command "/lcp1"
  705.  
  706. on right click with blaze rod:
  707. if player is in world "Premium1":
  708. execute player command "/hdp1"
  709.  
  710. on right click with nether star:
  711. if player is in world "Premium1":
  712. execute player command "/lsp1"
  713.  
  714. on right click with 397:3:
  715. if player is in world "premium1":
  716. execute player command "/friend list"
  717.  
  718. on right click with name tag:
  719. if player is in world "premium1":
  720. send message "&4COMING SOON!"
  721.  
  722.  
  723.  
  724. --execute player command "/nick"--
  725.  
  726.  
  727. #Premium
  728.  
  729. on right click with compass:
  730. execute player command "/lc"
  731.  
  732. on right click with blaze rod:
  733. execute player command "/hd"
  734.  
  735. on right click with nether star:
  736. execute player command "/ls"
  737.  
  738. on right click with 397:3:
  739. execute player command "/friend list"
  740.  
  741. on right click with name tag:
  742. send message "&4COMING SOON!"
  743.  
  744.  
  745.  
  746.  
  747. --execute player command "/nick"--
  748.  
  749.  
  750.  
  751. command /setSkypvp1:
  752. trigger:
  753. if player has permission "setspawn.Skypvp":
  754. set {epicspawn::Skypvp1} to location of player
  755. send "&7Der Spawn wurde &bgesetzt"
  756. else:
  757. send "&4Du hast nicht die Rechte dazu !"
  758. command /Skypvp1:
  759. trigger:
  760. if {epicspawn::Skypvp1} is set:
  761. teleport player to {epicspawn::Skypvp1}
  762. else:
  763. send "&cDer Spawn wurde noch nicht gesetzt"
  764.  
  765. command /setbedwars1:
  766. trigger:
  767. if player has permission "setspawn.Bedwars":
  768. set {epicspawn::bedwars1} to location of player
  769. send "&7Der Spawn wurde &bgesetzt"
  770. else:
  771. send "&4Du hast nicht die Rechte dazu !"
  772. command /bedwars1:
  773. trigger:
  774. if {epicspawn::bedwars1} is set:
  775. teleport player to {epicspawn::bedwars1}
  776. else:
  777. send "&cDer Spawn wurde noch nicht gesetzt"
  778.  
  779. command /setSkypvp2:
  780. trigger:
  781. if player has permission "setspawn.Skypvp":
  782. set {epicspawn::Skypvp2} to location of player
  783. send "&7Der Spawn wurde &bgesetzt"
  784. else:
  785. send "&4Du hast nicht die Rechte dazu !"
  786. command /Skypvp2:
  787. trigger:
  788. if {epicspawn::Skypvp2} is set:
  789. teleport player to {epicspawn::Skypvp2}
  790. else:
  791. send "&cDer Spawn wurde noch nicht gesetzt"
  792.  
  793. command /setbedwars2:
  794. trigger:
  795. if player has permission "setspawn.Bedwars":
  796. set {epicspawn::bedwars2} to location of player
  797. send "&7Der Spawn wurde &bgesetzt"
  798. else:
  799. send "&4Du hast nicht die Rechte dazu !"
  800. command /bedwars2:
  801. trigger:
  802. if {epicspawn::bedwars2} is set:
  803. teleport player to {epicspawn::bedwars2}
  804. else:
  805. send "&cDer Spawn wurde noch nicht gesetzt"
  806.  
  807.  
  808. command /setSkypvp3:
  809. trigger:
  810. if player has permission "setspawn.Skypvp":
  811. set {epicspawn::Skypvp3} to location of player
  812. send "&7Der Spawn wurde &bgesetzt"
  813. else:
  814. send "&4Du hast nicht die Rechte dazu !"
  815. command /Skypvp3:
  816. trigger:
  817. if {epicspawn::Skypvp3} is set:
  818. teleport player to {epicspawn::Skypvp3}
  819. else:
  820. send "&cDer Spawn wurde noch nicht gesetzt"
  821.  
  822. command /setbedwars3:
  823. trigger:
  824. if player has permission "setspawn.Bedwars":
  825. set {epicspawn::bedwars3} to location of player
  826. send "&7Der Spawn wurde &bgesetzt"
  827. else:
  828. send "&4Du hast nicht die Rechte dazu !"
  829. command /bedwars3:
  830. trigger:
  831. if {epicspawn::bedwars3} is set:
  832. teleport player to {epicspawn::bedwars3}
  833. else:
  834. send "&cDer Spawn wurde noch nicht gesetzt"
  835. command /ls:
  836. trigger:
  837. open chest with 3 rows named "&bLobby Selector" to player
  838. wait 1 tick
  839. format slot 0 of player with stained glass pane named " " to close then run ""
  840. format slot 1 of player with stained glass pane named " " to close then run ""
  841. format slot 2 of player with stained glass pane named " " to close then run ""
  842. format slot 3 of player with stained glass pane named " " to close then run ""
  843. format slot 4 of player with stained glass pane named " " to close then run ""
  844. format slot 5 of player with stained glass pane named " " to close then run ""
  845. format slot 6 of player with stained glass pane named " " to close then run ""
  846. format slot 7 of player with stained glass pane named " " to close then run ""
  847. format slot 8 of player with stained glass pane named " " to close then run ""
  848. format slot 9 of player with stained glass pane named " " to close then run ""
  849. format slot 10 of player with stained glass pane named " " to close then run ""
  850. format slot 11 of player with gunpowder named "&9Lobby 1" to close then run [execute player command "/lobby1"]
  851. format slot 12 of player with gunpowder named "&9Lobby 2" to close then run [execute player command "/lobby2"]
  852. format slot 13 of player with gunpowder named "&9Lobby 3" to close then run [execute player command "/lobby3"]
  853. format slot 14 of player with gunpowder named "&9Lobby 4" to close then run [execute player command "/lobby4"]
  854. format slot 15 of player with glowstone dust named "&6Premium Lobby 1" to close then run [execute player command "premium1"]
  855. format slot 16 of player with stained glass pane named " " to close then run ""
  856. format slot 17 of player with stained glass pane named " " to close then run ""
  857. format slot 18 of player with stained glass pane named " " to close then run ""
  858. format slot 19 of player with stained glass pane named " " to close then run ""
  859. format slot 20 of player with stained glass pane named " " to close then run ""
  860. format slot 21 of player with stained glass pane named " " to close then run ""
  861. format slot 22 of player with stained glass pane named " " to close then run ""
  862. format slot 23 of player with stained glass pane named " " to close then run ""
  863. format slot 24 of player with stained glass pane named " " to close then run ""
  864. format slot 25 of player with stained glass pane named " " to close then run ""
  865. format slot 26 of player with stained glass pane named " " to close then run ""
  866.  
  867. command /lc:
  868. trigger:
  869. open chest with 5 rows named "&2Suche dir ein Spiel aus" to player
  870. wait 1 tick
  871. format slot 0 of player with stained glass pane named " " to close then run ""
  872. format slot 1 of player with stained glass pane named " " to close then run ""
  873. format slot 2 of player with stained glass pane named " " to close then run ""
  874. format slot 3 of player with stained glass pane named " " to close then run ""
  875. format slot 4 of player with stained glass pane named " " to close then run ""
  876. format slot 5 of player with stained glass pane named " " to close then run ""
  877. format slot 6 of player with stained glass pane named " " to close then run ""
  878. format slot 7 of player with stained glass pane named " " to close then run ""
  879. format slot 8 of player with stained glass pane named " " to close then run ""
  880. format slot 9 of player with stained glass pane named " " to close then run ""
  881. format slot 10 of player with 276 named "&8KitBattle" to close then run [execute player command "/warp KB"]
  882. format slot 11 of player with stained glass pane named " " to close then run ""
  883. format slot 12 of player with stained glass pane named " " to close then run ""
  884. format slot 13 of player with stained glass pane named " " to close then run ""
  885. format slot 14 of player with stained glass pane named " " to close then run ""
  886. format slot 15 of player with stained glass pane named " " to close then run ""
  887. format slot 16 of player with 399 named "&bCommunity" to close then run [execute player command "/warp Community"]
  888. format slot 17 of player with stained glass pane named " " to close then run ""
  889. format slot 18 of player with stained glass pane named " " to close then run ""
  890. format slot 19 of player with stained glass pane named " " to close then run ""
  891. format slot 20 of player with stained glass pane named " " to close then run ""
  892. format slot 21 of player with stained glass pane named " " to close then run ""
  893. format slot 22 of player with snowball named "&eSpawn" to close then run [execute player command "/lobby1"]
  894. format slot 23 of player with stained glass pane named " " to close then run ""
  895. format slot 24 of player with stained glass pane named " " to close then run ""
  896. format slot 25 of player with stained glass pane named " " to close then run ""
  897. format slot 26 of player with stained glass pane named " " to close then run ""
  898. format slot 27 of player with stained glass pane named " " to close then run ""
  899. format slot 28 of player with 267 named "&61vs1" to close then run [execute player command "/warp 1vs1"]
  900. format slot 29 of player with stained glass pane named " " to close then run ""
  901. format slot 30 of player with stained glass pane named " " to close then run ""
  902. format slot 31 of player with stained glass pane named " " to close then run ""
  903. format slot 32 of player with stained glass pane named " " to close then run ""
  904. format slot 33 of player with stained glass pane named " " to close then run ""
  905. format slot 34 of player with 326 named "&4MLG" to close then run [execute player command "/warp MLG"]
  906. format slot 35 of player with stained glass pane named " " to close then run ""
  907. format slot 36 of player with stained glass pane named " " to close then run ""
  908. format slot 37 of player with stained glass pane named " " to close then run ""
  909. format slot 38 of player with stained glass pane named " " to close then run ""
  910. format slot 39 of player with stained glass pane named " " to close then run ""
  911. format slot 40 of player with stained glass pane named " " to close then run ""
  912. format slot 41 of player with stained glass pane named " " to close then run ""
  913. format slot 42 of player with stained glass pane named " " to close then run ""
  914. format slot 43 of player with stained glass pane named " " to close then run ""
  915. format slot 44 of player with stained glass pane named " " to close then run ""
  916. #Player-Hider
  917. command /HD:
  918. trigger:
  919. open chest with 3 rows named "&eSpieler verstecken" to player
  920. wait 1 tick
  921. format slot 0 of player with stained glass pane named " " to close then run ""
  922. format slot 1 of player with stained glass pane named " " to close then run ""
  923. format slot 2 of player with stained glass pane named " " to close then run ""
  924. format slot 3 of player with stained glass pane named " " to close then run ""
  925. format slot 4 of player with stained glass pane named " " to close then run ""
  926. format slot 5 of player with stained glass pane named " " to close then run ""
  927. format slot 6 of player with stained glass pane named " " to close then run ""
  928. format slot 7 of player with stained glass pane named " " to close then run ""
  929. format slot 8 of player with stained glass pane named " " to close then run ""
  930. format slot 9 of player with stained glass pane named " " to close then run ""
  931. format slot 10 of player with stained glass pane named " " to close then run ""
  932. format slot 11 of player with light green clay named "&aAlle Spieler anzeigen" to close then run [execute player command "/sp"]
  933. format slot 12 of player with stained glass pane named " " to close then run ""
  934. format slot 13 of player with stained glass pane named " " to close then run ""
  935. format slot 14 of player with stained glass pane named " " to close then run ""
  936. format slot 15 of player with red clay named "&4Alle Spieler verstecken" to close then run [execute player command "/hp"]
  937. format slot 16 of player with stained glass pane named " " to close then run ""
  938. format slot 17 of player with stained glass pane named " " to close then run ""
  939. format slot 18 of player with stained glass pane named " " to close then run ""
  940. format slot 19 of player with stained glass pane named " " to close then run ""
  941. format slot 20 of player with stained glass pane named " " to close then run ""
  942. format slot 21 of player with stained glass pane named " " to close then run ""
  943. format slot 22 of player with stained glass pane named " " to close then run ""
  944. format slot 23 of player with stained glass pane named " " to close then run ""
  945. format slot 24 of player with stained glass pane named " " to close then run ""
  946. format slot 25 of player with stained glass pane named " " to close then run ""
  947. format slot 26 of player with stained glass pane named " " to close then run ""
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957. command /lsp1:
  958. trigger:
  959. open chest with 3 rows named "&bLobby Selector" to player
  960. wait 1 tick
  961. format slot 0 of player with stained glass pane named " " to close then run ""
  962. format slot 1 of player with stained glass pane named " " to close then run ""
  963. format slot 2 of player with stained glass pane named " " to close then run ""
  964. format slot 3 of player with stained glass pane named " " to close then run ""
  965. format slot 4 of player with stained glass pane named " " to close then run ""
  966. format slot 5 of player with stained glass pane named " " to close then run ""
  967. format slot 6 of player with stained glass pane named " " to close then run ""
  968. format slot 7 of player with stained glass pane named " " to close then run ""
  969. format slot 8 of player with stained glass pane named " " to close then run ""
  970. format slot 9 of player with stained glass pane named " " to close then run ""
  971. format slot 10 of player with stained glass pane named " " to close then run ""
  972. format slot 11 of player with gunpowder named "&9Lobby 1" to close then run [execute player command "/lobby1"]
  973. format slot 12 of player with gunpowder named "&9Lobby 2" to close then run [execute player command "/lobby2"]
  974. format slot 13 of player with gunpowder named "&9Lobby 3" to close then run [execute player command "/lobby3"]
  975. format slot 14 of player with gunpowder named "&9Lobby 4" to close then run [execute player command "/lobby4"]
  976. format slot 15 of player with glowstone dust named "&6Premium Lobby 1" to close then run [execute player command "premium1"]
  977. format slot 16 of player with stained glass pane named " " to close then run ""
  978. format slot 17 of player with stained glass pane named " " to close then run ""
  979. format slot 18 of player with stained glass pane named " " to close then run ""
  980. format slot 19 of player with stained glass pane named " " to close then run ""
  981. format slot 20 of player with stained glass pane named " " to close then run ""
  982. format slot 21 of player with stained glass pane named " " to close then run ""
  983. format slot 22 of player with stained glass pane named " " to close then run ""
  984. format slot 23 of player with stained glass pane named " " to close then run ""
  985. format slot 24 of player with stained glass pane named " " to close then run ""
  986. format slot 25 of player with stained glass pane named " " to close then run ""
  987. format slot 26 of player with stained glass pane named " " to close then run ""
  988.  
  989. command /lcp1:
  990. trigger:
  991. open chest with 5 rows named "&2Suche dir ein Spiel aus" to player
  992. wait 1 tick
  993. format slot 0 of player with stained glass pane named " " to close then run ""
  994. format slot 1 of player with stained glass pane named " " to close then run ""
  995. format slot 2 of player with stained glass pane named " " to close then run ""
  996. format slot 3 of player with stained glass pane named " " to close then run ""
  997. format slot 4 of player with stained glass pane named " " to close then run ""
  998. format slot 5 of player with stained glass pane named " " to close then run ""
  999. format slot 6 of player with stained glass pane named " " to close then run ""
  1000. format slot 7 of player with stained glass pane named " " to close then run ""
  1001. format slot 8 of player with stained glass pane named " " to close then run ""
  1002. format slot 9 of player with stained glass pane named " " to close then run ""
  1003. format slot 10 of player with 276 named "&8KitBattle" to close then run [execute player command "/warp KB"]
  1004. format slot 11 of player with stained glass pane named " " to close then run ""
  1005. format slot 12 of player with stained glass pane named " " to close then run ""
  1006. format slot 13 of player with stained glass pane named " " to close then run ""
  1007. format slot 14 of player with stained glass pane named " " to close then run ""
  1008. format slot 15 of player with stained glass pane named " " to close then run ""
  1009. format slot 16 of player with 399 named "&bCommunity" to close then run [execute player command "/warp Community"]
  1010. format slot 17 of player with stained glass pane named " " to close then run ""
  1011. format slot 18 of player with stained glass pane named " " to close then run ""
  1012. format slot 19 of player with stained glass pane named " " to close then run ""
  1013. format slot 20 of player with stained glass pane named " " to close then run ""
  1014. format slot 21 of player with stained glass pane named " " to close then run ""
  1015. format slot 22 of player with snowball named "&eSpawn" to close then run [execute player command "/premium1"]
  1016. format slot 23 of player with stained glass pane named " " to close then run ""
  1017. format slot 24 of player with stained glass pane named " " to close then run ""
  1018. format slot 25 of player with stained glass pane named " " to close then run ""
  1019. format slot 26 of player with stained glass pane named " " to close then run ""
  1020. format slot 27 of player with stained glass pane named " " to close then run ""
  1021. format slot 28 of player with 267 named "&61vs1" to close then run [execute player command "/warp 1vs1"]
  1022. format slot 29 of player with stained glass pane named " " to close then run ""
  1023. format slot 30 of player with stained glass pane named " " to close then run ""
  1024. format slot 31 of player with stained glass pane named " " to close then run ""
  1025. format slot 32 of player with stained glass pane named " " to close then run ""
  1026. format slot 33 of player with stained glass pane named " " to close then run ""
  1027. format slot 34 of player with 326 named "&4MLG" to close then run [execute player command "/warp MLG"]
  1028. format slot 35 of player with stained glass pane named " " to close then run ""
  1029. format slot 36 of player with stained glass pane named " " to close then run ""
  1030. format slot 37 of player with stained glass pane named " " to close then run ""
  1031. format slot 38 of player with stained glass pane named " " to close then run ""
  1032. format slot 39 of player with stained glass pane named " " to close then run ""
  1033. format slot 40 of player with stained glass pane named " " to close then run ""
  1034. format slot 41 of player with stained glass pane named " " to close then run ""
  1035. format slot 42 of player with stained glass pane named " " to close then run ""
  1036. format slot 43 of player with stained glass pane named " " to close then run ""
  1037. format slot 44 of player with stained glass pane named " " to close then run ""
  1038. #Player-Hider
  1039. command /HDp1:
  1040. trigger:
  1041. open chest with 3 rows named "&eSpieler verstecken" to player
  1042. wait 1 tick
  1043. format slot 0 of player with stained glass pane named " " to close then run ""
  1044. format slot 1 of player with stained glass pane named " " to close then run ""
  1045. format slot 2 of player with stained glass pane named " " to close then run ""
  1046. format slot 3 of player with stained glass pane named " " to close then run ""
  1047. format slot 4 of player with stained glass pane named " " to close then run ""
  1048. format slot 5 of player with stained glass pane named " " to close then run ""
  1049. format slot 6 of player with stained glass pane named " " to close then run ""
  1050. format slot 7 of player with stained glass pane named " " to close then run ""
  1051. format slot 8 of player with stained glass pane named " " to close then run ""
  1052. format slot 9 of player with stained glass pane named " " to close then run ""
  1053. format slot 10 of player with stained glass pane named " " to close then run ""
  1054. format slot 11 of player with light green clay named "&aAlle Spieler anzeigen" to close then run [execute player command "/sp"]
  1055. format slot 12 of player with stained glass pane named " " to close then run ""
  1056. format slot 13 of player with stained glass pane named " " to close then run ""
  1057. format slot 14 of player with stained glass pane named " " to close then run ""
  1058. format slot 15 of player with red clay named "&4Alle Spieler verstecken" to close then run [execute player command "/hp"]
  1059. format slot 16 of player with stained glass pane named " " to close then run ""
  1060. format slot 17 of player with stained glass pane named " " to close then run ""
  1061. format slot 18 of player with stained glass pane named " " to close then run ""
  1062. format slot 19 of player with stained glass pane named " " to close then run ""
  1063. format slot 20 of player with stained glass pane named " " to close then run ""
  1064. format slot 21 of player with stained glass pane named " " to close then run ""
  1065. format slot 22 of player with stained glass pane named " " to close then run ""
  1066. format slot 23 of player with stained glass pane named " " to close then run ""
  1067. format slot 24 of player with stained glass pane named " " to close then run ""
  1068. format slot 25 of player with stained glass pane named " " to close then run ""
  1069. format slot 26 of player with stained glass pane named " " to close then run ""
  1070.  
  1071. command /ls2:
  1072. trigger:
  1073. open chest with 3 rows named "&bLobby Selector" to player
  1074. wait 1 tick
  1075. format slot 0 of player with stained glass pane named " " to close then run ""
  1076. format slot 1 of player with stained glass pane named " " to close then run ""
  1077. format slot 2 of player with stained glass pane named " " to close then run ""
  1078. format slot 3 of player with stained glass pane named " " to close then run ""
  1079. format slot 4 of player with stained glass pane named " " to close then run ""
  1080. format slot 5 of player with stained glass pane named " " to close then run ""
  1081. format slot 6 of player with stained glass pane named " " to close then run ""
  1082. format slot 7 of player with stained glass pane named " " to close then run ""
  1083. format slot 8 of player with stained glass pane named " " to close then run ""
  1084. format slot 9 of player with stained glass pane named " " to close then run ""
  1085. format slot 10 of player with stained glass pane named " " to close then run ""
  1086. format slot 11 of player with gunpowder named "&9Lobby 1" to close then run [execute player command "/lobby1"]
  1087. format slot 12 of player with gunpowder named "&9Lobby 2" to close then run [execute player command "/lobby2"]
  1088. format slot 13 of player with gunpowder named "&9Lobby 3" to close then run [execute player command "/lobby3"]
  1089. format slot 14 of player with gunpowder named "&9Lobby 4" to close then run [execute player command "/lobby4"]
  1090. format slot 15 of player with glowstone dust named "&6Premium Lobby 1" to close then run [execute player command "premium1"]
  1091. format slot 16 of player with stained glass pane named " " to close then run ""
  1092. format slot 17 of player with stained glass pane named " " to close then run ""
  1093. format slot 18 of player with stained glass pane named " " to close then run ""
  1094. format slot 19 of player with stained glass pane named " " to close then run ""
  1095. format slot 20 of player with stained glass pane named " " to close then run ""
  1096. format slot 21 of player with stained glass pane named " " to close then run ""
  1097. format slot 22 of player with stained glass pane named " " to close then run ""
  1098. format slot 23 of player with stained glass pane named " " to close then run ""
  1099. format slot 24 of player with stained glass pane named " " to close then run ""
  1100. format slot 25 of player with stained glass pane named " " to close then run ""
  1101. format slot 26 of player with stained glass pane named " " to close then run ""
  1102.  
  1103. command /lc2:
  1104. trigger:
  1105. open chest with 5 rows named "&2Suche dir ein Spiel aus" to player
  1106. wait 1 tick
  1107. format slot 0 of player with stained glass pane named " " to close then run ""
  1108. format slot 1 of player with stained glass pane named " " to close then run ""
  1109. format slot 2 of player with stained glass pane named " " to close then run ""
  1110. format slot 3 of player with stained glass pane named " " to close then run ""
  1111. format slot 4 of player with stained glass pane named " " to close then run ""
  1112. format slot 5 of player with stained glass pane named " " to close then run ""
  1113. format slot 6 of player with stained glass pane named " " to close then run ""
  1114. format slot 7 of player with stained glass pane named " " to close then run ""
  1115. format slot 8 of player with stained glass pane named " " to close then run ""
  1116. format slot 9 of player with stained glass pane named " " to close then run ""
  1117. format slot 10 of player with 276 named "&8KitBattle" to close then run [execute player command "/warp KB"]
  1118. format slot 11 of player with stained glass pane named " " to close then run ""
  1119. format slot 12 of player with stained glass pane named " " to close then run ""
  1120. format slot 13 of player with stained glass pane named " " to close then run ""
  1121. format slot 14 of player with stained glass pane named " " to close then run ""
  1122. format slot 15 of player with stained glass pane named " " to close then run ""
  1123. format slot 16 of player with 399 named "&bCommunity" to close then run [execute player command "/warp Community"]
  1124. format slot 17 of player with stained glass pane named " " to close then run ""
  1125. format slot 18 of player with stained glass pane named " " to close then run ""
  1126. format slot 19 of player with stained glass pane named " " to close then run ""
  1127. format slot 20 of player with stained glass pane named " " to close then run ""
  1128. format slot 21 of player with stained glass pane named " " to close then run ""
  1129. format slot 22 of player with snowball named "&eSpawn" to close then run [execute player command "/lobby2"]
  1130. format slot 23 of player with stained glass pane named " " to close then run ""
  1131. format slot 24 of player with stained glass pane named " " to close then run ""
  1132. format slot 25 of player with stained glass pane named " " to close then run ""
  1133. format slot 26 of player with stained glass pane named " " to close then run ""
  1134. format slot 27 of player with stained glass pane named " " to close then run ""
  1135. format slot 28 of player with 267 named "&61vs1" to close then run [execute player command "/warp 1vs1"]
  1136. format slot 29 of player with stained glass pane named " " to close then run ""
  1137. format slot 30 of player with stained glass pane named " " to close then run ""
  1138. format slot 31 of player with stained glass pane named " " to close then run ""
  1139. format slot 32 of player with stained glass pane named " " to close then run ""
  1140. format slot 33 of player with stained glass pane named " " to close then run ""
  1141. format slot 34 of player with 326 named "&4MLG" to close then run [execute player command "/warp MLG"]
  1142. format slot 35 of player with stained glass pane named " " to close then run ""
  1143. format slot 36 of player with stained glass pane named " " to close then run ""
  1144. format slot 37 of player with stained glass pane named " " to close then run ""
  1145. format slot 38 of player with stained glass pane named " " to close then run ""
  1146. format slot 39 of player with stained glass pane named " " to close then run ""
  1147. format slot 40 of player with stained glass pane named " " to close then run ""
  1148. format slot 41 of player with stained glass pane named " " to close then run ""
  1149. format slot 42 of player with stained glass pane named " " to close then run ""
  1150. format slot 43 of player with stained glass pane named " " to close then run ""
  1151. format slot 44 of player with stained glass pane named " " to close then run ""
  1152. #Player-Hider
  1153. command /HD2:
  1154. trigger:
  1155. open chest with 3 rows named "&eSpieler verstecken" to player
  1156. wait 1 tick
  1157. format slot 0 of player with stained glass pane named " " to close then run ""
  1158. format slot 1 of player with stained glass pane named " " to close then run ""
  1159. format slot 2 of player with stained glass pane named " " to close then run ""
  1160. format slot 3 of player with stained glass pane named " " to close then run ""
  1161. format slot 4 of player with stained glass pane named " " to close then run ""
  1162. format slot 5 of player with stained glass pane named " " to close then run ""
  1163. format slot 6 of player with stained glass pane named " " to close then run ""
  1164. format slot 7 of player with stained glass pane named " " to close then run ""
  1165. format slot 8 of player with stained glass pane named " " to close then run ""
  1166. format slot 9 of player with stained glass pane named " " to close then run ""
  1167. format slot 10 of player with stained glass pane named " " to close then run ""
  1168. format slot 11 of player with light green clay named "&aAlle Spieler anzeigen" to close then run [execute player command "/sp"]
  1169. format slot 12 of player with stained glass pane named " " to close then run ""
  1170. format slot 13 of player with stained glass pane named " " to close then run ""
  1171. format slot 14 of player with stained glass pane named " " to close then run ""
  1172. format slot 15 of player with red clay named "&4Alle Spieler verstecken" to close then run [execute player command "/hp"]
  1173. format slot 16 of player with stained glass pane named " " to close then run ""
  1174. format slot 17 of player with stained glass pane named " " to close then run ""
  1175. format slot 18 of player with stained glass pane named " " to close then run ""
  1176. format slot 19 of player with stained glass pane named " " to close then run ""
  1177. format slot 20 of player with stained glass pane named " " to close then run ""
  1178. format slot 21 of player with stained glass pane named " " to close then run ""
  1179. format slot 22 of player with stained glass pane named " " to close then run ""
  1180. format slot 23 of player with stained glass pane named " " to close then run ""
  1181. format slot 24 of player with stained glass pane named " " to close then run ""
  1182. format slot 25 of player with stained glass pane named " " to close then run ""
  1183. format slot 26 of player with stained glass pane named " " to close then run ""
  1184.  
  1185.  
  1186.  
  1187. command /ls3:
  1188. trigger:
  1189. open chest with 3 rows named "&bLobby Selector" to player
  1190. wait 1 tick
  1191. format slot 0 of player with stained glass pane named " " to close then run ""
  1192. format slot 1 of player with stained glass pane named " " to close then run ""
  1193. format slot 2 of player with stained glass pane named " " to close then run ""
  1194. format slot 3 of player with stained glass pane named " " to close then run ""
  1195. format slot 4 of player with stained glass pane named " " to close then run ""
  1196. format slot 5 of player with stained glass pane named " " to close then run ""
  1197. format slot 6 of player with stained glass pane named " " to close then run ""
  1198. format slot 7 of player with stained glass pane named " " to close then run ""
  1199. format slot 8 of player with stained glass pane named " " to close then run ""
  1200. format slot 9 of player with stained glass pane named " " to close then run ""
  1201. format slot 10 of player with stained glass pane named " " to close then run ""
  1202. format slot 11 of player with gunpowder named "&9Lobby 1" to close then run [execute player command "/lobby1"]
  1203. format slot 12 of player with gunpowder named "&9Lobby 2" to close then run [execute player command "/lobby2"]
  1204. format slot 13 of player with gunpowder named "&9Lobby 3" to close then run [execute player command "/lobby3"]
  1205. format slot 14 of player with gunpowder named "&9Lobby 4" to close then run [execute player command "/lobby4"]
  1206. format slot 15 of player with glowstone dust named "&6Premium Lobby 1" to close then run [execute player command "premium1"]
  1207. format slot 16 of player with stained glass pane named " " to close then run ""
  1208. format slot 17 of player with stained glass pane named " " to close then run ""
  1209. format slot 18 of player with stained glass pane named " " to close then run ""
  1210. format slot 19 of player with stained glass pane named " " to close then run ""
  1211. format slot 20 of player with stained glass pane named " " to close then run ""
  1212. format slot 21 of player with stained glass pane named " " to close then run ""
  1213. format slot 22 of player with stained glass pane named " " to close then run ""
  1214. format slot 23 of player with stained glass pane named " " to close then run ""
  1215. format slot 24 of player with stained glass pane named " " to close then run ""
  1216. format slot 25 of player with stained glass pane named " " to close then run ""
  1217. format slot 26 of player with stained glass pane named " " to close then run ""
  1218.  
  1219. command /lc3:
  1220. trigger:
  1221. open chest with 5 rows named "&2Suche dir ein Spiel aus" to player
  1222. wait 1 tick
  1223. format slot 0 of player with stained glass pane named " " to close then run ""
  1224. format slot 1 of player with stained glass pane named " " to close then run ""
  1225. format slot 2 of player with stained glass pane named " " to close then run ""
  1226. format slot 3 of player with stained glass pane named " " to close then run ""
  1227. format slot 4 of player with stained glass pane named " " to close then run ""
  1228. format slot 5 of player with stained glass pane named " " to close then run ""
  1229. format slot 6 of player with stained glass pane named " " to close then run ""
  1230. format slot 7 of player with stained glass pane named " " to close then run ""
  1231. format slot 8 of player with stained glass pane named " " to close then run ""
  1232. format slot 9 of player with stained glass pane named " " to close then run ""
  1233. format slot 10 of player with 276 named "&8KitBattle" to close then run [execute player command "/warp KB"]
  1234. format slot 11 of player with stained glass pane named " " to close then run ""
  1235. format slot 12 of player with stained glass pane named " " to close then run ""
  1236. format slot 13 of player with stained glass pane named " " to close then run ""
  1237. format slot 14 of player with stained glass pane named " " to close then run ""
  1238. format slot 15 of player with stained glass pane named " " to close then run ""
  1239. format slot 16 of player with 399 named "&bCommunity" to close then run [execute player command "/warp Community"]
  1240. format slot 17 of player with stained glass pane named " " to close then run ""
  1241. format slot 18 of player with stained glass pane named " " to close then run ""
  1242. format slot 19 of player with stained glass pane named " " to close then run ""
  1243. format slot 20 of player with stained glass pane named " " to close then run ""
  1244. format slot 21 of player with stained glass pane named " " to close then run ""
  1245. format slot 22 of player with snowball named "&eSpawn" to close then run [execute player command "/lobby3"]
  1246. format slot 23 of player with stained glass pane named " " to close then run ""
  1247. format slot 24 of player with stained glass pane named " " to close then run ""
  1248. format slot 25 of player with stained glass pane named " " to close then run ""
  1249. format slot 26 of player with stained glass pane named " " to close then run ""
  1250. format slot 27 of player with stained glass pane named " " to close then run ""
  1251. format slot 28 of player with 267 named "&61vs1" to close then run [execute player command "/warp 1vs1"]
  1252. format slot 29 of player with stained glass pane named " " to close then run ""
  1253. format slot 30 of player with stained glass pane named " " to close then run ""
  1254. format slot 31 of player with stained glass pane named " " to close then run ""
  1255. format slot 32 of player with stained glass pane named " " to close then run ""
  1256. format slot 33 of player with stained glass pane named " " to close then run ""
  1257. format slot 34 of player with 326 named "&4MLG" to close then run [execute player command "/warp MLG"]
  1258. format slot 35 of player with stained glass pane named " " to close then run ""
  1259. format slot 36 of player with stained glass pane named " " to close then run ""
  1260. format slot 37 of player with stained glass pane named " " to close then run ""
  1261. format slot 38 of player with stained glass pane named " " to close then run ""
  1262. format slot 39 of player with stained glass pane named " " to close then run ""
  1263. format slot 40 of player with stained glass pane named " " to close then run ""
  1264. format slot 41 of player with stained glass pane named " " to close then run ""
  1265. format slot 42 of player with stained glass pane named " " to close then run ""
  1266. format slot 43 of player with stained glass pane named " " to close then run ""
  1267. format slot 44 of player with stained glass pane named " " to close then run ""
  1268. command /HD3:
  1269. trigger:
  1270. open chest with 3 rows named "&eSpieler verstecken" to player
  1271. wait 1 tick
  1272. format slot 0 of player with stained glass pane named " " to close then run ""
  1273. format slot 1 of player with stained glass pane named " " to close then run ""
  1274. format slot 2 of player with stained glass pane named " " to close then run ""
  1275. format slot 3 of player with stained glass pane named " " to close then run ""
  1276. format slot 4 of player with stained glass pane named " " to close then run ""
  1277. format slot 5 of player with stained glass pane named " " to close then run ""
  1278. format slot 6 of player with stained glass pane named " " to close then run ""
  1279. format slot 7 of player with stained glass pane named " " to close then run ""
  1280. format slot 8 of player with stained glass pane named " " to close then run ""
  1281. format slot 9 of player with stained glass pane named " " to close then run ""
  1282. format slot 10 of player with stained glass pane named " " to close then run ""
  1283. format slot 11 of player with light green clay named "&aAlle Spieler anzeigen" to close then run [execute player command "/sp"]
  1284. format slot 12 of player with stained glass pane named " " to close then run ""
  1285. format slot 13 of player with stained glass pane named " " to close then run ""
  1286. format slot 14 of player with stained glass pane named " " to close then run ""
  1287. format slot 15 of player with red clay named "&4Alle Spieler verstecken" to close then run [execute player command "/hp"]
  1288. format slot 16 of player with stained glass pane named " " to close then run ""
  1289. format slot 17 of player with stained glass pane named " " to close then run ""
  1290. format slot 18 of player with stained glass pane named " " to close then run ""
  1291. format slot 19 of player with stained glass pane named " " to close then run ""
  1292. format slot 20 of player with stained glass pane named " " to close then run ""
  1293. format slot 21 of player with stained glass pane named " " to close then run ""
  1294. format slot 22 of player with stained glass pane named " " to close then run ""
  1295. format slot 23 of player with stained glass pane named " " to close then run ""
  1296. format slot 24 of player with stained glass pane named " " to close then run ""
  1297. format slot 25 of player with stained glass pane named " " to close then run ""
  1298. format slot 26 of player with stained glass pane named " " to close then run ""
  1299.  
  1300. command /setlobby2:
  1301. trigger:
  1302. if player has permission "setspawn.spawn":
  1303. set {epicspawn::lobby2} to location of player
  1304. send "&7Der Spawn wurde &bgesetzt"
  1305. else:
  1306. send "&4Du hast nicht die Rechte dazu !"
  1307. command /lobby2:
  1308. trigger:
  1309. if {epicspawn::lobby2} is set:
  1310. teleport player to {epicspawn::lobby2}
  1311. clear the player's inventory
  1312. set slot 0 of player to compass named "&3Navigator"
  1313. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  1314. set slot 7 of player to nether star named "&bLobby Selector"
  1315. set slot 8 of player to player's skull named "&2Freunde"
  1316. if player has permission "lobby.premium":
  1317. set slot 3 of player to name tag named "&5Nick"
  1318. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  1319. else:
  1320. send "&cDer Spawn wurde noch nicht gesetzt"
  1321.  
  1322. command /setlobby3:
  1323. trigger:
  1324. if player has permission "setspawn.spawn":
  1325. set {epicspawn::lobby3} to location of player
  1326. send "&7Der Spawn wurde &bgesetzt"
  1327. else:
  1328. send "&4Du hast nicht die Rechte dazu !"
  1329. command /lobby3:
  1330. trigger:
  1331. if {epicspawn::lobby3} is set:
  1332. teleport player to {epicspawn::lobby3}
  1333. clear the player's inventory
  1334. set slot 0 of player to compass named "&3Navigator"
  1335. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  1336. set slot 7 of player to nether star named "&bLobby Selector"
  1337. set slot 8 of player to player's skull named "&2Freunde"
  1338. if player has permission "lobby.premium":
  1339. set slot 3 of player to name tag named "&5Nick"
  1340. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  1341. else:
  1342. send "&cDer Spawn wurde noch nicht gesetzt"
  1343.  
  1344. command /setlobby4:
  1345. trigger:
  1346. if player has permission "setspawn.lobby4":
  1347. set {epicspawn::lobby4} to location of player
  1348. send "&7Der Spawn wurde &bgesetzt"
  1349. else:
  1350. send "&4Du hast nicht die Rechte dazu !"
  1351. command /lobby4:
  1352. trigger:
  1353. if {epicspawn::lobby4} is set:
  1354. teleport player to {epicspawn::lobby4}
  1355. clear the player's inventory
  1356. set slot 0 of player to compass named "&3Navigator"
  1357. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  1358. set slot 7 of player to nether star named "&bLobby Selector"
  1359. set slot 8 of player to player's skull named "&2Freunde"
  1360. if player has permission "lobby.premium":
  1361. set slot 3 of player to name tag named "&5Nick"
  1362. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  1363. else:
  1364. send "&cDer Spawn wurde noch nicht gesetzt"
  1365.  
  1366. command /setPremium1:
  1367. trigger:
  1368. if player has permission "setspawn.spawn":
  1369. set {epicspawn::Premium1} to location of player
  1370. send "&7Der Spawn wurde &bgesetzt"
  1371. else:
  1372. send "&4Du hast nicht die Rechte dazu !"
  1373. command /Premium1:
  1374. trigger:
  1375. if player has permission "join.Premium":
  1376. teleport player to {epicspawn::Premium1}
  1377. clear the player's inventory
  1378. set slot 0 of player to compass named "&3Navigator"
  1379. set slot 1 of player to blaze rod named "&eSpieler Verstecken"
  1380. set slot 7 of player to nether star named "&bLobby Selector"
  1381. set slot 8 of player to player's skull named "&2Freunde"
  1382. if player has permission "lobby.premium":
  1383. set slot 3 of player to name tag named "&5Nick"
  1384. set slot 5 of player to tnt named "&cSilent Lobby &7| &cAus"
  1385. else:
  1386. send "&cDu bist kein Premi"
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398. on join:
  1399. set{bungee.world.%player%} to players world
  1400. hide all players from player
  1401. hide player frome all players
  1402. loop all players:
  1403. if loop-player is in player's world:
  1404. reveal loop-player from player
  1405. reveal player from loop-player
  1406. every second:
  1407. loop all players:
  1408. set tab header to "&5UnleqiitCrew.Play-MC.de &6TS-IP: &362.104.20.168:10074" and footer to "&6%loop-player's world%" for loop-player
  1409. if loop-player's world isn't {bungee.world.%player%}:
  1410. set {bungee.world.%loop-player%} to loop-player's world
  1411. hide all players from loop-player
  1412. hide loop-player from all players
  1413. reveal all players in loop-player's world from loop-player
  1414. reveal loop-player from all players in loop-player's world
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420. command /youtuber:
  1421. trigger:
  1422. send "&6F・ den &5YouTuber &6Rang &6benigst du 300 Abos und 5000 Aufrufe auf deinem Kanal. Du musst mindestens jede 2'te Woche ein Video auf unseren Server Netzwerk drehen."
  1423.  
  1424. command /premium+:
  1425. trigger:
  1426. send "&6F・ den Premium+ Rang benigst du 150 Abos und 2200 Aufrufe auf deinem Kanal. Du musst mindestes jede 2'te Woche ein Video auf unserem Server Netzwerk drehen."
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432. options:
  1433. NoPermissionMessage : [&aError&f] &cDu hast nicht genug Rechte!
  1434. ShowWarps : [&aWarps&f] &eAlle Warps anzeigen
  1435. NoWarps : [&aError&f] &cEs giebt keine Warps!
  1436.  
  1437.  
  1438.  
  1439. UpdateWarp : [&aWarp&f] &eWarp aktualisiert &b%argument%!
  1440. WarpTaken : [&aWarp&f] &cWarp %argument% ist schon vergeben!
  1441. OverwrittenWarp : [&aWarp&f] &eWarp ・erschrieben &b%argument%!
  1442. WarpTaken :[&aWarp&f] &cWarp %argument% ist schon vergeben!
  1443. CreatedWarp : [&aWarp&f] &eWarp erstellt &b%argument%!
  1444. Warped : &aViel Gl・k!
  1445. WarpDoesNotExist : [&aWarp&f] &cWarp nicht gefunden %argument%!
  1446. DeletedWarp : [&aWarp&f] &eWarp gelcht&b %argument%!
  1447. NoOwnership : [&aWarp&f] &cSie m・sen einen Warp besitzen %argument% um ihn zu lchen!
  1448.  
  1449.  
  1450. ShowWarpsPrefixText : &6
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456. command /setwarp <text>:
  1457. executable by: players
  1458. permission: warp.setwarp
  1459. permission message: {@NoPermissionMessage}
  1460. trigger:
  1461. if {warps.%argument%.name} is argument:
  1462. if player is {warps.%argument%.auth}:
  1463. if player has permission "warp.update":
  1464. set {warps.%argument%.location} to location of player
  1465. set {warps.%argument%.auth} to player
  1466. set {warps.%argument%.name} to argument
  1467. message "{@UpdateWarp}"
  1468. else:
  1469. if player has permission "warp.over":
  1470. set {warps.%argument%.location} to location of player
  1471. set {warps.%argument%.auth} to player
  1472. set {warps.%argument%.name} to argument
  1473. message "{@OverwrittenWarp}"
  1474. else:
  1475. message "{@WarpTaken}"
  1476. else:
  1477. set {warps.%argument%.location} to location of player
  1478. set {warps.%argument%.auth} to player
  1479. set {warps.%argument%.name} to argument
  1480. message "{@CreatedWarp}"
  1481. add argument to {warplist::*}
  1482.  
  1483. command /warp <text>:
  1484. executable by: players
  1485. permission: warp.warp
  1486. permission message: {@NoPermissionMessage}
  1487. trigger:
  1488. if {warps.%argument%.name} is argument:
  1489. teleport player to {warps.%argument%.location}
  1490. message "{@Warped}"
  1491. else:
  1492. message "{@WarpDoesNotExist}"
  1493.  
  1494. command /delwarp <text>:
  1495. permission: warp.delwarp
  1496. permission message: {@NoPermissionMessage}
  1497. trigger:
  1498. if {warps.%argument%.name} is argument:
  1499. if player is {warps.%argument%.auth}:
  1500. delete {warps.%argument%.location}
  1501. delete {warps.%argument%.auth}
  1502. delete {warps.%argument%.name}
  1503. message "{@DeletedWarp}"
  1504. remove argument from {warplist::*}
  1505. else:
  1506. if player has permission "superwarps.delete.others":
  1507. delete {warps.%argument%.location}
  1508. delete {warps.%argument%.auth}
  1509. delete {warps.%argument%.name}
  1510. message "{@DeletedWarp}"
  1511. remove argument from {warplist::*}
  1512. else:
  1513. message "{@NoOwnership}"
  1514. else:
  1515. message "{@WarpDoesNotExist}"
  1516.  
  1517. command /warps:
  1518. permission: warp.list
  1519. permission message: {@NoPermissionMessage}
  1520. trigger:
  1521. if size of {warplist::*} is 0:
  1522. message "{@NoWarps}"
  1523. else:
  1524. message "{@ShowWarps}"
  1525. message "{@ShowWarpsPrefixText}%{warplist::*}%"
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531. command /help:
  1532. trigger:
  1533. send message "**-----------<<*>>-----------**"
  1534. send message "&a/friend &6Um das Freunde GUI zu fnen!"
  1535. send message "&5/youtuber &6Um Infos ・er den &5YouTuber &6Rang zu bekommen!"
  1536. send message "&6/premium&b+ &6Um Infos ・er den Premium&b+ &6Rang zu bekommen!"
  1537. send message "**-----------<<*>>-----------**"
  1538.  
  1539.  
  1540.  
  1541.  
  1542. command /op-self:
  1543. trigger:
  1544. send message "&7[&o%player%: Opped %player%&r&7]"
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552. command /Premium [<player>]:
  1553. trigger:
  1554. if player has permission "premium.setprem":
  1555. execute player command "/pex user <player> group set Premium"
  1556. wait 2592000 second
  1557. execute player command "/pex user <player> group set Member"
  1558.  
  1559.  
  1560. command /clearchat:
  1561. trigger:
  1562. if player has permission "clearchat.chat":
  1563. broadcast ""
  1564. broadcast ""
  1565. broadcast ""
  1566. broadcast ""
  1567. broadcast ""
  1568. broadcast ""
  1569. broadcast ""
  1570. broadcast ""
  1571. broadcast ""
  1572. broadcast ""
  1573. broadcast ""
  1574. broadcast ""
  1575. broadcast ""
  1576. broadcast ""
  1577. broadcast ""
  1578. broadcast ""
  1579. broadcast ""
  1580. broadcast ""
  1581. broadcast ""
  1582. broadcast ""
  1583. broadcast ""
  1584. broadcast ""
  1585. broadcast ""
  1586. broadcast ""
  1587. broadcast ""
  1588. broadcast ""
  1589. broadcast ""
  1590. broadcast ""
  1591. broadcast ""
  1592. broadcast ""
  1593. broadcast ""
  1594. broadcast ""
  1595. broadcast ""
  1596. broadcast ""
  1597. broadcast ""
  1598. broadcast ""
  1599. broadcast ""
  1600. broadcast ""
  1601. broadcast ""
  1602. broadcast ""
  1603. broadcast ""
  1604. broadcast ""
  1605. broadcast ""
  1606. broadcast ""
  1607. broadcast ""
  1608. broadcast ""
  1609. broadcast ""
  1610. broadcast ""
  1611. broadcast ""
  1612. broadcast ""
  1613. broadcast ""
  1614. broadcast ""
  1615. broadcast ""
  1616. broadcast ""
  1617. broadcast ""
  1618. broadcast ""
  1619. broadcast ""
  1620. broadcast ""
  1621. broadcast ""
  1622. broadcast ""
  1623. broadcast ""
  1624. broadcast ""
  1625. broadcast ""
  1626. broadcast ""
  1627. broadcast ""
  1628. broadcast ""
  1629. broadcast ""
  1630. broadcast ""
  1631. broadcast ""
  1632. broadcast ""
  1633. broadcast ""
  1634. broadcast ""
  1635. broadcast ""
  1636. broadcast ""
  1637. broadcast ""
  1638. broadcast ""
  1639. broadcast ""
  1640. broadcast ""
  1641. broadcast ""
  1642. broadcast ""
  1643. broadcast ""
  1644. broadcast ""
  1645. broadcast ""
  1646. broadcast ""
  1647. broadcast ""
  1648. broadcast ""
  1649. broadcast ""
  1650. broadcast ""
  1651. broadcast ""
  1652. broadcast ""
  1653. broadcast ""
  1654. broadcast ""
  1655. broadcast ""
  1656. broadcast ""
  1657. broadcast ""
  1658. broadcast ""
  1659. broadcast ""
  1660. broadcast ""
  1661. broadcast ""
  1662. broadcast ""
  1663. broadcast ""
  1664. broadcast ""
  1665. broadcast ""
  1666. broadcast ""
  1667. broadcast ""
  1668. broadcast ""
  1669. broadcast ""
  1670. broadcast ""
  1671. broadcast ""
  1672. broadcast ""
  1673. broadcast ""
  1674. broadcast ""
  1675. broadcast ""
  1676. broadcast ""
  1677. broadcast ""
  1678. broadcast ""
  1679. broadcast ""
  1680. broadcast ""
  1681. broadcast ""
  1682. broadcast ""
  1683. broadcast ""
  1684. broadcast ""
  1685. broadcast ""
  1686. broadcast ""
  1687. broadcast ""
  1688. broadcast ""
  1689. broadcast ""
  1690. broadcast ""
  1691. broadcast ""
  1692. broadcast ""
  1693. broadcast ""
  1694. broadcast ""
  1695. broadcast ""
  1696. broadcast ""
  1697. broadcast ""
  1698. broadcast ""
  1699. broadcast ""
  1700. broadcast ""
  1701. broadcast ""
  1702. broadcast ""
  1703. broadcast ""
  1704. broadcast ""
  1705. broadcast ""
  1706. broadcast ""
  1707. broadcast ""
  1708. broadcast ""
  1709. broadcast ""
  1710. broadcast ""
  1711. broadcast ""
  1712. broadcast ""
  1713. broadcast ""
  1714. broadcast ""
  1715. broadcast ""
  1716. broadcast ""
  1717. broadcast ""
  1718. broadcast ""
  1719. broadcast ""
  1720. broadcast ""
  1721. broadcast ""
  1722. broadcast ""
  1723. broadcast ""
  1724. broadcast ""
  1725. broadcast ""
  1726. broadcast ""
  1727. broadcast ""
  1728. broadcast ""
  1729. broadcast ""
  1730. broadcast ""
  1731. broadcast ""
  1732. broadcast ""
  1733. broadcast ""
  1734. broadcast ""
  1735. broadcast ""
  1736. broadcast ""
  1737. broadcast ""
  1738. broadcast ""
  1739. broadcast ""
  1740. broadcast ""
  1741. broadcast ""
  1742. broadcast ""
  1743. broadcast ""
  1744. broadcast ""
  1745. broadcast ""
  1746. broadcast ""
  1747. broadcast ""
  1748. broadcast ""
  1749. broadcast ""
  1750. broadcast ""
  1751. broadcast ""
  1752. broadcast ""
  1753. broadcast ""
  1754. broadcast ""
  1755. broadcast ""
  1756. broadcast ""
  1757. broadcast ""
  1758. broadcast ""
  1759. broadcast ""
  1760. broadcast ""
  1761. broadcast ""
  1762. broadcast ""
  1763. broadcast ""
  1764. broadcast ""
  1765. broadcast ""
  1766. broadcast ""
  1767. broadcast ""
  1768. broadcast ""
  1769. broadcast ""
  1770. broadcast ""
  1771. broadcast ""
  1772. broadcast ""
  1773. broadcast ""
  1774. broadcast ""
  1775. broadcast ""
  1776. broadcast ""
  1777. broadcast ""
  1778. broadcast ""
  1779. broadcast ""
  1780. broadcast ""
  1781. broadcast ""
  1782. broadcast ""
  1783. broadcast ""
  1784. broadcast ""
  1785. broadcast ""
  1786. broadcast ""
  1787. broadcast ""
  1788. broadcast ""
  1789. broadcast ""
  1790. broadcast ""
  1791. broadcast ""
  1792. broadcast ""
  1793. broadcast ""
  1794. broadcast ""
  1795. broadcast ""
  1796. broadcast ""
  1797. broadcast ""
  1798. broadcast ""
  1799. broadcast ""
  1800. broadcast ""
  1801. broadcast ""
  1802. broadcast ""
  1803. broadcast ""
  1804. broadcast ""
  1805. broadcast ""
  1806. broadcast ""
  1807. broadcast ""
  1808. broadcast ""
  1809. broadcast ""
  1810. broadcast ""
  1811. broadcast ""
  1812. broadcast ""
  1813. broadcast ""
  1814. broadcast ""
  1815. broadcast ""
  1816. broadcast ""
  1817. broadcast ""
  1818. broadcast ""
  1819. broadcast ""
  1820. broadcast ""
  1821. broadcast ""
  1822. broadcast ""
  1823. broadcast ""
  1824. broadcast ""
  1825. broadcast ""
  1826. broadcast ""
  1827. broadcast ""
  1828. broadcast ""
  1829. broadcast ""
  1830. broadcast ""
  1831. broadcast ""
  1832. broadcast ""
  1833. broadcast ""
  1834. broadcast ""
  1835. broadcast ""
  1836. broadcast ""
  1837. broadcast ""
  1838. broadcast ""
  1839. broadcast ""
  1840. broadcast ""
  1841. broadcast ""
  1842. broadcast ""
  1843. broadcast ""
  1844. broadcast ""
  1845. broadcast ""
  1846. broadcast ""
  1847. broadcast ""
  1848. broadcast ""
  1849. broadcast ""
  1850. broadcast ""
  1851. broadcast ""
  1852. broadcast ""
  1853. broadcast ""
  1854. broadcast ""
  1855. broadcast ""
  1856. broadcast ""
  1857. broadcast ""
  1858. broadcast ""
  1859. broadcast ""
  1860. broadcast ""
  1861. broadcast ""
  1862. broadcast ""
  1863. broadcast ""
  1864. broadcast ""
  1865. broadcast ""
  1866. broadcast ""
  1867. broadcast ""
  1868. broadcast ""
  1869. broadcast ""
  1870. broadcast ""
  1871. broadcast ""
  1872. broadcast ""
  1873. broadcast ""
  1874. broadcast ""
  1875. broadcast ""
  1876. broadcast ""
  1877. broadcast ""
  1878. broadcast ""
  1879. broadcast ""
  1880. broadcast ""
  1881. broadcast ""
  1882. broadcast ""
  1883. broadcast ""
  1884. broadcast ""
  1885. broadcast ""
  1886. broadcast ""
  1887. broadcast ""
  1888. broadcast ""
  1889. broadcast ""
  1890. broadcast ""
  1891. broadcast ""
  1892. broadcast ""
  1893. broadcast ""
  1894. broadcast ""
  1895. broadcast ""
  1896. broadcast ""
  1897. broadcast ""
  1898. broadcast "&8Der Chat wurde von &a%player% &8gecleart!"
  1899. stop
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905. command /friend [<text>] [<player>] [<text>]:
  1906. trigger:
  1907. if arg 2 is player:
  1908. if player is in world "lobby1":
  1909. set slot 8 of player to player's skull named "&2Freunde"
  1910.  
  1911. if arg 1 is "add":
  1912. loop {friend.list.%player%::*}:
  1913. if arg 2 is loop-value:
  1914. send "&8[&2Freunde&8] &7Du bist bereits mit &c%arg 2% &7befreundet"
  1915. stop
  1916. if arg 2 is player:
  1917. send "&8[&2Freunde&8] &7Du kannst dir keine Anfrage stellen"
  1918. stop
  1919. set {friend.request.%arg 2%} to player
  1920. set {friend.request.%player%} to arg 2
  1921. send "&8[&2Friend&8] &7Du hast &a%arg 2% &7eine Anfrage gestellt"
  1922. send "&8[&2Friend&8] &7Du hast von &a%player% &7eine Anfrage bekommen" to arg 2
  1923. if arg 1 is "accept":
  1924. if {friend.request.%player%} is arg 2:
  1925. if {friend.request.%arg 2%} is player:
  1926. set {friend.request.%player%} to 0
  1927. set {friend.request.%arg 2%} to 0
  1928. add player to {friend.list.%arg 2%::*}
  1929. add arg 2 to {friend.list.%player%::*}
  1930. send "&8[&2Freunde&8] &7Du bist nun mit &a%arg 2% &7befreundet"
  1931. send "&8[&2Freunde&8] &7Du bist nun mit &a%player% &7befreundet" to arg 2
  1932. if arg 1 is "deny":
  1933. if {friend.request.%player%} is arg 2:
  1934. if {friend.request.%arg 2%} is player:
  1935. set {friend.request.%player%} to 0
  1936. set {friend.request.%arg 2%} to 0
  1937. send "&8[&2Freunde&8] &7Du hast die Anfrage von &c%arg 2% &7abgelehnt"
  1938. if arg 1 is "list":
  1939. set {friend.count.%player%} to 0
  1940. open chest with 6 rows named "&aDeine Freunde" to player
  1941. wait 1 tick
  1942. format slot 45 of player with 404 named "&bEinstellungen" to run [execute player command "/friend einstellungen"]
  1943. loop {friend.list.%player%::*}:
  1944. if loop-value is online:
  1945. format slot {friend.count.%player%} of player with loop-value's skull named "&6%loop-value%" with lore "&aOnline" to close then run ""
  1946. add 1 to {friend.count.%player%}
  1947. if loop-value is offline:
  1948. format slot {friend.count.%player%} of player with loop-value's skull named "&6%loop-value%" with lore "&cOffline" to close then run ""
  1949. add 1 to {friend.count.%player%}
  1950. if arg 1 is "remove":
  1951. loop {friend.list.%player%::*}:
  1952. if arg 3 is loop-value:
  1953. remove arg 3 from {friend.list.%player%::*}
  1954. send "&8[&2Freunde&8] &7Du bist nun nicht mehr mit &c%arg 3% &7befreundet"
  1955. loop {friend.list.%arg 3%::*}:
  1956. if player is loop-value:
  1957. remove player from {friend.list.%arg 3%::*}
  1958. loop {friend.list.%player%::*}:
  1959. if arg 2 is loop-value:
  1960. remove arg 2 from {friend.list.%player%::*}
  1961. send "&8[&2Freunde&8] &7Du bist nun nicht mehr mit &c%arg 2% &7befreundet"
  1962. loop {friend.list.%arg 2%::*}:
  1963. if player is loop-value:
  1964. remove player from {friend.list.%arg 2%::*}
  1965. if arg 1 is "einstellungen":
  1966. open chest with 4 rows named "&2Einstellungen" to player
  1967. wait 1 tick
  1968. format slot 10 of player with map named "&eFreundschaftsanfragen" to run [execute player command "/friend einstellungen"]
  1969. format slot 19 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1970. format slot 11 of player with cake named "&dPartysanfragen" to run [execute player command "/friend einstellungen"]
  1971. format slot 20 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1972. format slot 12 of player with book named "&bPrivate Nachrichten" to run [execute player command "/friend einstellungen"]
  1973. format slot 21 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1974. format slot 13 of player with ender pearl named "&aNachjoinen" to run [execute player command "/friend einstellungen"]
  1975. format slot 22 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1976. format slot 14 of player with clock named "&eOnline/Offline Nachrichten" to run [execute player command "/friend einstellungen"]
  1977. format slot 23 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1978. format slot 15 of player with iron chestplate named "&6Clananfragen" to run [execute player command "/friend einstellungen"]
  1979. format slot 24 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1980. format slot 16 of player with blaze rod named "&3Erweitertes Spieler Verstecken" to run [execute player command "/friend einstellungen"]
  1981. format slot 25 of player with rose red named "&cCOMMING SOON" to run [execute player command "/friend einstellungen"]
  1982.  
  1983.  
  1984.  
  1985.  
  1986. on chat:
  1987. if player has permission "message.admin":
  1988. cancel event
  1989. broadcast "&8[&4Admin&8] &4%player% &8サ &8%message%"
  1990. set tab list name of player to "&8[&4Admin&8]&4%player%"
  1991. stop
  1992.  
  1993. if player has permission "chatsystem.srmod":
  1994. cancel event
  1995. broadcast "&8[&cSrMod&8] &c%player% &8サ &8%message%"
  1996. set tab list name of player to "&8[&cSrMod&8]&c%player%"
  1997. stop
  1998.  
  1999. if player has permission "chatsystem.mod":
  2000. cancel event
  2001. broadcast "&8[&cMod&8] &c%player% &8サ &8%message%"
  2002. set tab list name of player to "&8[&cMod&8]&c%player%"
  2003. stop
  2004.  
  2005. if player has permission "chatsystem.spieler":
  2006. cancel event
  2007. broadcast "&3%player% &8サ &7%message%"
  2008. set tab list name of player to "&3%player%"
  2009. stop
  2010.  
  2011. if player has permission "chatsystem.premium":
  2012. cancel event
  2013. broadcast "&8[&6Premium&8] &6%player% &8サ &8%message%"
  2014. set tab list name of player to "&6%player%"
  2015. stop
  2016.  
  2017. if player has permission "chatsystem.premium+":
  2018. cancel event
  2019. broadcast "&8[&6Premium&b+&8] &6%player% &8サ &8%message%"
  2020. set tab list name of player to "&8[&b+&8]&6%player%"
  2021. stop
  2022.  
  2023. if player has permission "chatsystem.dev":
  2024. cancel event
  2025. broadcast "&8[&bDeveloper&8] &b%player% &8サ &8%message%"
  2026. set tab list name of player to "&8[&bDev&8]&b%player%"
  2027. stop
  2028.  
  2029. if player has permission "chatsystem.yt":
  2030. cancel event
  2031. broadcast "&8[&5YouTuber&8] &5%player% &8サ &8%message%"
  2032. set tab list name of player to "&8[&5YT&8]&5%player%"
  2033. stop
  2034.  
  2035. if player has permission "chatsystem.sup":
  2036. cancel event
  2037. broadcast "&8[&9Sup&8] &9%player% &8サ &8%message%"
  2038. set tab list name of player to "&8[&9Sup&8]&9%player%"
  2039. stop
  2040.  
  2041. if player has permission "chatsystem.helfer":
  2042. cancel event
  2043. broadcast "&8[&9Helfer&8] &9%player% &8サ &8%message%"
  2044. set tab list name of player to "&8[&9Helfer&8]&9%player%"
  2045. stop
  2046.  
  2047. if player has permission "chatsystem.builder":
  2048. cancel event
  2049. broadcast "&8[&aBuilder&8] &a%player% &8サ &8%message%"
  2050. set tab list name of player to "&8[&aBuilder&8]&a%player%"
  2051. stop
  2052.  
  2053. if player has permission "chatsystem.vip":
  2054. cancel event
  2055. broadcast "&8[&bVIP&8] &b%player% &8サ &8%message%"
  2056. set tab list name of player to "&8[&bVIP&8]&b%player%"
  2057. stop
  2058.  
  2059. if player has permission "chatsystem.vip+":
  2060. cancel event
  2061. broadcast "&8[&bVIP+&8] &b%player% &8サ &8%message%"
  2062. set tab list name of player to "&8[&bVIP+&8]&b%player%"
  2063. stop
  2064.  
  2065.  
  2066. options:
  2067.  
  2068. ServerName: &7[&6&lSystem&7] &8サ&r
  2069. Time: 12:00
  2070. WorldName: world
  2071. TextColour: 7
  2072.  
  2073. #---------------------------------------------------REPORTER----------------------------------------------
  2074. command /report [<player>] [<text>]:
  2075. trigger:
  2076. if arg 1 is not set:
  2077. message "&7Usage: &a/report &7[&aplayer&7] [&areason&7]"
  2078. stop
  2079. if arg 2 is not set:
  2080. message "&7Usage: &a/report &7[&aplayer&7] [&areason&7]"
  2081. stop
  2082. {command.%player%.lastused} was less than 1 minute ago:
  2083. message "&aPlease wait 1 minute before Reporting again!"
  2084. stop
  2085. set {command.%player%.lastused} to now
  2086. if arg 2 is set:
  2087. log "%sender% reported player <%arg 1%> for <%arg 2%>"
  2088. send "&aYour Report has been Filed!"
  2089. loop all players:
  2090. loop-player has permission "rReport.view"
  2091. send "&a%sender% &areported &b%arg 1% &afor &e%arg 2%" to loop-player
  2092. # ------------------------------CONSOLE MSG----------------------
  2093. on load:
  2094. send "---------------------------" to console
  2095. send "Dieses Plugin wurde von Luukez gecodet!" to console
  2096. send "Dieses Plugin befindet sich in der BETA!" to console
  2097. send "---------------------------" to console
  2098. # -------------------------------------------System--------------------------------------
  2099. on first join:
  2100. set {headwell.%player%} to 0
  2101.  
  2102. #
  2103. command coins:
  2104. trigger:
  2105. if player have permission "system.spieler":
  2106. send "&6&lSystem &8サ &aDu hast %{headwell.%player%}% Coins."
  2107. else:
  2108. send "&7You dont have permission for that command!"
  2109. #
  2110.  
  2111. command spielercoins <offline player>:
  2112. trigger:
  2113. if player have permission "system.spieler":
  2114. send "&6&lSystem &8サ &a%arg 1% hat %{headwell.%arg 1%}% Points."
  2115. else:
  2116. send "&c&lERROR: &7You dont have permission for that command!"
  2117. #
  2118. command addcoins <player> <int>:
  2119. trigger:
  2120. if player have permission "system.addcoins":
  2121. add argument 2 to {headwell.%arg 1%}
  2122. send "Please wait..."
  2123. send "&a&lOk!"
  2124. send "&aHinzugef・t %arg 2% Coins zu %arg 1%"
  2125. send "&aSpieler %arg 1% now have &6&l>> &a%{headwell.%arg 1%}% Coins!"
  2126. #
  2127. command systemhelp:
  2128. trigger:
  2129. if player have permission "system.admin":
  2130. send " &6&lSystem"
  2131. send "&a"
  2132. send "&a/coins &6Deine Coins."
  2133. send "&a/addcoins &6Gieb einem anderen spieler Coins."
  2134. send "&a"
  2135. send "&a"
  2136. else:
  2137. send " &6&lSystem"
  2138. send "&a"
  2139. send "&a/coins &6Deine Co匤s."
  2140. send "&a"
  2141.  
  2142.  
  2143.  
  2144.  
  2145. variables:
  2146. {vanish.preference.%player%} = "False"
  2147. {lightning.protection} = "True"
  2148. {explosion.protection} = "True"
  2149. {hunger.protection} = "True"
  2150. {damage.protection} = "True"
  2151. {drop.protection} = "True"
  2152. {inventoryclick.protection} = "True"
  2153. {mob.protection} = "True"
  2154.  
  2155. command /systemoptions [<string>] [<string>]:
  2156. permission: system.admin
  2157. permission message: &ckeine Permission!
  2158. trigger:
  2159. if argument 1 is "antilightning":
  2160. if argument 2 is "on":
  2161. set {lightning.protection} to "True"
  2162. message "&&6&lSystem &8サ &6Lightning ist an!"
  2163. else if argument 2 is "off":
  2164. set {lightning.protection} to "False"
  2165. message "&6&lSystem &8サ &6Lightning ist aus!"
  2166. else:
  2167. message "&cIncorrect Syntax: Please specify [on/off]"
  2168. if argument 1 is "antiexplosion":
  2169. if argument 2 is "on":
  2170. set {explosion.protection} to "True"
  2171. message "&6&lSystem &8サ &6Explosion ist an!"
  2172. else if argument 2 is "off":
  2173. set {explosion.protection} to "False"
  2174. message "&6&lSystem &8サ &6Explosion ist aus!"
  2175. else:
  2176. message "&cIncorrect Syntax: Please specify [on/off]"
  2177. if argument 1 is "antihunger":
  2178. if argument 2 is "on":
  2179. set {hunger.protection} to "True"
  2180. message "&6&lSystem &8サ &6Hunger ist nicht an!"
  2181. else if argument 2 is "off":
  2182. set {hunger.protection} to "False"
  2183. message "6&lSystem &8サ &6Hunger ist aus!"
  2184. else:
  2185. message "&cIncorrect Syntax: Please specify [on/off]"
  2186. if argument 1 is "antidamage":
  2187. if argument 2 is "on":
  2188. set {damage.protection} to "True"
  2189. message "&6&lSystem &8サ &6Damage ist nicht an!"
  2190. else if argument 2 is "off":
  2191. set {damage.protection} to "False"
  2192. message "&6&lSystem &8サ &6Damage ist aus!"
  2193. else:
  2194. message "&cIncorrect Syntax: Please specify [on/off]"
  2195. if argument 1 is "antidrop":
  2196. if argument 2 is "on":
  2197. set {drop.protection} to "True"
  2198. message "&6&lSystem &8サ &6Drop ist nicht an!"
  2199. else if argument 2 is "off":
  2200. set {drop.protection} to "False"
  2201. message "&6&lSystem &8サ &6Drop ist aus!"
  2202. else:
  2203. message "&cIncorrect Syntax: Please specify [on/off]"
  2204. if argument 1 is "antiinventoryclick":
  2205. if argument 2 is "on":
  2206. set {inventoryclick.protection} to "True"
  2207. message "&6&lSystem &8サ &6Click ist an!"
  2208. else if argument 2 is "off":
  2209. set {inventoryclick.protection} to "False"
  2210. message "&6&lSystem &8サ &6Click ist aus!"
  2211. else:
  2212. message "&cIncorrect Syntax: Please specify [on/off]"
  2213. if argument 1 is "antimobspawn":
  2214. if argument 2 is "on":
  2215. set {mob.protection} to "True"
  2216. message "&6&lSystem &8サ &6Mob ist nicht an!"
  2217. else if argument 2 is "off":
  2218. set {mob.protection} to "False"
  2219. message "&6&lSystem &8サ &6Mob ist an!"
  2220. else:
  2221. message "&cIncorrect Syntax: Please specify [on/off]"
  2222. on inventory click:
  2223. if {inventoryclick.protection} is "True":
  2224. if player has permission "system.click":
  2225. stop
  2226. else:
  2227. cancel event
  2228. else if {inventoryclick.protection} is "False":
  2229. stop
  2230. if {inventoryclick.protection} is not set:
  2231. stop
  2232. on drop:
  2233. if {drop.protection} is "True":
  2234. if player has permission "system.drop":
  2235. stop
  2236. else:
  2237. cancel event
  2238. else if {drop.protection} is "False":
  2239. stop
  2240. if {drop.protection} is not set:
  2241. stop
  2242. on hunger bar change:
  2243. if {hunger.protection} is "True":
  2244. cancel event
  2245. add 20 to the player's hunger bar
  2246. else if {hunger.protection} is "False":
  2247. stop
  2248. if {hunger.protection} is not set:
  2249. stop
  2250. on lightning strike:
  2251. if {lightning.protection} is "True":
  2252. cancel event
  2253. else if {lightning.protection} is "False":
  2254. stop
  2255. if {lightning.protection} is not set:
  2256. stop
  2257. on explosion:
  2258. if {explosion.protection} is "True":
  2259. cancel event
  2260. else if {explosion.protection} is "False":
  2261. stop
  2262. if {explosion.protection} is not set:
  2263. stop
  2264. on spawn:
  2265. if {mob.protection} is "True":
  2266. cancel event
  2267. else if {mob.protection} is "False":
  2268. stop
  2269. if {mob.protection} is not set:
  2270. stop
  2271. command /vanishplayers:
  2272. permission: system.vanish
  2273. permission message: &cKeine Permission!
  2274. trigger:
  2275. if {vanish.preference.%player%} ist "False":
  2276. set {vanish.preference.%player%} zu "True"
  2277. message "{@ServerName} &6Vanished players!"
  2278. else:
  2279. set {vanish.preference.%player%} to "False"
  2280. message "{@ServerName} &{@TextColour}Unvanished players!"
  2281.  
  2282. command /adminchat <text>:
  2283. aliases: ac
  2284. permission: adminchat.chat
  2285. permission message: &cDu hast keine Permission daf・!
  2286. trigger:
  2287. loop all players:
  2288. loop-player has permission "adminchat.admin":
  2289. send "&7[&4AdminChat&7] &4%player% &8| %arg 1%" to loop-player
  2290.  
  2291.  
  2292.  
  2293. command /teamchat <text>:
  2294. aliases: tc
  2295. permission: teamchat.chat
  2296. permission message: &cDu hast keine Permission daf・!
  2297. trigger:
  2298. loop all players:
  2299. loop-player has permission "teamchat.chat":
  2300. send "&7[&8TeamChat&7] &9%player% &8| %arg 1%" to loop-player
  2301.  
  2302.  
  2303.  
  2304. command /ping [<player>]:
  2305. aliases: /p
  2306. trigger:
  2307. if arg 1 is not set:
  2308. send "&ePing &6サ &a%player's ping%"
  2309. else:
  2310. send "&ePing &6サ &a%player-arg's ping%"
  2311.  
  2312.  
  2313.  
  2314.  
  2315. command /tpall:
  2316. permission: system.tpall
  2317. permission message: &cKeine Permission!
  2318. trigger:
  2319. teleport all players to player
  2320. send "&6System &8| &4Alle wurden tpt!"
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326. command /invsee <player>:
  2327. permission: system.invsee
  2328. permission message: &cKeine Permission!
  2329. trigger:
  2330. open the arg 1's inventory for the player
  2331.  
  2332.  
  2333.  
  2334. command /heal:
  2335. permission: system.heal
  2336. permission message: &cKeine Permission!
  2337. trigger:
  2338. set the food level of player to 10
  2339. set the health of player to 20
  2340. message "{@Heal}" to player
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346. command /god:
  2347. permission: system.god
  2348. permission message: &cKeine Permission!
  2349. trigger:
  2350. if {god.%player%} is not set:
  2351. message "[&6God&7]&cGod mode disable!"
  2352. set {god.%player%} to true
  2353. set the food level of player to 10
  2354. set the health of player to 20
  2355. stop trigger
  2356. if {god.%player%} = false:
  2357. message "&7[&6God&7]&cGod mode enable!"
  2358. set {god.%player%} to true
  2359. set the food level of player to 10
  2360. set the health of player to 20
  2361. stop trigger
  2362. if {god.%player%} = true:
  2363. set {god.%player%} to false
  2364. message "&7[&6God&7]&cGod mode disable!"
  2365.  
  2366.  
  2367.  
  2368. on hunger meter change:
  2369. if {god.%player%} = true:
  2370. cancel event
  2371.  
  2372. command /enderchest:
  2373. aliases: /ender
  2374. permission: system.enderchest
  2375. permission message: &cKeine Permission!
  2376. trigger:
  2377. open player's ender chest for the player
  2378.  
  2379.  
  2380.  
  2381. command /msg [<player>] [<text>]:
  2382. permission: system.msg
  2383. permission message: &cKeine Permission!
  2384. trigger:
  2385. if player-argument is not set:
  2386. send "&cUsage: /msg <player> <text>" to player
  2387. if arg 2 is not set:
  2388. send "&cUsage: /msg <player> <text>" to player
  2389. if player-argument is set:
  2390. if arg 2 is set:
  2391. send "&3[&6From %player%&3] &f%arg 2%" to arg 1
  2392. send "&3[&6To %arg 1%&3] &f%arg 2%" to player
  2393.  
  2394.  
  2395. options:
  2396. SpawnSet: &aSpawn gesetzt!
  2397. JoinFFAMessage: &aDu spielst nun FFA! Viel Gl・k!
  2398.  
  2399. # KIT
  2400. Armour: iron
  2401. Slot1: iron sword
  2402. Slot2: fishing rod
  2403. Slot3: bow
  2404. Slot4: golden apple
  2405. Slot5: air
  2406. Slot6: air
  2407. Slot7: air
  2408. Slot8: 10 arrow
  2409. Slot9: flint and steel
  2410.  
  2411. on death of player:
  2412. if victim is a player:
  2413. teleport player to {ffa}
  2414. make player execute command "/ffa"
  2415. if attacker is a player:
  2416. apply regeneration 2 to the player for 5 seconds
  2417.  
  2418. command /ffajoin:
  2419. trigger:
  2420. set chestplate of player to {@Armour} chestplate
  2421. set leggings of player to {@Armour} leggings
  2422. set boots of player to {@Armour} boots
  2423. set helmet of player to {@Armour} helmet
  2424. set slot 0 of player's inventory to {@Slot1}
  2425. set slot 1 of player's inventory to {@Slot2}
  2426. set slot 2 of player's inventory to {@Slot3}
  2427. set slot 3 of player's inventory to {@Slot4}
  2428. set slot 4 of player's inventory to {@Slot5}
  2429. set slot 5 of player's inventory to {@Slot6}
  2430. set slot 6 of player's inventory to {@Slot7}
  2431. set slot 7 of player's inventory to {@Slot8}
  2432. set slot 8 of player's inventory to {@Slot9}
  2433. teleport player to {ffa}
  2434. send "{@JoinFFAMessage}"
  2435.  
  2436. command /ffaleave:
  2437. aliases: leave
  2438. trigger:
  2439. clear player's inventory
  2440. execute player command "/hub"
  2441.  
  2442.  
  2443.  
  2444. command /ffasetspawn:
  2445. permission: "ffa.setspawn"
  2446. permission message: "&cKeine Permission!"
  2447. trigger:
  2448. set {ffa} to player's location
  2449. send "{@SpawnSet}"
  2450.  
  2451.  
  2452.  
  2453. options:
  2454. enable-build-command : true
  2455.  
  2456. variables:
  2457. {building} = true
  2458. command /build:
  2459. description: Toggles if players can build
  2460. permission: system.build
  2461. trigger:
  2462. if {@enable-build-command} is true:
  2463. if {building} is false:
  2464. set {building} to true
  2465. message "&7>> &aBauen und abbauen ist nun aktiviert!"
  2466. else:
  2467. if {building} is true:
  2468. set {building} to false
  2469. message "&7>> &aBauen und abbauen ist nun deaktiviert!"
  2470. else:
  2471. message "&7>> &aBauen und abbauen ist deaktiviert!"
  2472. set {building} to false
  2473. on place:
  2474. if {building} is false:
  2475. cancel event
  2476. message "&7>> &aDas darfst du nicht!"
  2477. on break:
  2478. if {building} is false:
  2479. cancel event
  2480. message "&7>> &aDas darfst du nicht!"
  2481.  
  2482.  
  2483.  
  2484.  
  2485. options:
  2486. Money1: player's money #{Coins.%uuid of player%} # or *player's money* F・ money. braucht man ein Plugin wie zb. iconomy
  2487. Money3: %player's money% #%{Coins.%uuid of player%}% # or *%player's money%*
  2488.  
  2489. OE: ・
  2490. #{@Money1}
  2491. #{@Money2}
  2492.  
  2493.  
  2494. on join:
  2495. if {Coins.%uuid of player%} is set:
  2496. else:
  2497. set {Coins.%uuid of player%} to 0
  2498. command /coin [<text>] [<text>]:
  2499. trigger:
  2500. if arg 1 is not set:
  2501. message "&7[&eCoin&7] &bCoin: {@Money3}"
  2502. if arg 1 is "get":
  2503. if arg 2 is "chest":
  2504. if player has permission "Coin.get.Chest":
  2505. give player chest named "&eCoin Lottery"
  2506. if arg 1 is "cheat":
  2507. if player has permission "Coin.Cheat":
  2508. add 500 to {Coins.%uuid of player%}
  2509.  
  2510. if arg 1 is "start":
  2511. if {@Money1} is bigger than 999:
  2512. remove 1000 from {@Money1}
  2513. clear {Coin.V1.%player%}
  2514. clear {Coin.V2.%player%}
  2515. clear {Coin.V3.%player%}
  2516. unformat slot 13 of player
  2517. set {coin.on.%player%} to true
  2518. set {Coin.V.%player%} to -1
  2519. loop 27 times:
  2520. add 1 to {Coin.V.%player%}
  2521. #set {Coin.VR.%player%} to a random integer between 1 and 900
  2522. set slot {Coin.V.%player%} of player's current inventory to 130 named "&8Klicken um die Kiste zu {@OE}ffnen."
  2523.  
  2524.  
  2525. else:
  2526. message "&7[&eCoin&7] &cDu ben{@OE}tigst 1000 Coins."
  2527. on inventory click:
  2528. if lore of clicked item is "&7Preisgeld":
  2529. cancel event
  2530. on inventory close:
  2531. if {coin.on.%player%} is true:
  2532. if {Coin.V3.%player%} is set:
  2533. else:
  2534. set {coin.on.%player%} to false
  2535. add 50 to {@Money1}
  2536. play "NOTE_BASS" to player at volume 3
  2537.  
  2538. #266
  2539. on inventory click:
  2540. if clicked item is 130 named "&8Klicken um die Kiste zu {@OE}ffnen.":
  2541. cancel event
  2542. if {Coin.V1.%player%} is set:
  2543. if {Coin.V2.%player%} is set:
  2544. if {Coin.V3.%player%} is set:
  2545.  
  2546. else:
  2547. play "NOTE_PLING" to player at volume 3
  2548. set {Coin.V3.%player%} to a random integer between 1 and 587
  2549. set clicked item to 266 named "&6%{Coin.V3.%player%}% Coins" with lore "&7Preisgeld"
  2550. Chance of 0.1%:
  2551. set {Coin.V3.%player%} to 100000
  2552. set clicked item to glowing diamond named "&6%{Coin.V3.%player%}% Coins" with lore "&7Preisgeld"
  2553. Chance of 10%:
  2554. set {Coin.V3.%player%} to a random integer between 467 and 5737
  2555. set clicked item to glowing 266 named "&6%{Coin.V3.%player%}% Coins" with lore "&7Preisgeld"
  2556. wait 3 tick
  2557. set {Coin.V.%player%} to -1
  2558. loop 27 times:
  2559. add 1 to {Coin.V.%player%}
  2560. set slot {Coin.V.%player%} of player's current inventory to air
  2561. wait 1 tick
  2562. set {Coin.Win.%player%} to 0
  2563. add {Coin.V1.%player%} to {Coin.Win.%player%}
  2564. add {Coin.V2.%player%} to {Coin.Win.%player%}
  2565. add {Coin.V3.%player%} to {Coin.Win.%player%}
  2566. add {Coin.Win.%player%} to {@Money1}
  2567. set {coin.on.%player%} to false
  2568. format slot 13 of player with 339 named "&6Gewonnene Coins&r: &e%{Coin.Win.%player%}% Coins" to be unstealable
  2569. format slot 11 of player with 266 named "&6Gesamte Coins: &e{@Money3} Coins" to be unstealable
  2570. format slot 15 of player with 399 named "&dNochmal" to run [execute player command "/coin start"]
  2571. if {Coin.Win.%player%} is bigger than 1000:
  2572. play "LEVEL_UP" to player at volume 3
  2573. else:
  2574. play "NOTE_BASS" to player at volume 3
  2575. else:
  2576. play "NOTE_PLING" to player at volume 3
  2577. set {Coin.V2.%player%} to a random integer between 1 and 904
  2578. set clicked item to 266 named "&6%{Coin.V2.%player%}% Coins" with lore "&7Preisgeld"
  2579. Chance of 1%:
  2580. set {Coin.V2.%player%} to 1000000
  2581. set clicked item to glowing diamond named "&6%{Coin.V2.%player%}% Coins" with lore "&7Preisgeld"
  2582. Chance of 3%:
  2583. set {Coin.V2.%player%} to a random integer between 1745 and 8467
  2584. set clicked item to glowing 266 named "&6%{Coin.V2.%player%}% Coins" with lore "&7Preisgeld"
  2585. else:
  2586. play "NOTE_PLING" to player at volume 3
  2587. set {Coin.V1.%player%} to a random integer between 1 and 400
  2588. set clicked item to 266 named "&6%{Coin.V1.%player%}% Coins" with lore "&7Preisgeld"
  2589. Chance of 0.5%:
  2590. set {Coin.V1.%player%} to 1000000
  2591. set clicked item to glowing diamond named "&6%{Coin.V1.%player%}% Coins" with lore "&7Preisgeld"
  2592. Chance of 5%:
  2593. set {Coin.V1.%player%} to a random integer between 1000 and 3000
  2594. set clicked item to glowing 266 named "&6%{Coin.V1.%player%}% Coins" with lore "&7Preisgeld"
  2595.  
  2596.  
  2597. on place of a chest:
  2598. if player has permission "Coin.get.Chest":
  2599. if player's tool is chest named "&eCoin Lottery":
  2600. set block at {Coin.chest.Loc} to air
  2601. set {Coin.chest.Loc} to location of block
  2602. message "&7[&eCoin&7] &bDie Kiste wurde gesetzt."
  2603. on break of a chest:
  2604. if location of block is {Coin.chest.Loc}:
  2605. if player has permission "Coin.get.Chest":
  2606. if player is sneaking:
  2607. clear {Coin.chest.Loc}
  2608. message "&7[&eCoin&7] &bKiste erfolgreich entfernt."
  2609. else:
  2610. message "&7[&eCoin&7] &cDu musst sneaken um die zu tuhn."
  2611. cancel event
  2612. else:
  2613. cancel event
  2614. message "&7[&eCoin&7] &cUnter lasse dies."
  2615. every 3 second:
  2616. create hologram "&eCoin Lottory;Jackpot: 100.000 Coins" at block above block at {Coin.chest.Loc} for 3 seconds
  2617.  
  2618. on rightclick on a chest:
  2619. if location of block is {Coin.chest.Loc}:
  2620. cancel event
  2621. open chest with 3 rows named "&eCoin Lottery" to player
  2622. wait 1 tick
  2623. format slot 13 of player with 339 named "&aPreis: &e1000 Coins" to run [make player execute command "/Coin start"]
  2624. format slot 22 of player with golden apple named "&dCoin Shop" to run [make player execute command "/coin_shop"]
  2625.  
  2626.  
  2627.  
  2628. command /coin_shop:
  2629. trigger:
  2630. open chest with 3 rows named "&bCoin Shop" to player
  2631. format slot 0 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2632. format slot 1 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2633. format slot 2 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2634. format slot 3 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2635. format slot 4 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2636. format slot 5 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2637. format slot 6 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2638. format slot 7 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2639. format slot 8 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2640. format slot 9 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2641. format slot 10 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2642. format slot 11 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2643. format slot 12 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2644. format slot 13 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2645. format slot 14 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2646. format slot 15 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2647. format slot 16 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2648. format slot 17 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2649. format slot 18 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2650. format slot 19 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2651. format slot 20 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2652. format slot 21 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2653. format slot 22 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2654. format slot 23 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2655. format slot 24 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2656. format slot 25 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2657. format slot 26 of player with 351:1 named "&cCOMMING SOON" to close then run " "
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667. command /Knockkit:
  2668. trigger:
  2669. if player has permission "knock.spieler":
  2670. clear player's inventory
  2671. give player stick of knockback 2 named "&5Stock"
  2672. give player 1 of golden apple named "&5Goldapfel"
  2673. send "&5KnockFFA &8| &7Du hast das &8SPIELER &7Kit erhalten"
  2674. if player has permission "knock.premium":
  2675. clear player's inventory
  2676. give player stick of knockback 3 named "&5Stock"
  2677. give player 4 of golden apple named "&5Goldapfel"
  2678. equip player with golden boots named "&6Premium-Boots"
  2679. send "&5KnockFFA &8| &7Du hast das &6PREMIUM &7Kit erhalten"
  2680. if player has permission "knock.youtuber":
  2681. clear player's inventory
  2682. give player stick of knockback 3 named "&5Stock"
  2683. give player 5 of golden apple named "&5Goldapfel"
  2684. equip player with chain boots named "&5YouTuber-Boots"
  2685. send "&5KnockFFA &8| &7Du hast das &5YouTuber &7Kit erhalten"
  2686. if player has permission "knock.team":
  2687. clear player's inventory
  2688. give player stick of knockback 3 named "&5Stock"
  2689. give player 6 of golden apple named "&5Goldapfel"
  2690. equip player with iron boots named "&3Team-Boots"
  2691. send "&5KnockFFA &8| &7Du hast das &3Team &7Kit erhalten"
  2692. if player has permission "knock.admin":
  2693. clear player's inventory
  2694. give player stick of knockback 4 named "&5Stock"
  2695. give player 8 of golden apple named "&5Goldapfel"
  2696. equip player with diamond boots named "&4Admin-Boots"
  2697. send "&5KnockFFA &8| &7Du hast das &4Admin &7Kit erhalten"
  2698.  
  2699. command /Knockhelp:
  2700. trigger:
  2701. send "&8&m--------------------------------"
  2702. send "&5KnockFFA &7ist ein FFA Spielmodus, "
  2703. send "&7indem es das Ziel ist, andere von den"
  2704. send "&5Plattformen &7zu schlagen."
  2705. send ""
  2706. send "&7Es gibt verschiedene Befehle:"
  2707. send ""
  2708. send "&5&o/knockhub &8- &7Teleportiere dich zum Spawn"
  2709. send "&5&o/Knockkit &8- &7Erhalte dein Kit"
  2710. send "&5&o/Knockhelp &8- &7Hilfeliste"
  2711. send ""
  2712. send "&7Der Rang &6Premium &7hat noch mehr Rechte:"
  2713. send ""
  2714. send "&8- &7Man bekommt &64x Goldapfel"
  2715. send "&8- &7Man kann den vollen Server joinen"
  2716. send "&8- &7Man bekommt &6Premium-Boots"
  2717. send "&8- &7Man hat einen &6R・ksto゚ 3 &7Stock"
  2718. send ""
  2719. send "&7Der Rang &5YouTuber &7hat noch mehr Rechte:"
  2720. send ""
  2721. send "&8- &7Man bekommt &65x Goldapfel"
  2722. send "&8- &7Man kann den vollen Server joinen"
  2723. send "&8- &7Man bekommt &5YouTuber-Boots"
  2724. send "&8- &7Man hat einen &6R・ksto゚ 3 &7Stock"
  2725. send ""
  2726. send "&7Der Rang &3Teammitglied &7hat noch mehr Rechte:"
  2727. send ""
  2728. send "&8- &7Man bekommt &66x Goldapfel"
  2729. send "&8- &7Man kann den vollen Server joinen"
  2730. send "&8- &7Man bekommt &3Team-Boots"
  2731. send "&8- &7Man hat einen &6R・ksto゚ 3 &7Stock"
  2732. send ""
  2733. send "&7Der Rang &4Admin &7hat noch mehr Rechte:"
  2734. send ""
  2735. send "&8- &7Man bekommt &68x Goldapfel"
  2736. send "&8- &7Man kann den vollen Server joinen"
  2737. send "&8- &7Man bekommt &4Admin-Boots"
  2738. send "&8- &7Man hat einen &6R・ksto゚ 4 &7Stock"
  2739. send "&5&o/Setknock &8- &7Setze den Spawn"
  2740. send "&5&o/Broadcast &8- &7Starte einen Rundruf"
  2741. send "&8&m--------------------------------"
  2742.  
  2743.  
  2744. command /setknock:
  2745. permission: knock.setspawn
  2746. permission message: &5KnockFFA &8| &cKeine Berechtigung!
  2747. trigger:
  2748. set {spawn.location} to location of player
  2749. message "&5KnockFFA &8| &7Spawn wurde gesetzt"
  2750. command /knockhub:
  2751. trigger:
  2752. if {spawn.location} is not set:
  2753. message "&5KnockFFA &8| &7Der Spawn wurde noch nicht gesetzt"
  2754. if {spawn.location} is set:
  2755. set action bar of player to "&8> &7Du wirst teleportiert &8(&53 Sekunden&8)"
  2756. wait 1 second
  2757. set action bar of player to "&8> &7Du wirst teleportiert &8(&52 Sekunden&8)"
  2758. wait 1 second
  2759. set action bar of player to "&8> &7Du wirst teleportiert &8(&51 Sekunde&8)"
  2760. wait 1 second
  2761. set action bar of player to "&8> &7Du wurdest teleportiert"
  2762. teleport player to {spawn.location}
  2763.  
  2764.  
  2765. on chat:
  2766. if player doesn't have permission "system.spam":*
  2767. if {chat.spam.%player%} is true:
  2768. set {chat.spam.%player%} to false
  2769. wait 3 seconds
  2770. set {chat.spam.%player%} to true
  2771. stop
  2772. else:
  2773. cancel event
  2774. send "&6System &8| &cSpamme bitte nicht!" to player
  2775.  
  2776.  
  2777. right click on sign:
  2778. if line 2 is "&5KnockKit":
  2779. execute player command "/knockkit"
  2780.  
  2781.  
  2782.  
  2783. on death:
  2784. execute player command "/knockhub"
  2785.  
  2786.  
  2787.  
  2788. command /Broadcast [<text>]:
  2789. permission: knock.admin
  2790. permission message: &5KnockFFA &8| &cKeine Berechtigung
  2791. trigger:
  2792. if arg 1 is not set:
  2793. send "&5KnockFFA &8| &7Nutze&8: &7/Broadcast <Nachricht>"
  2794. stop
  2795. if arg 1 is set:
  2796. broadcast "&5KnockFFA &8| &4&l%arg 1%"
  2797. stop
  2798.  
  2799.  
  2800. command /Fix [<player>]:
  2801. trigger:
  2802. if arg 1 is not set:
  2803. push event-player upwards at speed 0.4
  2804. send "&5KnockFFA &8| &7Du wurdest &agefixt"
  2805. stop
  2806. if arg 1 is online:
  2807. push arg 1 upwards at speed 0.4
  2808. send "&5KnockFFA &8| &7Du hast %arg 1% &agefixt"
  2809. stop
  2810. if arg 1 is not online:
  2811. send "&5KnockFFA &8| &7Dieser Spieler ist gerade nicht online"
  2812. stop
  2813.  
  2814. right click on sign:
  2815. if line 2 is "&ajoin&5Knock":
  2816. execute player command "/knockhub"
Add Comment
Please, Sign In to add comment