Oxalist

Untitled

Feb 24th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.98 KB | None | 0 0
  1. variables:
  2. {world.%player%} = "False"
  3. {world::list} = 0
  4. {worlds::list::list} = "None"
  5. {time.%player%} = "False"
  6. {pvp.%player%} = "False"
  7. {mobs.%player%} = "False"
  8. {mobsgriefing.%player%} = "False"
  9. {animals.%player%} = "False"
  10. {world.online.%player%} = "No"
  11. {opped.%player%} = "False"
  12. {banned.%player%} = "False"
  13. {Reason1} = "No Reason"
  14. {Reason2} = "No Reason"
  15. {Reason3} = "No Reason"
  16. {Reason4} = "No Reason"
  17. {Reason5} = "No Reason"
  18. {Reason6} = "No Reason"
  19. {Reason7} = "No Reason"
  20. {Reason8} = "No Reason"
  21. {Reason9} = "No Reason"
  22. {Reason10} = "No Reason"
  23. {Featured1} = "Empty"
  24. {Featured2} = "Empty"
  25. {Featured3} = "Empty"
  26. {Featured4} = "Empty"
  27. {Featured5} = "Empty"
  28. {Featured6} = "Empty"
  29. {Featured7} = "Empty"
  30. {Featured8} = "Empty"
  31. {Featured9} = "Empty"
  32. {Featured10} = "Empty"
  33.  
  34. on quit:
  35. if {world.%player%} is "True":
  36. remove 1 from {world::list}
  37. if {world.%player%} is "False":
  38. stop
  39.  
  40. command /pwand:
  41. trigger:
  42. set {_waited} to difference between {pwand.%player%.lastused} and now
  43. if {_waited} is less than a minute:
  44. send "&8» &7You have to wait &e%difference between a minute and {_waited}%"
  45. stop
  46. if the player's world is "world-%player%":
  47. set {pwand.%player%.lastused} to now
  48. send "&8» &7Giving you the worldedit wand, It is very limited right now"
  49. set slot 1 of player to wooden axe named "&ePlayer wand &8[&e%player%&8] &8» &7Very limited blocks queued"
  50. stop
  51. else:
  52. send "&8» &7You have to be in your own world to do that"
  53.  
  54. on skript stop:
  55. make console execute "world worlds"
  56.  
  57. on death:
  58. teleport victim to {spawn}
  59.  
  60.  
  61. command /timeworld:
  62. trigger:
  63. if {time.%player%} is "False":
  64. send "&8» &7You have set the time to &eday" to player
  65. make console execute command "time set day world-%player%"
  66. set {time.%player%} to "True"
  67. stop
  68. if {time.%player%} is "True":
  69. send "&8» &7You have set the time to &enight" to player
  70. make console execute command "time set night world-%player%"
  71. delete {time.%player%}
  72. stop
  73. command /pvpworld:
  74. trigger:
  75. if {pvp.%player%} is "False":
  76. send "&8» &7Pvp has been enabled" to player
  77. make console execute command "mv modify set pvp true world-%player%"
  78. set {pvp.%player%} to "True"
  79. stop
  80. if {pvp.%player%} is "True":
  81. send "&8» &7Pvp has been disabled" to player
  82. make console execute command "mv modify set pvp false world-%player%"
  83. delete {pvp.%player%}
  84. stop
  85. command /mobsworld:
  86. trigger:
  87. if {mobs.%player%} is "False":
  88. send "&8» &7Mob spawning has been enabled" to player
  89. make console execute command "mv modify set monsters true world-%player%"
  90. set {mobs.%player%} to "True"
  91. stop
  92. if {mobs.%player%} is "True":
  93. send "&8» &7Mob spawning has been disabled" to player
  94. make console execute command "mv modify set monsters false world-%player%"
  95. delete {mobs.%player%}
  96. stop
  97. command /animalsworld:
  98. trigger:
  99. if {animals.%player%} is "False":
  100. send "&8» &7Animal spawning has been enabled" to player
  101. make console execute command "mv modify set animals true world-%player%"
  102. set {animals.%player%} to "True"
  103. stop
  104. if {animals.%player%} is "True":
  105. send "&8» &7Animal spawning has been disabled" to player
  106. make console execute command "mv modify set animals false world-%player%"
  107. delete {animals.%player%}
  108. stop
  109. command /mobsgriefingworld:
  110. trigger:
  111. if {mobsgriefing.%player%} is "False":
  112. send "&8» &7Mob griefing has been enabled" to player
  113. make console execute command "mv gamerule mobGriefing true world-%player%"
  114. set {mobsgriefing.%player%} to "True"
  115. stop
  116. if {mobsgriefing.%player%} is "True":
  117. send "&8» &7Mob griefing has been disabled" to player
  118. make console execute command "mv gamerule mobGriefing false world-%player%"
  119. delete {mobsgriefing.%player%}
  120. stop
  121.  
  122. command /spawn:
  123. trigger:
  124. set the player's gamemode to survival
  125. send "&8» &7Sent you to the spawn"
  126. teleport player to {spawn}
  127. set {world.online.%player%} to "No"
  128. remove player from {worlds::list::list}
  129. remove 1 from {world::list}
  130. remove 1 clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager" from player
  131.  
  132. on walking on black concrete:
  133. make player execute command "/world create"
  134.  
  135. on rightclick:
  136. player is holding clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager"
  137. make player execute command "/world"
  138.  
  139.  
  140. command /world [<text>] [<offlineplayer>] [<text>]:
  141. permission: world.world
  142. trigger:
  143. if arg 1 is not set:
  144. if arg 2 is not set:
  145. open chest with 3 row named "&8» &7World Managment" to player
  146. wait 5 tick
  147. play "block_note_pling" to player
  148. format slot 0 of player with gray glass pane named "" to be unstealable
  149. format slot 1 of player with gray glass pane named "" to be unstealable
  150. format slot 2 of player with gray glass pane named "" to be unstealable
  151. format slot 3 of player with gray glass pane named "" to be unstealable
  152. format slot 4 of player with barrier named "&8» &7Reset your private world" with lore "" to close then run [player command "world reset"]
  153. format slot 5 of player with gray glass pane named "" to be unstealable
  154. format slot 6 of player with gray glass pane named "" to be unstealable
  155. format slot 7 of player with gray glass pane named "" to be unstealable
  156. format slot 8 of player with gray glass pane named "" to be unstealable
  157. format slot 9 of player with compass named "&8» &7Create a private world" with lore "" to close then run [player command "world create"]
  158. format slot 10 of player with ender pearl named "&8» &7Teleport to your world spawn" with lore "" to close then run [player command "world teleport"]
  159. format slot 11 of player with grass named "&8» &7Set spawn" with lore "" to close then run [player command "world setspawn"]
  160. format slot 12 of player with clock named "&8» &7Time night/day" with lore "" to close then run [player command "timeworld"]
  161. format slot 13 of player with diamond sword named "&8» &7Pvp enable/disable" with lore "" to close then run [player command "pvpworld"]
  162. format slot 14 of player with spawn egg named "&8» &7Mob spawning enable/disable" with lore "" to close then run [player command "mobsworld"]
  163. format slot 15 of player with tnt named "&8» &7Mob griefing enable/disable" with lore "" to close then run [player command "mobsgriefingworld"]
  164. format slot 16 of player with steak named "&8» &7Animals spawning enable/disable" with lore "" to close then run [player command "animalsworld"]
  165. format slot 18 of player with gray glass pane named "" to be unstealable
  166. format slot 19 of player with gray glass pane named "" to be unstealable
  167. format slot 20 of player with gray glass pane named "" to be unstealable
  168. format slot 21 of player with gray glass pane named "" to be unstealable
  169. format slot 22 of player with gray glass pane named "" to be unstealable
  170. format slot 23 of player with gray glass pane named "" to be unstealable
  171. format slot 24 of player with gray glass pane named "" to be unstealable
  172. format slot 25 of player with gray glass pane named "" to be unstealable
  173. format slot 26 of player with gray glass pane named "" to be unstealable
  174. if arg 1 is "create":
  175. if {world.%player%} is "True":
  176. send "&8» &7You already have a private world"
  177. stop
  178. play "block_note_pling" to player
  179. set {world.%player%} to "True"
  180. add player to {worlds::list::list}
  181. set {world.online.%player%} to "Yes"
  182. add 1 to {world::list}
  183. broadcast "&8» &e%player%'s &7world is being created, might be some lag"
  184. wait 2 seconds
  185. send "&8» &7Generating your private world..... &8[&a14%%&8]"
  186. wait 1 second
  187. send "&8» &7Generating your private world..... &8[&a35%%&8]"
  188. wait 1 second
  189. send "&8» &7Generating your private world..... &8[&a56%%&8]"
  190. wait 1 second
  191. send "&8» &7Generating your private world..... &8[&a72%%&8]"
  192. wait 1 second
  193. send "&8» &7Generating your private world..... &8[&a86%%&8]"
  194. wait 1 second
  195. send "&8» &7Generating your private world..... &8[&a94%%&8]"
  196. wait 1 second
  197. send "&8» &7Generating your private world..... &8[&a100%%&8]"
  198. wait 1 second
  199. make console execute command "/mv create world-%player% normal -t flat"
  200. make console execute command "/mv confirm"
  201. make console execute command "/mv tp %player% world-%player%"
  202. set slot 0 of player to clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager"
  203. wait 1 second
  204. set the player's gamemode to creative
  205. wait 2 seconds
  206. set {spawn.%player%} to location of player
  207. if arg 1 is "reset":
  208. if {world.%player%} is "False":
  209. send "&8» &7You do not have a world to reset"
  210. stop
  211. play "block_note_pling" to player
  212. remove 1 from {world::list}
  213. set {world.online.%player%} to "No"
  214. remove player from {worlds::list::list}
  215. set {world.%player%} to "False"
  216. send "&8» &7Resetting your private world..... &8[&a14%%&8]"
  217. wait 1 second
  218. send "&8» &7Resetting your private world..... &8[&a35%%&8]"
  219. wait 1 second
  220. send "&8» &7Resetting your private world..... &8[&a56%%&8]"
  221. wait 1 second
  222. send "&8» &7Resetting your private world..... &8[&a72%%&8]"
  223. wait 1 second
  224. send "&8» &7Resetting your private world..... &8[&a86%%&8]"
  225. wait 1 second
  226. send "&8» &7Resetting your private world..... &8[&a94%%&8]"
  227. wait 1 second
  228. send "&8» &7Resetting your private world..... &8[&a100%%&8]"
  229. wait 1 second
  230. make console execute command "/mv delete world-%player%"
  231. make console execute command "/mv confirm"
  232. delete {spawn.%player%}
  233. teleport player to {spawn}
  234. set the player's gamemode to survival
  235. remove 1 clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager" from player
  236. set {world.%player%} to "False"
  237. if arg 1 is "tp" or "teleport":
  238. if arg 2 is not set:
  239. if {world.%player%} is "False":
  240. send "&8» &7You do not have a private world"
  241. stop
  242. play "block_note_pling" to player
  243. add player to {worlds::list::list}
  244. set {world.online.%player%} to "Yes"
  245. add 1 to {world::list}
  246. set slot 0 of player to clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager"
  247. send "&8» &7Welcome back to your private world"
  248. teleport player to {spawn.%player%}
  249. wait 1 second
  250. set the player's gamemode to creative
  251. if arg 1 is "tp" or "teleport":
  252. if arg 2 is set:
  253. if {locked.world.%arg 2%} is "True":
  254. send "&8» &7That player has locked there world"
  255. stop
  256. if {world.%arg 2%} is "False":
  257. send "&8» &7That player does not have a world"
  258. stop
  259. if {banned.%arg 2%} is "True":
  260. send "&8» &e%player% &7banned you from there world" to arg 2
  261. stop
  262. if player has 1 of wooden axe in inventory:
  263. remove 1 of wooden axe from player's inventory
  264. play "block_note_pling" to player
  265. remove 1 from {world::list}
  266. set {world.online.%player%} to "No"
  267. set the player's gamemode to adventure
  268. remove player from {worlds::list::list}
  269. remove 1 clock named "&b&lWorld Manager &8[&e%player%&8]" with lore "&8» &7Right click to open the world manager" from player
  270. send "&8» &7You have teleport to &e%arg 2%'s &7world"
  271. teleport player to {spawn.%arg 2%}
  272. if arg 1 is "lock":
  273. if {world.%player%} is "False":
  274. send "&8» &7You do not have a private world"
  275. stop
  276. play "block_note_pling" to player
  277. send "&8» &7You have locked your private world"
  278. set {locked.world.%player%} to "True"
  279. if arg 1 is "unlock":
  280. if {world.%player%} is "False":
  281. send "&8» &7You do not have a private world"
  282. stop
  283. play "block_note_pling" to player
  284. send "&8» &7You have unlocked your private world"
  285. set {locked.world.%player%} to "False"
  286. if arg 1 is "worlds":
  287. send "&8» &7You have reset the worlds list scoreboard"
  288. set {world::list} to 0
  289. if arg 1 is "setspawn":
  290. if {world.%player%} is "False":
  291. send "&8» &7You do not have a world to setspawn"
  292. if the player's world is "world-%player%":
  293. play "block_note_pling" to player
  294. send "&8» &7You have set your world spawn"
  295. set {spawn.%player%} to location of player
  296. if the player's is not "world-%player%":
  297. send "&8» &7You have to be in your own world to setspawn"
  298. if arg 1 is "op":
  299. if arg 2 is set:
  300. if {world.%player%} is "False":
  301. send "&8» &7You do not have a world to op that player"
  302. if the player's world is "world-%player%":
  303. play "block_note_pling" to player
  304. send "&8» &7You have opped &e%arg 2%" to player
  305. send "&8» &e%player% &7has opped you from there world" to arg 2
  306. set the arg 2's gamemode to creative
  307. else:
  308. send "&8» &7You have to be in your own world to op players"
  309. stop
  310. if arg 1 is "deop":
  311. if arg 2 is set:
  312. if {world.%player%} is "False":
  313. send "&8» &7You do not have a world to deop that player"
  314. if the player's world is "world-%player%":
  315. play "block_note_pling" to player
  316. send "&8» &7You have deopped &e%arg 2%" to player
  317. send "&8» &e%player% &7has deopped you from there world" to arg 2
  318. set the arg 2's gamemode to adventure
  319. else:
  320. send "&8» &7You have to be in your own world to deop players"
  321. stop
  322. if arg 1 is "help" or "?":
  323. play "block_note_pling" to player
  324. send ""
  325. send "&7 &e&lWORLD HELP&7 "
  326. send ""
  327. send "&8• &e/world create &8» &7Creates a private world"
  328. send "&8• &e/world reset &8» &7Resets your private world"
  329. send "&8• &e/world tp &8» &7Teleport you to your private world"
  330. send "&8• &e/world tp <player> &8» &7Teleport you to other peoples worlds"
  331. send "&8• &e/world setspawn &8» &7Set your own world spawn"
  332. send "&8• &e/world lock &8» &7Locks your private world"
  333. send "&8• &e/world unlock &8» &7Unlocks your private world"
  334. send "&8• &e/world op <player> &8» &7Ops a player in your world &c[GMC'S THEM]"
  335. send "&8• &e/world deop <player> &8» &7Deops a player in your world &c[GMA'S THEM]"
  336. send "&8• &e/world kick <player> &8» &7Kicks a player from your world"
  337. send "&8• &e/world ban <player> &8» &7Bans a player from your world"
  338. send "&8• &e/world unban <player> &8» &7Unbans a player from your world"
  339. send ""
  340. if arg 1 is "kick":
  341. if arg 2 is set:
  342. if {world.%player%} is "False":
  343. send "&8» &7You do not have a world to kick that player"
  344. if the arg 2's world is "world-%player%":
  345. play "block_note_pling" to player
  346. send "&8» &7You have kicked &e%arg 2% &7from your world" to player
  347. send "&8» &e%player% &7has kicked you from there world" to arg 2
  348. teleport arg 2 to {spawn}
  349. else:
  350. send "&8» &7That player is not in your world"
  351. stop
  352. if arg 1 is "ban":
  353. if arg 2 is set:
  354. if {world.%player%} is "False":
  355. send "&8» &7You do not have a world to ban that player"
  356. if the arg 2's world is "world-%player%":
  357. play "block_note_pling" to player
  358. send "&8» &7You have banned &e%arg 2% &7from your world" to player
  359. send "&8» &e%player% &7has banned you from there world" to arg 2
  360. set {banned.%arg 2%} to "True"
  361. teleport arg 2 to {spawn}
  362. else:
  363. send "&8» &7That player is not in your world"
  364. stop
  365. if arg 1 is "unban":
  366. if arg 2 is set:
  367. if {world.%player%} is "False":
  368. send "&8» &7You do not have a world to unban that player"
  369. if {banned.%arg 2%} is "True":
  370. play "block_note_pling" to player
  371. send "&8» &7You have unbanned &e%arg 2% &7from your world" to player
  372. send "&8» &e%player% &7has unbanned you from there world" to arg 2
  373. set {banned.%arg 2%} to "False"
  374. teleport arg 2 to {spawn}
  375. else:
  376. send "&8» &7That player is not in your world"
  377. stop
  378. if arg 1 is "list":
  379. open chest with 3 row named "&8» &7World Managment" to player
  380. wait 5 tick
  381. play "block_note_pling" to player
  382. format slot 0 of player with gray glass pane named "" to be unstealable
  383. format slot 1 of player with gray glass pane named "" to be unstealable
  384. format slot 2 of player with gray glass pane named "" to be unstealable
  385. format slot 3 of player with gray glass pane named "" to be unstealable
  386. format slot 4 of player with barrier named "&8» &7Reset your private world" with lore "" to close then run [player command "world reset"]
  387. format slot 5 of player with gray glass pane named "" to be unstealable
  388. format slot 6 of player with gray glass pane named "" to be unstealable
  389. format slot 7 of player with gray glass pane named "" to be unstealable
  390. format slot 8 of player with gray glass pane named "" to be unstealable
  391. format slot 9 of player with compass named "&8» &7Create a private world" with lore "" to close then run [player command "world create"]
  392. format slot 10 of player with ender pearl named "&8» &7Teleport to your world spawn" with lore "" to close then run [player command "world teleport"]
  393. format slot 11 of player with grass named "&8» &7Set spawn" with lore "" to close then run [player command "world setspawn"]
  394. format slot 12 of player with clock named "&8» &7Time night/day" with lore "" to close then run [player command "timeworld"]
  395. format slot 13 of player with diamond sword named "&8» &7Pvp enable/disable" with lore "" to close then run [player command "pvpworld"]
  396. format slot 14 of player with spawn egg named "&8» &7Mob spawning enable/disable" with lore "" to close then run [player command "mobsworld"]
  397. format slot 15 of player with tnt named "&8» &7Mob griefing enable/disable" with lore "" to close then run [player command "mobsgriefingworld"]
  398. format slot 16 of player with steak named "&8» &7Animals spawning enable/disable" with lore "" to close then run [player command "animalsworld"]
  399. format slot 18 of player with gray glass pane named "" to be unstealable
  400. format slot 19 of player with gray glass pane named "" to be unstealable
  401. format slot 20 of player with gray glass pane named "" to be unstealable
  402. format slot 21 of player with gray glass pane named "" to be unstealable
  403. format slot 22 of player with gray glass pane named "" to be unstealable
  404. format slot 23 of player with gray glass pane named "" to be unstealable
  405. format slot 24 of player with gray glass pane named "" to be unstealable
  406. format slot 25 of player with gray glass pane named "" to be unstealable
  407. format slot 26 of player with gray glass pane named "" to be unstealable
  408.  
  409. Options:
  410. GUIName: Staff
  411.  
  412. MainGlassColour: white glass
  413.  
  414. SecondGlassColour: gray glass
  415.  
  416. command /featured [<text>] [<offlineplayer>] [<number>] [<text>]:
  417. trigger:
  418. if arg 1 is not set:
  419. if arg 2 is not set:
  420. if arg 3 is not set:
  421. send ""
  422. send " &e&lFEATURED WORLD LIST:"
  423. send ""
  424. json("%player%","&8&l• &e1) &7%{Featured1}% &8» &eReason: &7%{Reason1}%||cmd:/sudo %player% world tp %{Featured1}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  425. json("%player%","&8&l• &e2) &7%{Featured2}% &8» &eReason: &7%{Reason2}%||cmd:/sudo %player% world tp %{Featured2}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  426. json("%player%","&8&l• &e3) &7%{Featured3}% &8» &eReason: &7%{Reason3}%||cmd:/sudo %player% world tp %{Featured3}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  427. json("%player%","&8&l• &e4) &7%{Featured4}% &8» &eReason: &7%{Reason4}%||cmd:/sudo %player% world tp %{Featured4}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  428. json("%player%","&8&l• &e5) &7%{Featured5}% &8» &eReason: &7%{Reason5}%||cmd:/sudo %player% world tp %{Featured5}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  429. json("%player%","&8&l• &e6) &7%{Featured6}% &8» &eReason: &7%{Reason6}%||cmd:/sudo %player% world tp %{Featured6}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  430. json("%player%","&8&l• &e7) &7%{Featured7}% &8» &eReason: &7%{Reason7}%||cmd:/sudo %player% world tp %{Featured7}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  431. json("%player%","&8&l• &e8) &7%{Featured8}% &8» &eReason: &7%{Reason8}%||cmd:/sudo %player% world tp %{Featured8}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  432. json("%player%","&8&l• &e9) &7%{Featured9}% &8» &eReason: &7%{Reason9}%||cmd:/sudo %player% world tp %{Featured9}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  433. json("%player%","&8&l• &e10) &7%{Featured10}% &8» &eReason: &7%{Reason10}%||cmd:/sudo %player% world tp %{Featured10}%||ttp:&8» &7Want to be on the featured list, contact an admin+ %newline%to check out your world%newline%&7%newline%&8&l• &eClick to teleport")
  434. send ""
  435. if arg 2 is set:
  436. if arg 3 is set:
  437. if arg 1 is "add":
  438. set {Featured%arg 3%} to arg 2
  439. set {Reason%arg 3%} to "%arg 4%"
  440. send "&8» &7Added &e%arg 2% &7to the &e##%arg 3% &7spot, with reason: &e%arg 4%"
  441. if arg 2 is set:
  442. if arg 3 is set:
  443. if arg 1 is "remove":
  444. set {Featured%arg 3%} to "&7Empty"
  445. set {Reason%arg 3%} to "No Reason"
  446. send "&8» &7Removed &e%arg 2% &7from the &e##%arg 3% &7spot"
  447.  
  448. command /sudo [<player>] [<text>]:
  449. permission: sudo.use
  450. trigger:
  451. if arg 1 is not set:
  452. send "&8» &7You must specify a player to sudo."
  453. stop
  454. if arg 1 is set:
  455. if arg 2 is not set:
  456. send "&8» &7You must specify a command to sudo on %arg 1%."
  457. stop
  458. if arg 2 is set:
  459. make arg 1 execute command "%arg 2%"
  460.  
  461.  
  462.  
  463. every 4 seconds:
  464. loop all players:
  465. set tab header to "%nl% &e&lSKYLINE%nl%&7&oMake a world and become the best%nl%" and footer to "%nl%&7Use &f/world create &7to get started%nl%&7If you like what you see please tell a fellow staff member%nl%" for loop-player
  466. Wait 1 second
  467. set tab header to "%nl% &f&lSKYLINE%nl%&7&oMake a world and become the best%nl%" and footer to "%nl%&7Use &a/world create &7to get started%nl%&7If you like what you see please tell a fellow staff member%nl%" for loop-player
  468. wait 1 second
  469. set tab header to "%nl% &e&lSKYLINE%nl%&7&oMake a world and become the best%nl%" and footer to "%nl%&7Use &f/world create &7to get started%nl%&7If you like what you see please tell a fellow staff member%nl%" for loop-player
  470. Wait 1 second
  471. set tab header to "%nl% &f&lSKYLINE%nl%&7&oMake a world and become the best%nl%" and footer to "%nl%&7Use &a/world create &7to get started%nl%&7If you like what you see please tell a fellow staff member%nl%" for loop-player
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. options:
  486. # Scoreboard
  487. Title: &a &8🡺 &e&lSKYLINE &8🡸 &7
  488.  
  489. # The lines, you can use %{rank.%loop-player%}% for the users group, %balance of loop-player% for their balance, and %player% for their name.
  490. Line1: &f
  491. Line2: &8» &7Rank: &c[W.I.P]
  492. Line3: &8» &7Name: &e%loop-player%
  493. Line4: &b
  494. Line5: &8» &7Credits: &e%{credits::%loop-player%}%
  495. Line6: &8» &7Worlds: &e%{world::list}%
  496. Line7: &d
  497. Line8: &8» &7IP: &eSkyline.minehut.gg
  498. Line9: &3
  499.  
  500. #ScoreBoard (You can add lines)
  501. every second:
  502. loop all players:
  503. wipe loop-player's sidebar
  504. set name of sidebar of loop-player to "{@Title}"
  505. set score "{@Line1}" in sidebar of loop-player to 9
  506. set score "{@Line2}" in sidebar of loop-player to 8
  507. set score "{@Line3}" in sidebar of loop-player to 7
  508. set score "{@Line4}" in sidebar of loop-player to 6
  509. set score "{@Line5}" in sidebar of loop-player to 5
  510. set score "{@Line6}" in sidebar of loop-player to 4
  511. set score "{@Line7}" in sidebar of loop-player to 3
  512. set score "{@Line8}" in sidebar of loop-player to 2
  513. set score "{@Line9}" in sidebar of loop-player to 1
  514.  
  515. command /staff:
  516. description: Shows online staff
  517. trigger:
  518. loop all players:
  519. loop-player has permission "staff.list"
  520. add loop-player to {_online staff::*}
  521.  
  522. size of {_online staff::*} is 0:
  523. message "&8» &7There are no staff currently online! Happy griefing ;)"
  524. else:
  525. message "&8» &7Online staff: &e%{_online staff::*}%"
  526.  
  527. every minute:
  528. broadcast "&8» &7The server has just been saved"
  529. make console execute command "/save-all"
Advertisement
Add Comment
Please, Sign In to add comment