yozora_1202

Untitled

Jun 30th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.48 KB | None | 0 0
  1. #######################
  2. # Event Plugin #
  3. # by #
  4. # SplashRealYT #
  5. # Bei Problemen adde #
  6. # mein Skype Account #
  7. # Skype: #
  8. # official.splashreal #
  9. #######################
  10.  
  11. #ACHTUNG: Bitte editiere nur etwas wenn du wirklich weißt wie man mit Skripts umgeht!
  12. #ACHTUNG: Um etwas an den Tags zu ändern verändere bitte nur etwas an dem Text der in den Semicolons steht.
  13.  
  14. on join:
  15. if player has permission "tag.owner":
  16. set player's tag to "&8[&4Owner&8] &4"
  17. stop
  18. if player has permission "tag.admin":
  19. set player's tag to "&8[&4Admin&8] &4"
  20. stop
  21. if player has permission "tag.srmod":
  22. set player's tag to "&8[&cSrMod&8] &c"
  23. stop
  24. if player has permission "tag.mod":
  25. set player's tag to "&8[&cMod&8] &c"
  26. stop
  27. if player has permission "tag.sup":
  28. set player's tag to "&8[&9Sup&8] &9"
  29. stop
  30. if player has permission "tag.srbuilder":
  31. set player's tag to "&8[&eSrBuild&8] &e"
  32. stop
  33. if player has permission "tag.builder":
  34. set player's tag to "&8[&eBuild&8] &e"
  35. stop
  36. if player has permission "tag.dev":
  37. set player's tag to "&8[&bDev&8] &b"
  38. stop
  39. if player has permission "tag.srdev":
  40. set player's tag to "&8[&bSrDev&8] &b"
  41. stop
  42. if player has permission "tag.youtuber":
  43. set player's tag to "&5"
  44. stop
  45. if player has permission "tag.premium":
  46. set player's tag to "&6"
  47. stop
  48. if player has permission "tag.spieler":
  49. set player's tag to "&a"
  50. stop
  51.  
  52. on first join:
  53. set {rank} to "none"
  54.  
  55. command /rank [<text>] [<offline player>] [<text>]:
  56. permission: rank.use
  57. permission message: &cNo permission!
  58. trigger:
  59. if arg 1 is not set:
  60. send "&e/rank &7set &b(player) &3(rank)"
  61. send "&e/rank &7reset"
  62. send "&e/rank &7list"
  63. send "&e&m---&7&m---&b&m---&7&m---&e&m---"
  64. if arg 1 is "list":
  65. send "&eRank &7>> &a&lPRO"
  66. send "&eRank &7>> &c&lWARRIER"
  67. send "&eRank &7>> &6&lSKILLED"
  68. if arg 1 is "set":
  69. if arg 2 is not set:
  70. send "&7/rank &eset &b(player) &3(rank)"
  71. if arg 2 is set:
  72. if arg 3 is "pro":
  73. set {rank} to "pro"
  74. broadcast "&eRank &7>> &b%player% has just purchased &a&lPRO &bfor &a&l$3&b!"
  75. if arg 3 is "warrier":
  76. set {rank} to "warrier"
  77. broadcast "&eRank &7>> &b%player% has just purchased &c&lWARRIER &bfor &c&l$5&b!"
  78. if arg 3 is "skilled":
  79. set {rank} to "skilled"
  80. broadcast "&eRank &7>> &b%player% has just purchased &6&lSKILLED &bfor &6&l$10&b!"
  81. if arg 1 is "reset":
  82. set {rank} to "none"
  83. broadcast "&eRank &7>> &b%player% has just reseted! &b(Rank: %{rank}%&b)"
  84.  
  85. on chat:
  86. if {rank} is "none":
  87. cancel event
  88. broadcast "&e%player% &7>> &b%message%"
  89. if {rank} is "pro":
  90. cancel event
  91. broadcast "&a&lPRO &e%player% &7>> &b%message%"
  92. if {rank} is "warrier":
  93. cancel event
  94. broadcast "&c&lWARRIER &e%player% &7>> &b%message%"
  95. if {rank} is "skilled":
  96. cancel event
  97. broadcast "&6&lSKILLED &e%player% &7>> &b%message%"
  98.  
  99. #######################
  100. # Event Plugin #
  101. # by #
  102. # SplashRealYT #
  103. # Bei Problemen adde #
  104. # mein Skype Account #
  105. # Skype: #
  106. # official.splashreal #
  107. #######################
  108.  
  109. #ACHTUNG: Bitte editiere nur etwas wenn du wirklich weißt wie man mit Skripts umgeht!
  110. #ACHTUNG: Um etwas an den Tags zu ändern verändere bitte nur etwas an dem Text der in den Semicolons steht.
  111.  
  112. on join:
  113. if player has permission "tag.owner":
  114. set player's tag to "&8[&4Owner&8] &4"
  115. stop
  116. if player has permission "tag.admin":
  117. set player's tag to "&8[&4Admin&8] &4"
  118. stop
  119. if player has permission "tag.srmod":
  120. set player's tag to "&8[&cSrMod&8] &c"
  121. stop
  122. if player has permission "tag.mod":
  123. set player's tag to "&8[&cMod&8] &c"
  124. stop
  125. if player has permission "tag.sup":
  126. set player's tag to "&8[&9Sup&8] &9"
  127. stop
  128. if player has permission "tag.srbuilder":
  129. set player's tag to "&8[&eSrBuild&8] &e"
  130. stop
  131. if player has permission "tag.builder":
  132. set player's tag to "&8[&eBuild&8] &e"
  133. stop
  134. if player has permission "tag.dev":
  135. set player's tag to "&8[&bDev&8] &b"
  136. stop
  137. if player has permission "tag.srdev":
  138. set player's tag to "&8[&bSrDev&8] &b"
  139. stop
  140. if player has permission "tag.youtuber":
  141. set player's tag to "&5"
  142. stop
  143. if player has permission "tag.premium":
  144. set player's tag to "&6"
  145. stop
  146. if player has permission "tag.spieler":
  147. set player's tag to "&a"
  148. stop
  149.  
  150. on first join:
  151. loop all players:
  152. add 1 to {playtime::minutes::%loop-player%}
  153.  
  154. on join:
  155. wait 3 ticks
  156. while player is online:
  157. player is online
  158. wipe player's sidebar
  159. set name of sidebar of player to "&7%player%"
  160. set score "&a%player's world%" in sidebar of player to 12
  161. set score "&f" in sidebar of player to 11
  162. set score "&6Coins" in sidebar of player to 10
  163. set score "&f%balance of player%" in sidebar of player to 9
  164. set score "&5" in sidebar of player to 8
  165. set score "&6Spielzeit (h)" in sidebar of player to 7
  166. set score "&f%{playtime::minutes::%player%}%" in sidebar of player to 6
  167. set score "&a" in sidebar of player to 5
  168. set score "&6TeamSpeak" in sidebar of player to 4
  169. set score "ts.DEINTS.de" in sidebar of player to 3
  170. set score "&9" in sidebar of player to 2
  171. set score "&6Forum" in sidebar of player to 1
  172. set score "www.DEINFORUM.de" in sidebar of player to 0
  173. wait a second
  174.  
  175. every 60 Minute:
  176. loop all players:
  177. add 1 to {playtime::minutes::%loop-player%}
  178.  
  179. on join:
  180. wait 3 ticks
  181. while player is online:
  182. player is online
  183. wipe player's sidebar
  184. set name of sidebar of player to "&7%player%"
  185. set score "&a%player's world%" in sidebar of player to 12
  186. set score "&f" in sidebar of player to 11
  187. set score "&6Coins" in sidebar of player to 10
  188. set score "&f%balance of player%" in sidebar of player to 9
  189. set score "&5" in sidebar of player to 8
  190. set score "&6Spielzeit (h)" in sidebar of player to 7
  191. set score "&f%{playtime::minutes::%player%}%" in sidebar of player to 6
  192. set score "&a" in sidebar of player to 5
  193. set score "&6TeamSpeak" in sidebar of player to 4
  194. set score "ts.DEINTS.de" in sidebar of player to 3
  195. set score "&9" in sidebar of player to 2
  196. set score "&6Forum" in sidebar of player to 1
  197. set score "playerrealms.com" in sidebar of player to 0
  198. wait a second
  199.  
  200. #Made By KillauraHacks
  201. #DO NOT EDIT THIS FILE WITHOUT PERMISSION!
  202. #DO NOT CLAIM THIS FILE AS YOUR OWN!
  203. #DO NOT SCRAP CODE FROM THIS FILE TO USE IN YOUR OWN SKRIPTS!
  204.  
  205. #===========< Config >===========#
  206.  
  207. options:
  208. prefix: &aTablist Tags &8» &7
  209. TagSetOwnMessage: &cYour &7tab name has been set to &c
  210. TagSetOtherMessage: &7tab name has been set to &c
  211. TagResetMessage: &7tab name has been reset.
  212.  
  213. #===========< Commands >===========#
  214.  
  215. command /TagSetOwn [<text>]:
  216. trigger:
  217. if player does not have permission "TablistTags.SetOwn":
  218. message "{@prefix} &cYou do not have permission to use this command!"
  219. if player has permission "TablistTags.SetOwn":
  220. if arg 1 is not set:
  221. message "{@prefix} &7/TagSetOwn &cNickname"
  222. if arg 1 is set:
  223. set the player's display name to "%colored arg 1%"
  224. set tablist name of player to "%colored arg 1%"
  225. message "{@prefix} {@TagSetOwnMessage}%colored arg 1%"
  226. set {tag.%player%} to arg 1
  227. if {tag.%player%.reset} is true:
  228. set {tag.%player%.reset} to false
  229. #DO NOT TOUCH OR USE THIS, THIS IS TO RELOG WITH TAG
  230. command /TagSetOwnSilent [<text>]:
  231. trigger:
  232. if player does not have permission "TablistTags.SetOwn":
  233. message "{@prefix} &cYou do not have permission to use this command!"
  234. if player has permission "TablistTags.SetOwn":
  235. if arg 1 is not set:
  236. message "{@prefix} &7/TagSetOwn &cNickname"
  237. if arg 1 is set:
  238. set the player's display name to "%colored arg 1%"
  239. set tablist name of player to "%colored arg 1%"
  240. #DO NOT TOUCH OR USE THIS, THIS IS TO RELOG WITH TAG
  241. command /TagSetOther [<player>] [<text>]:
  242. trigger:
  243. if player does not have permission "TablistTags.SetOther":
  244. message "{@prefix} &cYou do not have permission to use this command!"
  245. if player has permission "TablistTags.SetOther":
  246. if arg 1 is not set:
  247. message "{@prefix} /TagSetOther &cPlayer &cNickname"
  248. if arg 1 is set:
  249. set arg 1's display name to "%colored arg 2%"
  250. set tablist name of arg 1 to "%colored arg 2%"
  251. message "{@prefix} &c%arg 1% {@TagSetOtherMessage}%colored arg 2%"
  252. command /TagReset [<player>]:
  253. trigger:
  254. if player does not have permission "TablistTags.ResetOther":
  255. message "{@prefix} &cYou do not have permission to use this command!"
  256. if player has permission "TablistTags.ResetOther":
  257. if arg 1 is not set:
  258. message "{@prefix} &7/TagReset &cPlayer"
  259. if arg 1 is set:
  260. set arg 1's display name to "%arg 1%"
  261. set tablist name of arg 1 to "%arg 1%"
  262. message "{@prefix} &c%arg 1%'s {@TagResetMessage}"
  263. if {tag.%player%} is set:
  264. if {tag.%player%.reset} is not set:
  265. set {tag.%player%.reset} to true
  266. if {tag.%player%.reset} is set:
  267. set {tag.%player%.reset} to true
  268. command /TablistTags [<text>]:
  269. trigger:
  270. if player does not have permission "TablistTags.help":
  271. message "{@prefix} &cYou do not have permission to use this command!"
  272. if player has permission "TablistTags.help":
  273. if arg 1 is not set:
  274. message "&9&m==============================================="
  275. message "&a Plugin - &a&lTablist Tags"
  276. message "&a "
  277. message "&7 /TagSetOwn &b- &7Set your tag "
  278. message "&7 /TagSetOther &b- &7Set someone else's tag "
  279. message "&7 /TagReset &b- &7Reset Someone's Tag "
  280. message "&a "
  281. message "&7 Info - &a&lTablist Tags &7created by &3&lKillaura_Hacks"
  282. message "&9&m==============================================="
  283. if arg 1 is "help":
  284. message "&9&m==============================================="
  285. message "&a Plugin - &a&lTablist Tags"
  286. message "&a "
  287. message "&7 /TagSetOwn &b- &7Set your tag "
  288. message "&7 /TagSetOther &b- &7Set someone else's tag "
  289. message "&7 /TagReset &b- &7Reset Someone's Tag "
  290. message "&a "
  291. message "&7 Info - &a&lTablist Tags &7created by &3&lKillaura_Hacks"
  292. message "&9&m==============================================="
  293. if arg 1 is "?":
  294. message "&9&m==============================================="
  295. message "&a Plugin - &a&lTablist Tags"
  296. message "&a "
  297. message "&7 /TagSetOwn &b- &7Set your tag "
  298. message "&7 /TagSetOther &b- &7Set someone else's tag "
  299. message "&7 /TagReset &b- &7Reset Someone's Tag "
  300. message "&a "
  301. message "&7 Info - &a&lTablist Tags &7created by &3&lKillaura_Hacks"
  302. message "&9&m==============================================="
  303. command /TTGUI:
  304. trigger:
  305. if player does not have permission "TablistTags.help":
  306. message "{@prefix} &cYou do not have permission to use this command!"
  307. if player has permission "TablistTags.help":
  308. open chest with 1 row named "&8&l&nTablist Gui" to player
  309. wait 6 tick
  310. format slot 0 of player with nether star named "&cTagSetOwn" with lore "" to close then run [make player execute command "TagSetOwn"]
  311. format slot 4 of player with nether star named "&cTagSetOther" with lore "" to close then run [make player execute command "TagSetOther"]
  312. format slot 8 of player with nether star named "&cTagReset" with lore "" to close then run [make player execute command "TagReset"]
  313. on join:
  314. if {tag.%player%} is set:
  315. if {tag.%player%.reset} is true:
  316. stop
  317. if {tag.%player%.reset} is false:
  318. make player execute command "TagSetOwnSilent %{tag.%player%}%"
  319. wait 2 seconds
  320. message "{@prefix} &7Just a reminder... you still have the name &c%{tag.%player%}% &7in tab!"
  321.  
  322.  
  323. script options:
  324. $ use permissions
  325. on chat:
  326. cancel event
  327. player has permission "hypixel.none":
  328. send "&7%player%: &f%message%"
  329. else if player has permission "hypixel.vip":
  330. send "&a[VIP] %player%: &f%message%"
  331. else if player has permission "hypixel.vip+":
  332. send "&a[VIP&6+] %player%: &f%message%"
  333. else if player has permission "hypixel.mvp":
  334. send "&b[MVP] %player%: &f%message%"
  335. else if player has permission "hypixel.mvp+":
  336. send "&b[MVP&c+&b] %player%: &f%message%"
  337. else if player has permission "hypixel.helper":
  338. send "&9[HELPER] %player%: &f%message%"
  339. else if player has permission "hypixel.mod":
  340. send "&2[MOD] %player%: &f%message%"
  341. else if player has permission "hypixel.admin":
  342. send "&c[ADMIN] %player%: &f%message%"
  343. else if player has permission "hypixel.owner":
  344. send "&c[OWNER] %player%: &f%message%"
  345. else if player has permission "hypixel.yt":
  346. send "&6[YT] %player%: &f%message%"
  347. command /party [<string>] [<player>]:
  348. aliases: /p
  349. trigger:
  350. if argument 1 is not set:
  351. send "&aParty Commands:"
  352. send "&a/party help &b- Prints this help message"
  353. send "&a/party invite : &eJoin/Create/Invite Player"
  354. send "&f/party leave: &eLeave your current party"
  355. send "&f/party kick <Player>: &eKick player from your Party"
  356. send "&f/party info: &eDisplays info on the current Party."
  357. else:
  358. if argument 1 is "kick":
  359. if {party.%player%} is not set:
  360. message "&9Party> &7You don't have a party"
  361. else:
  362. if {party.%player%} is not player:
  363. message "&9Party> &7You have to be a party leader to do this"
  364. stop
  365. if player arg is not set:
  366. message "&9Party> &7Player needed. /party kick <player>"
  367. else:
  368. if {party.%player%::*} doesn't contain player arg:
  369. message "&9Party> &7The player needs to be in your party"
  370. stop
  371. message "&9Party> &7You kicked %player arg% from the party"
  372. message "&9Party> &7You've been kicked by %player% from his party" to player arg
  373. loop {party.%player%::*}:
  374. if loop-value = player arg:
  375. delete {party.%player%::%loop-index%}
  376. delete {party.%player arg%}
  377. delete {party.%player arg%.chat}
  378. else if arg 1 is "leave":
  379. if {party.%player%} is not set:
  380. message "&9Party> &7You don't have a party"
  381. else:
  382. if {party.%player%} is player:
  383. message "&9Party> &7You can't leave if you are the leader. Do /party disband"
  384. stop
  385. message "&9Party> &7You left your party"
  386. message "&9Party> &7%player% left your party" to {party.%player%}
  387. set {party.%player%.chat} to false
  388. loop {party.%{party.%player%}%::*}:
  389. if loop-value = player:
  390. delete {party.%{party.%player%}%::%loop-index%}
  391. delete {party.%player%}
  392. delete {party.%player%.chat}
  393. else if arg 1 is "disband":
  394. if {party.%player%} is not set:
  395. message "&9Party> &cYou don't have a party"
  396. else:
  397. if {party.%player%} is not player:
  398. message "&9Party> &7You have to be a party leader to do this"
  399. stop
  400. message "&9Party> &7You disband your party"
  401. loop {party.%player%::*}:
  402. loop-value is not player:
  403. message "&9Party> &7Your party has been disbanded" to loop-value
  404. delete {party.%loop-value%.chat}
  405. delete {party.%loop-value%}
  406. delete {party.%player%}
  407. delete {party.%player%.chat}
  408. delete {party.%player%::*}
  409. else if arg 1 is "info":
  410. if {party.%player%} is not set:
  411. message "&9Party> &7You don't have a party"
  412. else:
  413. message "&9Party> &7Party Details:"
  414. message "Party Leader: &7%{party.%player%}%"
  415. set {_partyMember} to ""
  416. loop {party.%{party.%player%}%::*}:
  417. set {_partyMember} to "%{_partyMember}% %loop-value%"
  418. message "Your Party: &7%{_partyMember}%"
  419. else:
  420. set {_mineplex.last.party} to "%arg-1%" parsed as player
  421. if {_mineplex.last.party} is online:
  422. if {party.%player%} is set:
  423. add {_mineplex.last.party} to {party.%player%::*}
  424. set {party.%player%.chat} to true
  425. set {party.%arg-1%.chat} to true
  426. set {party.%{_mineplex.last.party}%} to player
  427. message "&9Party> &7You invited %{_mineplex.last.party}% to the party."
  428. else:
  429. set {party.%player%} to player
  430. message "&9Party> &7Created a party."
  431. add player to {party.%player%::*}
  432. make player execute command "/party %arg-1%"
  433.  
  434. on join:
  435. if {chat.prefix.%player%} is not set:
  436. set {chat.prefix.%player%} to ""
  437. on join:
  438. player has permission "hypixel.mvp+":
  439. set join message to ""
  440. broadcast "&b[MVP&c+&b] %player% &6has joined the lobby!"
  441. else:
  442. set join message to ""
  443. on join:
  444. player has permission "hypixel.fly":
  445. execute player command "/fly"
  446.  
  447. on first join:
  448. set {hypixel.level.%arg-1%} to 1
  449. execute console command "/networklevel %player% 1"
  450. execute console command "/xp 1L %player%"
  451. set {hypixel.rank.%player%} to "&7Default"
  452. execute console command "/setrank %player% Default"
  453. execute console command "/mysteryboxes give %player% 100 5"
  454. on first join:
  455. wait 2 seconds
  456. execute console command "/dust %player% 5000"
  457.  
  458. On drop:
  459. cancel event
  460. on join:
  461. set slot 0 of player's inventory to compass named "&aGame Menu &7(Right Click)" with lore "&7Right Click to bring up the Game Menu!"
  462. set slot 1 of player's inventory to head named "&aMy Profile &7(Right Click)" with lore "&7Right Click to browse quests,%newline%view achievements, Network Boosters and more!"
  463. set slot 8 of player's inventory to nether star named "&aLobby Selector &7(Right Click)" with lore "&7Right-Click to switch between different lobbies!%newline%&7Use this to stay with your friends." to run "/lobbies"
  464. on first join:
  465. send "&a&kG&r&a>> Achievement unlocked: &6Achievement Get! Hypixel Server! &a<<&kG"
  466. execute console command "/ap %player% 5"
  467.  
  468. command /lobbies:
  469. trigger:
  470. open chest with 4 rows named "Main Lobby Selector" to player
  471. format slot 1 of player with red stained hardened clay named "&cMain Lobby #1" with lore "Players: %number of all players%/120%newline%%newline%&cAlready connected!" to close
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. command /networklevel [<string>] [<integer>]:
  479. permission: hypixel.admin
  480. permission message: &cYou don't have permission.
  481. trigger:
  482. if arg 1 is set:
  483. if arg 2 is set:
  484. player has permission "hypixel.admin":
  485. if arg 2 is less than 5:
  486. set {_temp} to "%arg-2%"
  487. set {hypixel.level.%arg-1%} to "%{_temp}%"
  488. execute console command "/xp -9999L %player%"
  489. execute console command "/xp %{_temp}%L %player%"
  490. send "&a----------------------------------"
  491. send " &a&kG &r &6LEVEL UP! &a&kG"
  492. send ""
  493. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  494. send ""
  495. send " &eClaim your reward in the lobby!"
  496. send "&a----------------------------------"
  497. else if arg 2 is 5:
  498. set {_temp} to "%arg-2%"
  499. set {hypixel.level.%arg-1%} to "%{_temp}%"
  500. execute console command "/xp -9999L %player%"
  501. execute console command "/xp %{_temp}%L %player%"
  502. send "&a----------------------------------"
  503. send " &a&kG &r &6LEVEL UP! &a&kG"
  504. send ""
  505. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  506. send ""
  507. send " &61.5x &7Coin Multiplier &aUnlocked&7!"
  508. send ""
  509. send " &eClaim your reward in the lobby!"
  510. send "&a----------------------------------"
  511. else if arg 2 is less than 10:
  512. set {_temp} to "%arg-2%"
  513. set {hypixel.level.%arg-1%} to "%{_temp}%"
  514. execute console command "/xp -9999L %player%"
  515. execute console command "/xp %{_temp}%L %player%"
  516. send "&a----------------------------------"
  517. send " &a&kG &r &6LEVEL UP! &a&kG"
  518. send ""
  519. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  520. send ""
  521. send " &eClaim your reward in the lobby!"
  522. send "&a----------------------------------"
  523. else if arg 2 is 10:
  524. set {_temp} to "%arg-2%"
  525. set {hypixel.level.%arg-1%} to "%{_temp}%"
  526. execute console command "/xp -9999L %player%"
  527. execute console command "/xp %{_temp}%L %player%"
  528. send "&a----------------------------------"
  529. send " &a&kG &r &6LEVEL UP! &a&kG"
  530. send ""
  531. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  532. send ""
  533. send " &62.0x &7Coin Multiplier &aUnlocked&7!"
  534. send ""
  535. send " &eClaim your reward in the lobby!"
  536. send "&a----------------------------------"
  537. else if arg 2 is less than 15:
  538. set {_temp} to "%arg-2%"
  539. set {hypixel.level.%arg-1%} to "%{_temp}%"
  540. execute console command "/xp -9999L %player%"
  541. execute console command "/xp %{_temp}%L %player%"
  542. send "&a----------------------------------"
  543. send " &a&kG &r &6LEVEL UP! &a&kG"
  544. send ""
  545. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  546. send ""
  547. send " &eClaim your reward in the lobby!"
  548. send "&a----------------------------------"
  549. else if arg 2 is 15:
  550. set {_temp} to "%arg-2%"
  551. set {hypixel.level.%arg-1%} to "%{_temp}%"
  552. execute console command "/xp -9999L %player%"
  553. execute console command "/xp %{_temp}%L %player%"
  554. send "&a----------------------------------"
  555. send " &a&kG &r &6LEVEL UP! &a&kG"
  556. send ""
  557. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  558. send ""
  559. send " &62.5x &7Coin Multiplier &aUnlocked&7!"
  560. send ""
  561. send " &eClaim your reward in the lobby!"
  562. send "&a----------------------------------"
  563. else if arg 2 is less than 20:
  564. set {_temp} to "%arg-2%"
  565. set {hypixel.level.%arg-1%} to "%{_temp}%"
  566. execute console command "/xp -9999L %player%"
  567. execute console command "/xp %{_temp}%L %player%"
  568. send "&a----------------------------------"
  569. send " &a&kG &r &6LEVEL UP! &a&kG"
  570. send ""
  571. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  572. send ""
  573. send " &eClaim your reward in the lobby!"
  574. send "&a----------------------------------"
  575. else if arg 2 is 20:
  576. set {_temp} to "%arg-2%"
  577. set {hypixel.level.%arg-1%} to "%{_temp}%"
  578. execute console command "/xp -9999L %player%"
  579. execute console command "/xp %{_temp}%L %player%"
  580. send "&a----------------------------------"
  581. send " &a&kG &r &6LEVEL UP! &a&kG"
  582. send ""
  583. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  584. send ""
  585. send " &63.0x &7Coin Multiplier &aUnlocked&7!"
  586. send ""
  587. send " &eClaim your reward in the lobby!"
  588. send "&a----------------------------------"
  589. else if arg 2 is less than 25:
  590. set {_temp} to "%arg-2%"
  591. set {hypixel.level.%arg-1%} to "%{_temp}%"
  592. execute console command "/xp -9999L %player%"
  593. execute console command "/xp %{_temp}%L %player%"
  594. send "&a----------------------------------"
  595. send " &a&kG &r &6LEVEL UP! &a&kG"
  596. send ""
  597. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  598. send ""
  599. send " &eClaim your reward in the lobby!"
  600. send "&a----------------------------------"
  601. else if arg 2 is 25:
  602. set {_temp} to "%arg-2%"
  603. set {hypixel.level.%arg-1%} to "%{_temp}%"
  604. execute console command "/xp -9999L %player%"
  605. execute console command "/xp %{_temp}%L %player%"
  606. send "&a----------------------------------"
  607. send " &a&kG &r &6LEVEL UP! &a&kG"
  608. send ""
  609. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  610. send ""
  611. send " &63.5x &7Coin Multiplier &aUnlocked&7!"
  612. send ""
  613. send " &eClaim your reward in the lobby!"
  614. send "&a----------------------------------"
  615. else if arg 2 is less than 30:
  616. set {_temp} to "%arg-2%"
  617. set {hypixel.level.%arg-1%} to "%{_temp}%"
  618. execute console command "/xp -9999L %player%"
  619. execute console command "/xp %{_temp}%L %player%"
  620. send "&a----------------------------------"
  621. send " &a&kG &r &6LEVEL UP! &a&kG"
  622. send ""
  623. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  624. send ""
  625. send " &eClaim your reward in the lobby!"
  626. send "&a----------------------------------"
  627. else if arg 2 is 30:
  628. set {_temp} to "%arg-2%"
  629. set {hypixel.level.%arg-1%} to "%{_temp}%"
  630. execute console command "/xp -9999L %player%"
  631. execute console command "/xp %{_temp}%L %player%"
  632. send "&a----------------------------------"
  633. send " &a&kG &r &6LEVEL UP! &a&kG"
  634. send ""
  635. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  636. send ""
  637. send " &64.0x &7Coin Multiplier &aUnlocked&7!"
  638. send ""
  639. send " &eClaim your reward in the lobby!"
  640. send "&a----------------------------------"
  641. else if arg 2 is less than 40:
  642. set {_temp} to "%arg-2%"
  643. set {hypixel.level.%arg-1%} to "%{_temp}%"
  644. execute console command "/xp -9999L %player%"
  645. execute console command "/xp %{_temp}%L %player%"
  646. send "&a----------------------------------"
  647. send " &a&kG &r &6LEVEL UP! &a&kG"
  648. send ""
  649. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  650. send ""
  651. send " &eClaim your reward in the lobby!"
  652. send "&a----------------------------------"
  653. else if arg 2 is 40:
  654. set {_temp} to "%arg-2%"
  655. set {hypixel.level.%arg-1%} to "%{_temp}%"
  656. execute console command "/xp -9999L %player%"
  657. execute console command "/xp %{_temp}%L %player%"
  658. send "&a----------------------------------"
  659. send " &a&kG &r &6LEVEL UP! &a&kG"
  660. send ""
  661. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  662. send ""
  663. send " &64.5x &7Coin Multiplier &aUnlocked&7!"
  664. send ""
  665. send " &eClaim your reward in the lobby!"
  666. send "&a----------------------------------"
  667. else if arg 2 is less than 50:
  668. set {_temp} to "%arg-2%"
  669. set {hypixel.level.%arg-1%} to "%{_temp}%"
  670. execute console command "/xp -9999L %player%"
  671. execute console command "/xp %{_temp}%L %player%"
  672. send "&a----------------------------------"
  673. send " &a&kG &r &6LEVEL UP! &a&kG"
  674. send ""
  675. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  676. send ""
  677. send " &eClaim your reward in the lobby!"
  678. send "&a----------------------------------"
  679. else if arg 2 is 50:
  680. set {_temp} to "%arg-2%"
  681. set {hypixel.level.%arg-1%} to "%{_temp}%"
  682. execute console command "/xp -9999L %player%"
  683. execute console command "/xp %{_temp}%L %player%"
  684. send "&a----------------------------------"
  685. send " &a&kG &r &6LEVEL UP! &a&kG"
  686. send ""
  687. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  688. send ""
  689. send " &65.0x &7Coin Multiplier &aUnlocked&7!"
  690. send ""
  691. send " &eClaim your reward in the lobby!"
  692. send "&a----------------------------------"
  693. else if arg 2 is less than 100:
  694. set {_temp} to "%arg-2%"
  695. set {hypixel.level.%arg-1%} to "%{_temp}%"
  696. execute console command "/xp -9999L %player%"
  697. execute console command "/xp %{_temp}%L %player%"
  698. send "&a----------------------------------"
  699. send " &a&kG &r &6LEVEL UP! &a&kG"
  700. send ""
  701. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  702. send ""
  703. send " &eClaim your reward in the lobby!"
  704. send "&a----------------------------------"
  705. else if arg 2 is 75:
  706. set {_temp} to "%arg-2%"
  707. set {hypixel.level.%arg-1%} to "%{_temp}%"
  708. execute console command "/xp -9999L %player%"
  709. execute console command "/xp %{_temp}%L %player%"
  710. send "&a----------------------------------"
  711. send " &a&kG &r &6LEVEL UP! &a&kG"
  712. send ""
  713. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  714. send ""
  715. send " &66.0x &7Coin Multiplier &aUnlocked&7!"
  716. send ""
  717. send " &eClaim your reward in the lobby!"
  718. send "&a----------------------------------"
  719. else if arg 2 is less than 125:
  720. set {_temp} to "%arg-2%"
  721. set {hypixel.level.%arg-1%} to "%{_temp}%"
  722. execute console command "/xp -9999L %player%"
  723. execute console command "/xp %{_temp}%L %player%"
  724. send "&a----------------------------------"
  725. send " &a&kG &r &6LEVEL UP! &a&kG"
  726. send ""
  727. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  728. send ""
  729. send " &eClaim your reward in the lobby!"
  730. send "&a----------------------------------"
  731. else if arg 2 is 125:
  732. set {_temp} to "%arg-2%"
  733. set {hypixel.level.%arg-1%} to "%{_temp}%"
  734. execute console command "/xp -9999L %player%"
  735. execute console command "/xp %{_temp}%L %player%"
  736. send "&a----------------------------------"
  737. send " &a&kG &r &6LEVEL UP! &a&kG"
  738. send ""
  739. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  740. send ""
  741. send " &66.5x &7Coin Multiplier &aUnlocked&7!"
  742. send ""
  743. send " &eClaim your reward in the lobby!"
  744. send "&a----------------------------------"
  745. else if arg 2 is less than 150:
  746. set {_temp} to "%arg-2%"
  747. set {hypixel.level.%arg-1%} to "%{_temp}%"
  748. execute console command "/xp -9999L %player%"
  749. execute console command "/xp %{_temp}%L %player%"
  750. send "&a----------------------------------"
  751. send " &a&kG &r &6LEVEL UP! &a&kG"
  752. send ""
  753. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  754. send ""
  755. send " &eClaim your reward in the lobby!"
  756. send "&a----------------------------------"
  757. else if arg 2 is 150:
  758. set {_temp} to "%arg-2%"
  759. set {hypixel.level.%arg-1%} to "%{_temp}%"
  760. execute console command "/xp -9999L %player%"
  761. execute console command "/xp %{_temp}%L %player%"
  762. send "&a----------------------------------"
  763. send " &a&kG &r &6LEVEL UP! &a&kG"
  764. send ""
  765. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  766. send ""
  767. send " &67.0x &7Coin Multiplier &aUnlocked&7!"
  768. send ""
  769. send " &eClaim your reward in the lobby!"
  770. send "&a----------------------------------"
  771. else if arg 2 is less than 200:
  772. set {_temp} to "%arg-2%"
  773. set {hypixel.level.%arg-1%} to "%{_temp}%"
  774. execute console command "/xp -9999L %player%"
  775. execute console command "/xp %{_temp}%L %player%"
  776. send "&a----------------------------------"
  777. send " &a&kG &r &6LEVEL UP! &a&kG"
  778. send ""
  779. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  780. send ""
  781. send " &eClaim your reward in the lobby!"
  782. send "&a----------------------------------"
  783. else if arg 2 is 200:
  784. set {_temp} to "%arg-2%"
  785. set {hypixel.level.%arg-1%} to "%{_temp}%"
  786. execute console command "/xp -9999L %player%"
  787. execute console command "/xp %{_temp}%L %player%"
  788. send "&a----------------------------------"
  789. send " &a&kG &r &6LEVEL UP! &a&kG"
  790. send ""
  791. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  792. send ""
  793. send " &67.5x &7Coin Multiplier &aUnlocked&7!"
  794. send ""
  795. send " &eClaim your reward in the lobby!"
  796. send "&a----------------------------------"
  797. else if arg 2 is less than 250:
  798. set {_temp} to "%arg-2%"
  799. set {hypixel.level.%arg-1%} to "%{_temp}%"
  800. execute console command "/xp -9999L %player%"
  801. execute console command "/xp %{_temp}%L %player%"
  802. send "&a----------------------------------"
  803. send " &a&kG &r &6LEVEL UP! &a&kG"
  804. send ""
  805. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  806. send ""
  807. send " &eClaim your reward in the lobby!"
  808. send "&a----------------------------------"
  809. else if arg 2 is 250:
  810. set {_temp} to "%arg-2%"
  811. set {hypixel.level.%arg-1%} to "%{_temp}%"
  812. execute console command "/xp -9999L %player%"
  813. execute console command "/xp %{_temp}%L %player%"
  814. send "&a----------------------------------"
  815. send " &a&kG &r &6LEVEL UP! &a&kG"
  816. send ""
  817. send " &7You are now &3Hypixel Level &a%{_temp}%&7!"
  818. send ""
  819. send " &68.0x &7Coin Multiplier &aUnlocked&7!"
  820. send ""
  821. send " &eClaim your reward in the lobby!"
  822. send "&a----------------------------------"
  823. else:
  824. send "&cError, there was problem parsing your request"
  825. else:
  826. send "&c/networklevel <player> <level>"
  827. else:
  828. send "&c/networklevel <player> <level>"
  829. else:
  830. send "&c/networklevel <player> <level>"
  831.  
  832. command /ban [<Offlineplayer>] [<Text>]:
  833. trigger:
  834. player has permission "hypixel.mod":
  835. if arg 1 is set:
  836. if arg 2 is set:
  837. set {banned.%arg 1%} to true
  838. set {ban.time.%arg 1%} to now
  839. set {ban.reason.%arg 1%} to argument-2
  840. set {ban.expire.%arg 1%} to "Never"
  841. set {ban.bannedby.%arg 1%} to player
  842. set {BanIP.%arg 1%} to "False"
  843. kick arg 1 due to "&cYou are permanently banned from this server!%newline%%newline%&7Reason: &f%arg 2% &7(MEME-1337)%newline%&7Find out more: &b&nhttps://hypixel.net/blacklisted &r%newline%%newline%&7Ban ID: &fMEME-1337"
  844. ban arg 1 due to "&cYou are permanently banned from this server!%newline%%newline%&7Reason: &f%arg 2% &7(MEME-1337)%newline%&7Find out more: &b&nhttps://hypixel.net/blacklisted &r%newline%%newline%&7Ban ID: &fMEME-1337"
  845. loop all players:
  846. loop-player has permission "hypixel.trainee"
  847. send "" to loop-player
  848. else:
  849. send "&cUsage: &c/Ban <Player> <Reason>"
  850. else:
  851. send "&cUsage: &c/Ban <Player> <Reason>"
  852. else:
  853. send "&cNo permission"
  854.  
  855. every 2 seconds:
  856. loop all players:
  857. wipe loop-player's sidebar
  858. set name of sidebar of loop-player to "&e&lHYPIXEL"
  859. set score "&7" in sidebar of loop-player to 13
  860. set score "Rank: %{hypixel.rank.%loop-player%}%" in sidebar of loop-player to 12
  861. set score "Mystery Dust: &a%{hypixel.dust.%loop-player%}%" in sidebar of loop-player to 11
  862. set score "Achievements: &a%{hypixel.achievement.points.%loop-player%}%" in sidebar of loop-player to 10
  863. set score "Level: &a%{hypixel.level.%loop-player%}%" in sidebar of loop-player to 9
  864. set score "&r" in sidebar of loop-player to 8
  865. set score "Rewards Found:" in sidebar of loop-player to 7
  866. set score "&c0/32" in sidebar of loop-player to 6
  867. set score "&f" in sidebar of loop-player to 5
  868. set score "Lobby: &a1" in sidebar of loop-player to 4
  869. set score "Players: &a%number of all players%" in sidebar of loop-player to 3
  870. set score "" in sidebar of loop-player to 2
  871. set score "&ewww.hypixel.net" in sidebar of loop-player to 1
  872.  
  873. command /setrank [<offline player>] [<string>]:
  874. permission: hypixel.admin
  875. permission message: &cYou don't have permission.
  876. trigger:
  877. if argument 1 or argument 2 is not set:
  878. send "&cMissing Arguments!"
  879. if argument 2 is "Default":
  880. if argument 2 is set:
  881. execute console command "/pex user %arg-1% group set NONE"
  882. set {_ranktmp} to "%arg-2%"
  883. set {hypixel.rank.%arg-1%} to "&7%{_ranktmp}%"
  884. send "&7Your rank has been updated to &7Default!" to arg 1
  885. set arg-1 tab name to "&7%arg-1%"
  886. else:
  887. send "&cError, something went wrong."
  888. if argument 2 is "VIP":
  889. if argument 2 is set:
  890. set {_ranktmp} to "%arg-2%"
  891. set {hypixel.rank.%arg-1%} to "&a%{_ranktmp}%"
  892. send "&7Your rank has been updated to &aVIP!" to arg 1
  893. set arg-1 tab name to "&a[VIP] %arg-1%"
  894. execute console command "/pex user %arg-1% group set VIP"
  895. else:
  896. send "&cError, something went wrong."
  897. if argument 2 is "VIP+":
  898. if argument 2 is set:
  899. set {_ranktmp} to "%arg-2%"
  900. set {hypixel.rank.%arg-1%} to "&a%{_ranktmp}%"
  901. send "&7Your rank has been updated to &aVIP&6+&a!" to arg 1
  902. set arg-1 tab name to "&a[VIP&6+&a] %arg-1%"
  903. execute console command "/pex user %arg-1% group set VIP+"
  904. else:
  905. send "&cError, something went wrong."
  906. if argument 2 is "VIP+":
  907. if argument 2 is "MVP":
  908. if argument 2 is set:
  909. set {_ranktmp} to "%arg-2%"
  910. set {hypixel.rank.%arg-1%} to "&b%{_ranktmp}%"
  911. send "&7Your rank has been updated to &bMVP!" to arg 1
  912. set arg-1 tab name to "&b[MVP] %arg-1%"
  913. execute console command "/pex user %arg-1% group set MVP"
  914. else:
  915. send "&cError, something went wrong."
  916. if argument 2 is "MVP":
  917. if argument 2 is "MVP+":
  918. if argument 2 is set:
  919. set {_ranktmp} to "%arg-2%"
  920. set {hypixel.rank.%arg-1%} to "&b%{_ranktmp}%"
  921. send "&7Your rank has been updated to &bMVP&c+&b!" to arg 1
  922. set arg-1 tab name to "&b[MVP&c+&b] %arg-1%"
  923. execute console command "/pex user %arg-1% group set MVP+"
  924. else:
  925. send "&cError, something went wrong."
  926. if argument 2 is "HELPER":
  927. if argument 2 is set:
  928. set {_ranktmp} to "%arg-2%"
  929. set {hypixel.rank.%arg-1%} to "&9%{_ranktmp}%"
  930. send "&7Your rank has been updated to &9HELPER!" to arg 1
  931. set arg-1 tab name to "&9[HELPER] %arg-1%"
  932. execute console command "/pex user %arg-1% group set HELPER"
  933. else:
  934. send "&cError, something went wrong."
  935. if argument 2 is "MOD":
  936. if argument 2 is set:
  937. set {_ranktmp} to "%arg-2%"
  938. set {hypixel.rank.%arg-1%} to "&2%{_ranktmp}%"
  939. send "&7Your rank has been updated to &2MOD!" to arg 1
  940. set arg-1 tab name to "&2[MOD] %arg-1%"
  941. execute console command "/pex user %arg-1% group set MOD"
  942. else:
  943. send "&cError, something went wrong."
  944. if argument 2 is "ADMIN":
  945. if argument 2 is set:
  946. set {_ranktmp} to "%arg-2%"
  947. execute console command "/pex user %arg-1% group set ADMIN"
  948. set {hypixel.rank.%arg-1%} to "&c%{_ranktmp}%"
  949. send "&7Your rank has been updated to &cADMIN!" to arg 1
  950. else:
  951. send "&cError, something went wrong."
  952. if argument 2 is "OWNER":
  953. if argument 2 is set:
  954. set {_ranktmp} to "%arg-2%"
  955. set {hypixel.rank.%arg-1%} to "&c%{_ranktmp}%"
  956. send "&7Your rank has been updated to &cOWNER!" to arg 1
  957. set arg-1 tab name to "&c[OWNER] %arg-1%"
  958. execute console command "/pex user %arg-1% group set OWNER"
  959. else:
  960. send "&cError, something went wrong."
  961. if argument 2 is "YT":
  962. if argument 2 is set:
  963. set {_ranktmp} to "%arg-2%"
  964. set {hypixel.rank.%arg-1%} to "&6%{_ranktmp}%"
  965. send "&7Your rank has been updated to &6YT!" to arg 1
  966. set arg-1 tab name to "&6[YT] %arg-1%"
  967. execute console command "/pex user %arg-1% group set YT"
  968. else:
  969. send "&cError, something went wrong."
  970. else:
  971. send "&cMissing Arguments! (/setrank <player> <rank>)"
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978. command /dust [<offline player>] [<string>] [<string>]:
  979. permission: hypixel.admin
  980. permission message: &cYou don't have permission.
  981. trigger:
  982. if arg 1 is not set:
  983. send "&cMissing Arguments!"
  984. else:
  985. if arg 2 is not set:
  986. send "&cMissing Arguments!"
  987. else:
  988. if arg 1 is not online:
  989. send "&a%arg-1% &cis offline!"
  990. else:
  991. set {_dust} to arg 2 parsed as an integer
  992. if {_dust} is an integer:
  993. add {_dust} to {hypixel.dust.%arg-1%}
  994. send "&7You gave &e%arg-2% Mystery Dust &7to &e%arg-1%&7."
  995. execute console command "/mysterydust add %arg-1% %{_dust}%
  996. else:
  997. send "&cInvalid ammount!"
  998.  
  999. command /ap [<offline player>] [<string>]:
  1000. permission: hypixel.console
  1001. permission message: &fUnknown Command. Type "/help" for help.
  1002. trigger:
  1003. if arg 1 is set:
  1004. if arg 2 is set:
  1005. if arg 2 is 5:
  1006. set {_ap} to "%arg-2%"
  1007. set {hypixel.achievement.points.%arg-1%} to "%{_ap}%"
  1008. send "Done."
  1009. else:
  1010. send "&fUnknown Command. Type "/help" for help."
  1011. Command /fly:
  1012. Description: Toggle flight
  1013. Usage: /fly
  1014. Executable by: players
  1015. Permission: hypixel.fly
  1016. permission message: &cYou don't have permission.
  1017. Trigger:
  1018. If {fly.%player%} is not set:
  1019. Send ""to player
  1020. set player's flight mode to true
  1021. Set {fly.%player%} to true
  1022. Stop
  1023. Send "" to player
  1024. set player's flight mode to false
  1025. Delete {fly.%player%}
  1026. Stop
  1027. options:
  1028. #Teleport players to spawn whenever they join
  1029. TPJoin: true
  1030. #Announce the new players when they join for the first time
  1031. FirstJoin: false
  1032. #Hide join Messages
  1033. JoinMessage: false
  1034. #Hide quit Messages
  1035. QuitMessage: false
  1036.  
  1037. command /setspawn:
  1038. aliases: spawnset, sethub, hubset, setlobby, lobbyset
  1039. permission: spawn.setspawn
  1040. permission message: &cSorry, but you don't have permission to execute this command!
  1041. description: Set spawn at your location.
  1042. trigger:
  1043. message "&6You have &cset spawn&6 at your location!"
  1044. set {spawn} to location of player
  1045.  
  1046. command /spawn [<player>]:
  1047. aliases: hub, lobby
  1048. permission: spawn.spawn
  1049. permission message: &cSorry, but you don't have permission to execute this command!
  1050. description: Teleport you to spawn.
  1051. trigger:
  1052. if {spawn} isn't set:
  1053. message "&4Error:&c spawn is not set!"
  1054. stop
  1055. else:
  1056. argument 1 is not set:
  1057. teleport player to {spawn}
  1058. message "&6Teleporting..."
  1059. else:
  1060. if sender has permission "spawn.spawn.others":
  1061. if argument is online:
  1062. teleport argument to {spawn}
  1063. if sender is a player:
  1064. message "&6You have been teleported to spawn by &c%player%&6." to argument 1
  1065. if sender is not a player:
  1066. message "&6You have been teleported to spawn by &cConsole&6." to argument 1
  1067. teleport player to {spawn}
  1068. else:
  1069. message "&cSorry, but you don't have permission to execute this command!"
  1070.  
  1071. command /delspawn:
  1072. permission: spawn.spawn.delete
  1073. permission message: &cSorry, but you don't have permission to execute this command!
  1074. description: Unset spawn location.
  1075. trigger:
  1076. delete {spawn}
  1077. message "&6You have successfully unset &cspawn6!"
  1078.  
  1079.  
  1080. on first join:
  1081. teleport player to {spawn}
  1082. if {@FirstJoin} is true:
  1083. broadcast ""
  1084. else:
  1085. stop
  1086.  
  1087. on join:
  1088. if {@JoinMessage} is true:
  1089. set join message to ""
  1090. stop
  1091. else:
  1092. stop
  1093. if {spawn} is set:
  1094. if {@TPJoin} is true:
  1095. teleport player to {spawn}
  1096. else:
  1097. stop
  1098. else:
  1099. stop
  1100.  
  1101. on quit:
  1102. if {@QuitMessage} is true:
  1103. set leave message to ""
  1104. stop
  1105. else:
  1106. stop
  1107. on drop:
  1108. cancel event
  1109.  
  1110. command /kick <player> <text>:
  1111. aliases: /bestsky:kick
  1112. permission: bestsky.kick
  1113. permission message: &cDu hast dazu KEINE Rechte!
  1114. trigger:
  1115. kick arg 1 because "&cDu wurdest &nGekickt&c - &4&lGRUND&c&l: %arg 2% &c- &4&lGEKICKT VON&c&l: %player%"
  1116. broadcast " "
  1117. broadcast " "
  1118. broadcast " "
  1119. broadcast " "
  1120. broadcast " "
  1121. broadcast " "
  1122. broadcast " "
  1123. broadcast " "
  1124. broadcast " "
  1125. broadcast " "
  1126. broadcast "&8&l&m>&8&m------------------------&8&l&m<"
  1127. broadcast "&c&lKICK >> %arg 1% &4wurde &ngekickt!"
  1128. broadcast "&c&lKICK >> &4Grund: &c%arg 2%"
  1129. broadcast "&c&lKICK >> &4Von: &c%player%"
  1130. broadcast "&8&l&m>&8&m------------------------&8&l&m<"
  1131. command /day:
  1132. permission: system.day
  1133. trigger:
  1134. message "&8▎ &6YOURPREFIX&7.&6DE &8▏ &7Die Zeit wurde auf &aTAG &7gesetzt."
  1135. execute command "time set day"
  1136. command /night:
  1137. permission: system.night
  1138. trigger:
  1139. message "&8▎ &6YOURPREFIX&7.&6DE &8▏ &7Die Zeit wurde auf &cNACHT &7gesetzt."
  1140. execute command "time set night"
  1141.  
  1142. Command /ban [<offline player>] [<text>]:
  1143. Trigger:
  1144. If arg-1 is not set:
  1145. message "&b&oDu glemte spillerens navn!"
  1146.  
  1147. If arg-2 is not set:
  1148. message "&b&oDu glemte grunden til at banne!"
  1149. message "&b&o/ban [spiller] [grund]"
  1150.  
  1151. If arg-2 is "Macro":
  1152. Execute player command "/eban %arg-1% &4MACRO"
  1153. Broadcast "&o"
  1154. Broadcast "&a&l%command sender% har Permanent banned %arg-1% for &4MACRO"
  1155. Broadcast "&o"
  1156.  
  1157. If arg-2 is "Flyhack":
  1158. Execute player command "/eban %arg-1% &4FLYHACK"
  1159. Broadcast "&o"
  1160. Broadcast "&a&l%command sender% har Permanent banned %arg-1% for &4FLYHACK"
  1161. Broadcast "&o"
  1162.  
  1163. If arg-2 is "Speedhack":
  1164. Execute player command "/eban %arg-1% &4SPEEDHACK"
  1165. Broadcast "&o"
  1166. Broadcast "&a&l%command sender% har Permanent banned %arg-1% for &4SPEEDHACK"
  1167. Broadcast "&o"
  1168.  
  1169. If arg-2 is "X-Ray":
  1170. Execute player command "/eban %arg-1% &4X-RAY"
  1171. Broadcast "&o"
  1172. Broadcast "&a&l%command sender% har Permanent banned %arg-1% for &4X-RAY"
  1173. Broadcast "&o"
  1174.  
  1175. Command /tempban [<offline player>] [<text>]:
  1176. Trigger:
  1177. If arg-1 is not set:
  1178. message "&b&oDu glemte spillerens navn!"
  1179.  
  1180. If arg-2 is not set:
  1181. message "&b&oDu glemte grunden til at tempbanne!"
  1182. message "&b&o/tempbanne [spiller] [grund]"
  1183.  
  1184. If arg-2 is "Spam":
  1185. Execute player command "/etempban %arg-1% 1h &4SPAM"
  1186. Broadcast "&o"
  1187. Broadcast "&a&l%command sender% har Tempbanned %arg-1% i 1t for &4SPAM"
  1188. Broadcast "&o"
  1189.  
  1190. If arg-2 is "Provokerende":
  1191. Execute player command "/etempban %arg-1% 2h &4PROVOKERENDE OPFØRSEL"
  1192. Broadcast "&o"
  1193. Broadcast "&a&l%command sender% har Tempbanned %arg-1% i 2t for &4PROVOKERENDE OPFØRSEL"
  1194. Broadcast "&o"
  1195.  
  1196. If arg-2 is "Plageri":
  1197. Execute player command "/etempban %arg-1% 1h &4PLAGERI"
  1198. Broadcast "&o"
  1199. Broadcast "&a&l%command sender% har Tempbanned %arg-1% i 1t for &4PLAGERI"
  1200. Broadcast "&o"
  1201.  
  1202. If arg-2 is "Anklageri":
  1203. Execute player command "/etempban %arg-1% 1h &4ANKLAGERI"
  1204. Broadcast "&o"
  1205. Broadcast "&a&l%command sender% har Tempbanned %arg-1% i 1t for &4ANKLAGERI"
  1206. Broadcast "&o"
  1207.  
  1208. options:
  1209. #Schwerter
  1210. Schwert1: 50
  1211.  
  1212. #---Navigation---
  1213.  
  1214. on right click on villager:
  1215. cancel event
  1216. wait 1 tick
  1217. execute console command "/Tab1 %player%"
  1218.  
  1219. command /Tab1 <player>:
  1220. permission: sk.admin
  1221. trigger:
  1222. wait 1 tick
  1223. open chest with 2 rows named "&6Shop" to argument 1
  1224. wait 1 tick
  1225. format slot 8 of argument 1 with gold sword named "&6Schwerter" with lore "&7Kategorie" to run "shopschwerter %argument 1%"
  1226.  
  1227. #---Kategorien---
  1228.  
  1229. command /shopschwerter <player>:
  1230. permission: sk.admin
  1231. trigger:
  1232. wait 1 tick
  1233. open chest with 1 row named "&6Schwerter" to argument 1
  1234. wait 1 tick
  1235. format slot 0 of argument 1 with golden sword named "&6Schwert I" with lore "&bPreis: &e{@Schwert1}||&aUnbreaking X" to run "shopschwerter1 %argument 1%"
  1236.  
  1237. #(...)
  1238. #---Items---
  1239.  
  1240. command /shopschwerter1 <player>:
  1241. permission: sk.admin
  1242. trigger:
  1243. wait 1 tick
  1244. if {geldsumme.%argument 1%} is more than {@Schwert1}-1:
  1245. give argument golden sword
  1246. subtract {@Schwert1} from {geldsumme.%argument 1%}
  1247. else:
  1248. message "&4Du hast nicht genügend Geld!" to argument 1
  1249.  
  1250.  
  1251. command /CÄSH:
  1252. trigger:
  1253. add 40 to {geldsumme.%player%}
  1254. #youtube.com/L0v0lup
  1255. #vid.me/L0v0lup
  1256.  
  1257. command /clearchat:
  1258. aliases: /cc
  1259. permission: skript.clearchat
  1260. permisison message: &cSorry, but you can't execute this command!
  1261. trigger:
  1262. loop 300 times:
  1263. broadcast ""
  1264. wait 1 tick
  1265. broadcast "[AI椛君]&b&l%player%さんによってチャットは&c&lclear&b&lされました!!"
  1266. stop
  1267.  
  1268.  
  1269. command /menu:
  1270. #No perms needed
  1271. trigger:
  1272. open chest with 3 rows named "&e&lCustom Menu" to player
  1273. format slot 0 of player with grass named "&b&lSkyblock" to close then run [execute console command "mvtp %player% skyblock"] # Don't have MultiVerse so can't show you guys!
  1274. format slot 13 of player with diamond named "&b&lFREE DIAMONDS" to close then run [execute console command "give %player% diamond"]
  1275. format slot 8 of player with barrier named "&6&lGadgets" to close then run "gadgets" # If just "" does not work use this than: [make player execute "gadgets"]
  1276. format slot 26 of player with paper named "&4&lReload Skript" to close then run "reload" # Again if this doesn't work use: [execute layer command "reload"]
  1277.  
  1278. on rightclick with 399:
  1279. if evnt-world is "Your specific world here!" # If you don't want it to be executed, place a "#" in the front of this line and remove 1 tab of this line below!
  1280. make player execute "menu"
  1281.  
  1282. Options:
  1283. Version: 1.1
  1284.  
  1285.  
  1286. # (! QUICK NOTE AS WELL FOR THE DIFFERENT STAFF PARTS YOU WILL NEED TO REMOVE THE "#" FOR IT TO WORK !)
  1287.  
  1288.  
  1289.  
  1290.  
  1291. #
  1292. # W E L C O M E T O
  1293. #
  1294. # P I C K A X E L E V E L L I N G
  1295. #
  1296. # C R E A T E D B Y : J A C K | I P A R I S
  1297. #
  1298. # (! Below is the configuration settings you may edit them !)
  1299.  
  1300.  
  1301. Options:
  1302. GUIName: Staff
  1303. # The name of the GUI
  1304. MainGlassColour: white glass
  1305. # The main colour of glass
  1306. SecondGlassColour: gray glass
  1307. # The second colour of glass
  1308.  
  1309. # THIS IS THE STAFF BIT
  1310.  
  1311. Owner1: Bulmsy
  1312. Owner2: CHANGE
  1313. Admin1: THESE
  1314. Admin2: BITS
  1315. Mod1: TO
  1316. Mod2: PLAYER
  1317. Dev1: NAMES
  1318. Dev2: FROM
  1319. Helper1: IN
  1320. Helper2: GAME
  1321. # What you need to do is in the space next to the staff you need to add in the player's IN-GAME name for it to show up
  1322.  
  1323.  
  1324.  
  1325. # (! Please don't edit the settings below unless you know what you are doing !)
  1326.  
  1327.  
  1328.  
  1329.  
  1330. on join:
  1331. if player is "{@Owner1}":
  1332. set {Owner1} to "&a&lONLINE"
  1333. if player is "{@Owner2}":
  1334. set {Owner2} to "&a&lONLINE"
  1335. if player is "{@Admin1}":
  1336. set {Admin1} to "&a&lONLINE"
  1337. if player is "{@Admin2}":
  1338. set {Admin2} to "&a&lONLINE"
  1339. if player is "{@Mod1}":
  1340. set {Mod1} to "&a&lONLINE"
  1341. if player is "{@Mod2}":
  1342. set {Mod2} to "&a&lONLINE"
  1343. if player is "{@Dev1}":
  1344. set {Dev1} to "&a&lONLINE"
  1345. if player is "{@Dev2}":
  1346. set {Dev2} to "&a&lONLINE"
  1347. if player is "{@Helper1}":
  1348. set {Helper1} to "&a&lONLINE"
  1349. if player is "{@Helper2}":
  1350. set {Helper2} to "&a&lONLINE"
  1351. on disconnect:
  1352. if player is "{@Owner1}":
  1353. set {Owner1} to "&c&lOFFLINE"
  1354. if player is "{@Owner2}":
  1355. set {Owner2} to "&c&lOFFLINE"
  1356. if player is "{@Admin1}":
  1357. set {Admin1} to "&c&lOFFLINE"
  1358. if player is "{@Admin2}":
  1359. set {Admin2} to "&c&lOFFLINE"
  1360. if player is "{@Mod1}":
  1361. set {Mod1} to "&c&lOFFLINE"
  1362. if player is "{@Mod2}":
  1363. set {Mod2} to "&c&lOFFLINE"
  1364. if player is "{@Dev1}":
  1365. set {Dev1} to "&c&lOFFLINE"
  1366. if player is "{@Dev2}":
  1367. set {Dev2} to "&c&lOFFLINE"
  1368. if player is "{@Helper1}":
  1369. set {Helper1} to "&c&lOFFLINE"
  1370. if player is "{@Helper2}":
  1371. set {Helper2} to "&c&lOFFLINE"
  1372.  
  1373.  
  1374.  
  1375.  
  1376. command /staff:
  1377. trigger:
  1378. wait 5 ticks
  1379. set {_head1} to "{@Owner1}" parsed as offline player
  1380. set {_head2} to "{@Owner2}" parsed as offline player
  1381. set {_head3} to "{@Admin1}" parsed as offline player
  1382. set {_head4} to "{@Admin2}" parsed as offline player
  1383. set {_head5} to "{@Mod1}" parsed as offline player
  1384. set {_head6} to "{@Mod2}" parsed as offline player
  1385. set {_head7} to "{@Dev1}" parsed as offline player
  1386. set {_head8} to "{@Dev2}" parsed as offline player
  1387. set {_head9} to "{@Helper1}" parsed as offline player
  1388. set {_head10} to "{@Helper2}" parsed as offline player
  1389. open chest with 5 rows named "{@GUIName}" to player
  1390. wait 1 ticks
  1391. format slot 0 of player with {@MainGlassColour} named "&a" to be unstealable
  1392. wait 1 tick
  1393. format slot 1 of player with {@MainGlassColour} named "&a" to be unstealable
  1394. wait 1 tick
  1395. format slot 2 of player with {@SecondGlassColour} named "&a" to be unstealable
  1396. wait 1 tick
  1397. format slot 3 of player with {@SecondGlassColour} named "&a" to be unstealable
  1398. wait 1 tick
  1399. format slot 4 of player with {@MainGlassColour} named "&a" to be unstealable
  1400. wait 1 tick
  1401. format slot 5 of player with {@SecondGlassColour} named "&a" to be unstealable
  1402. wait 1 tick
  1403. format slot 6 of player with {@SecondGlassColour} named "&a" to be unstealable
  1404. wait 1 tick
  1405. format slot 7 of player with {@MainGlassColour} named "&a" to be unstealable
  1406. wait 1 tick
  1407. format slot 8 of player with {@MainGlassColour} named "&a" to be unstealable
  1408. wait 1 tick
  1409. format slot 9 of player with {@MainGlassColour} named "&a" to be unstealable
  1410. wait 1 tick
  1411. format slot 12 of player with skull of {_head1} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Owner1}||&7Rank &8&l» &bOwner||&7Display &8&l» %{Owner1}%" to be unstealable
  1412. wait 1 tick
  1413. format slot 14 of player with skull of {_head2} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Owner2}||&7Rank &8&l» &bOwner||&7Display &8&l» %{Owner2}%" to be unstealable
  1414. wait 1 tick
  1415. format slot 17 of player with {@MainGlassColour} named "&a" to be unstealable
  1416. wait 1 tick
  1417. format slot 18 of player with {@SecondGlassColour} named "&a" to be unstealable
  1418. wait 1 tick
  1419. format slot 19 of player with skull of {_head3} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Admin1}||&7Rank &8&l» &bAdmin||&7Display &8&l» %{Admin1}%" to be unstealable
  1420. wait 1 tick
  1421. format slot 20 of player with skull of {_head4} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Admin2}||&7Rank &8&l» &bAdmin||&7Display &8&l» %{Admin2}%" to be unstealable
  1422. wait 1 tick
  1423. format slot 24 of player with skull of {_head5} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Mod1}||&7Rank &8&l» &bMod||&7Display &8&l» %{Mod1}%" to be unstealable
  1424. wait 1 tick
  1425. format slot 25 of player with skull of {_head6} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Mod2}||&7Rank &8&l» &bMod||&7Display &8&l» %{Mod2}%" to be unstealable
  1426. wait 1 tick
  1427. format slot 26 of player with {@SecondGlassColour} named "&a" to be unstealable
  1428. wait 1 tick
  1429. format slot 27 of player with {@MainGlassColour} named "&a" to be unstealable
  1430. wait 1 tick
  1431. format slot 29 of player with skull of {_head7} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Dev1}||&7Rank &8&l» &bDev||&7Display &8&l» %{Dev1}%" to be unstealable
  1432. wait 1 tick
  1433. format slot 30 of player with skull of {_head8} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Dev2}||&7Rank &8&l» &bADev||&7Display &8&l» %{Dev2}%" to be unstealable
  1434. wait 1 tick
  1435. format slot 32 of player with skull of {_head9} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Helper1}||&7Rank &8&l» &bHelper||&7Display &8&l» %{Helper1}%" to be unstealable
  1436. wait 1 tick
  1437. format slot 33 of player with skull of {_head10} named "&b&lStaff" with lore "&7IGN &8&l» &b{@Helper2}||&7Rank &8&l» &bHelper||&7Display &8&l» %{Helper2}%" to be unstealable
  1438. wait 1 tick
  1439. format slot 35 of player with {@MainGlassColour} named "&a" to be unstealable
  1440. wait 1 tick
  1441. format slot 36 of player with {@MainGlassColour} named "&a" to be unstealable
  1442. wait 1 tick
  1443. format slot 37 of player with {@MainGlassColour} named "&a" to be unstealable
  1444. wait 1 tick
  1445. format slot 38 of player with {@SecondGlassColour} named "&a" to be unstealable
  1446. wait 1 tick
  1447. format slot 39 of player with {@SecondGlassColour} named "&a" to be unstealable
  1448. wait 1 tick
  1449. format slot 40 of player with {@MainGlassColour} named "&a" to be unstealable
  1450. wait 1 tick
  1451. format slot 41 of player with {@SecondGlassColour} named "&a" to be unstealable
  1452. wait 1 tick
  1453. format slot 42 of player with {@SecondGlassColour} named "&a" to be unstealable
  1454. wait 1 tick
  1455. format slot 43 of player with {@MainGlassColour} named "&a" to be unstealable
  1456. wait 1 tick
  1457. format slot 44 of player with {@MainGlassColour} named "&a" to be unstealable
  1458.  
  1459.  
  1460. command /name:
  1461. trigger:
  1462. send "%displayername%"
  1463. send "%player's displayname%"
Add Comment
Please, Sign In to add comment