Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. ###############################################
  2. # #
  3. # #
  4. # JOIN #
  5. # #
  6. # #
  7. # #
  8. ###############################################
  9. options:
  10. prefix: &7[&4Hub&7]
  11.  
  12. on drop:
  13. cancel event
  14.  
  15.  
  16. on join:
  17. message "{@prefix} &eDu befindest dich nun im &cHub"
  18. teleport player to {spawn}
  19.  
  20. clear player's inventory
  21.  
  22. set slot 0 of player to compass named "&6Teleporter"
  23.  
  24. set slot 1 of player to light green dye named "&fVerstecken: &aAN"
  25. loop all players:
  26. reveal loop-player to player
  27.  
  28. if player has permission "lobby.Youtuber":
  29. set slot 8 of player to gunpowder named "&4Silent-Lobby &7| &cAUS"
  30.  
  31.  
  32. ###############################################
  33. # #
  34. # #
  35. # Befehle #
  36. # #
  37. # #
  38. # #
  39. ###############################################
  40.  
  41. command /hub:
  42. aliases: hub, lobby
  43. description: Teleportiert dich ins Hub
  44. trigger:
  45. message "{@prefix} &eDu wirst nun ins &cHub &egesendet!"
  46. teleport player to {spawn}
  47.  
  48. command /silent:
  49. trigger:
  50. message "{@prefix} &eDu wirst nun in die &5Youtuber-Lobby &egesendet!"
  51. teleport player to {silent}
  52.  
  53. command /game1:
  54. trigger:
  55. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  56. teleport player to {game.1}
  57.  
  58. command /game2:
  59. trigger:
  60. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  61. teleport player to {game.2}
  62.  
  63. command /game3:
  64. trigger:
  65. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  66. teleport player to {game.3}
  67.  
  68. command /game4:
  69. trigger:
  70. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  71. teleport player to {game.4}
  72.  
  73. command /game5:
  74. trigger:
  75. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  76. teleport player to {game.5}
  77.  
  78. command /game6:
  79. trigger:
  80. message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
  81. teleport player to {game.6}
  82.  
  83.  
  84. command /sethub:
  85. permission: spawn.setspawn
  86. description: &eSetzt den &cHubspawn.
  87. trigger:
  88. message "{@prefix} &eDu hast den &cHubspawn &e gesetzt"
  89. set {spawn} to location of player
  90.  
  91.  
  92. command /setsilent:
  93. permission: spawn.setsilent
  94. description: &eSetzt den &5Youtuber-Lobby &eSpawn.
  95. trigger:
  96. message "{@prefix} &eDu hast den &cYoutuber-Lobby &espawn &e gesetzt"
  97. set {silent} to location of player
  98.  
  99. command /setgame1:
  100. permission: spawn.setgames
  101. description: &eSetzt den &a1-Game &eSpawn.
  102. trigger:
  103. message "{@prefix} &eDu hast den &a1-Game &espawn &e gesetzt"
  104. set {game.1} to location of player
  105.  
  106. command /setgame2:
  107. permission: spawn.setgames
  108. description: &eSetzt den &a2-Game &eSpawn.
  109. trigger:
  110. message "{@prefix} &eDu hast den &a2-Game &espawn &e gesetzt"
  111. set {game.2} to location of player
  112.  
  113. command /setgame3:
  114. permission: spawn.setgames
  115. description: &eSetzt den &a3-Game &eSpawn.
  116. trigger:
  117. message "{@prefix} &eDu hast den &a3-Game &espawn &e gesetzt"
  118. set {game.3} to location of player
  119.  
  120. command /setgame4:
  121. permission: spawn.setgames
  122. description: &eSetzt den &a4-Game &eSpawn.
  123. trigger:
  124. message "{@prefix} &eDu hast den &a4-Game &espawn &e gesetzt"
  125. set {game.4} to location of player
  126.  
  127. command /setgame5:
  128. permission: spawn.setgames
  129. description: &eSetzt den &a5-Game &eSpawn.
  130. trigger:
  131. message "{@prefix} &eDu hast den &a5-Game &espawn &e gesetzt"
  132. set {game.5} to location of player
  133.  
  134. command /setgame6:
  135. permission: spawn.setgames
  136. description: &eSetzt den &a6-Game &eSpawn.
  137. trigger:
  138. message "{@prefix} &eDu hast den &a6-Game &espawn &e gesetzt"
  139. set {game.6} to location of player
  140.  
  141.  
  142.  
  143.  
  144. ###############################################
  145. # #
  146. # #
  147. # Messages #
  148. # #
  149. # #
  150. # #
  151. ###############################################
  152.  
  153.  
  154.  
  155.  
  156.  
  157. command /help:
  158. trigger:
  159. message "&9++++++++++++++++++++++&eHelp&9++++++++++++++++++++++"
  160. message "&7Wenn du fragen hast kontaktiere bitte ein &6Team-Mitglied!"
  161.  
  162.  
  163.  
  164. command /pl:
  165. aliases: /plugin, /plugins, /?, /bukkit:plugins, /bukkit:pl
  166. trigger:
  167. message " &aDas wurde vom &6Server-Team &aGeblockt!"
  168. message "&7Wenn du fragen zu einzelnen Plugins hast frage einen &4Admin!"
  169.  
  170.  
  171.  
  172.  
  173. command /youtuber:
  174. aliases: /yt, /premium+, /premiumplus, /p+, /youtuberang, /miniyt, /yt-rank
  175. trigger:
  176. message "&9&ksssssssssssssjak&a(DEINE IP)&9&ksjassssssssssk"
  177. message "&9Den &5&lYoutuber-Rang&9 erhaelst du ab &5(deine wunschzahl)"
  178. message "&a+ &cVorraussetzung"
  179. message "&4Vorteile des Ranges"
  180. message ""
  181. message "&9Den &e&lPremium+-Rang &9erhaelst du ab &e(deine wunschzahl)"
  182. message "&a+ &cVorraussetzung"
  183. message "&4Vorteile des Ranges"
  184.  
  185.  
  186.  
  187.  
  188.  
  189. ###############################################
  190. # #
  191. # #
  192. # Auto Broadcaster #
  193. # #
  194. # #
  195. # #
  196. ###############################################
  197.  
  198.  
  199. every 50 seconds:
  200. broadcast "&4AutoBroadcast1"
  201.  
  202. every 90 seconds:
  203. broadcast "&6AutoBroadcast2"
  204.  
  205. every 140 seconds:
  206. broadcast "&aAutoBroadcast3"
  207.  
  208.  
  209.  
  210.  
  211. ###############################################
  212. # #
  213. # #
  214. # SYSTEM!!! #
  215. # #
  216. # #
  217. # #
  218. ###############################################
  219.  
  220. on pressure plate:
  221. if player is in world "world":
  222. push player upword 10 blocks at speed 500000.0
  223. push player 2000 blocks forward at speed 4000.5
  224.  
  225. on rightclick with light green dye:
  226. cancel event
  227. loop all players:
  228. hide loop-player to player
  229. wait 0.5 ticks
  230. set tool of player to gray dye named "&fVerstecken: &cAUS"
  231.  
  232. on rightclick with gray dye:
  233. cancel event
  234. loop all players:
  235. reveal loop-player to player
  236. wait 0.5 ticks
  237. set tool of player to light green dye named "&fVerstecken: &aAN"
  238.  
  239. on rightclick with redstone:
  240. cancel event
  241. wait 0.5 ticks
  242. set tool of player to Gunpowder named "&4Silent-Lobby&7| &aAN"
  243. message "&eDu bist nun in der &4Silent-Lobby"
  244. execute player command "/silent"
  245.  
  246. on rightclick with gunpowder:
  247. cancel event
  248. wait 0.5 ticks
  249. set tool of player to redstone named "&4Silent-Lobby&7| &cAUS"
  250. message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
  251. execute player command "/hub"
  252.  
  253. on right click with compass:
  254. execute player command "/teleporter"
  255.  
  256. on rightclick with stick:
  257. cancel event
  258. wait 0.5 ticks
  259. set tool of player to blaze rod named "&6Flugstab&7| &aAN"
  260. message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
  261. execute player command "/fly %player%"
  262.  
  263.  
  264. on rightclick with blaze rod:
  265. cancel event
  266. wait 0.5 ticks
  267. set tool of player to Stick named "&6Flugstab&7| &cAUS"
  268. message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
  269. execute player command "/fly %player%"
  270.  
  271.  
  272.  
  273. ###############################################
  274. # #
  275. # #
  276. # Teleporter!!! #
  277. # #
  278. # #
  279. # #
  280. ###############################################
  281.  
  282.  
  283.  
  284. command /teleporter:
  285. trigger:
  286. open chest with 3 rows named "&6Teleporter" to player
  287. wait 1 ticks
  288. format slot 0 of player with diamond boots named "Game1" to run [make player execute command "/game1"]
  289. format slot 8 of player with iron sword named "Game2" to run [make player execute command "/game2"]
  290. format slot 10 of player with redstone named "Game3" to run [make player execute command "/game3"]
  291. format slot 16 of player with emerald named "Game4" to run [make player execute command "/game4"]
  292. format slot 18 of player with wood axe named "Game5" to run [make player execute command "/game5"]
  293. format slot 26 of player with diamond helmet named "Game6" to run [make player execute command "/game6"]
  294. format slot 13 of player with diamond named "&c&lHub" to run [make player execute command "/hub"]
  295.  
  296.  
  297.  
  298.  
  299. WLanguage: de
  300. MySQL:
  301. Enable: true
  302. Host: localhost
  303. User: root
  304. Database: CommunityTime
  305. Password: kevine0111
  306. Wartung:
  307. Enable: true
  308. Halloween: false
  309. Prefix: '&6Lobby &7| '
  310. Silent-Server: SilentHub
  311. Lobby-Server: Lobby
  312. Silent-Lobby: false
  313. Title: '&6Hey,'
  314. SubTitle: '&a%player%'
  315. Tab: '&6Netzwerk'
  316. SubTab: '&eLobby'
  317. AutoMessage:
  318. '1': '&9Du willst den &5Youtuberrang?&9Mach &5/yt'
  319. '2': ''
  320. '3': ''
  321. '4': ''
  322. Command-On-Profil:
  323. Enable: true
  324. Command: friendgui
  325. Tokens:
  326. Start: 50
  327. Pets:
  328. - 1;IRON_GOLEM;0;&6Eisen-Golem
  329. - 2;OCELOT;100;&6Ozelot
  330. - 3;RABBIT;100;&6Hase
  331. - 4;PIG;100;&6Schwein
  332. - 5;SPIDER;0;&6Spinne
  333. - 6;WOLF;100;&6Wolf
  334. - 7;ZOMBIE;0;&6Zombie
  335. Extras:
  336. InventoryName: '&cExtras'
  337. HatItem: GOLD_BLOCK
  338. Hats:
  339. - 1;GOLD_BLOCK;0;&6Goldblock;100
  340. - 2;PUMPKIN;0;&6Kuerbis;100
  341. - 3;EMERALD_BLOCK;0;&6Smaragdblock;100
  342. - 4;SEA_LANTERN;0;&6Seelaterne;100
  343. - 5;GLASS;0;&6Glass;100
  344. - 6;SKULL_ITEM;PascalSpieltYT;&5Kopf von Pascal;1000
  345. - 7;SKULL_ITEM;ungespielt;&5Kopf von ungespielt;1000
  346. - 8;SKULL_ITEM;rewinside;&5Kopf von rewinside;1000
  347. - 9;SKULL_ITEM;GommeHD;&5Kopf von GommeHD;1000
  348. - 10;SKULL_ITEM;SturmwaffelHD;&5Kopf von SturmwaffelHD;1000
  349. - 11;SKULL_ITEM;MrMoreGame;&5Kopf von MrMoreGame;1000
  350. - 12;SKULL_ITEM;FrozenYetee;&5Kopf von BastiGHG;1000
  351. - 13;SKULL_ITEM;AviveHD;&5Kopf von AviveHD;1000
  352. - 14;SKULL_ITEM;DnerTV;&5Kopf von DnerTV;1000
  353. - 15;SKULL_ITEM;VeniCraft;&5Kopf von VeniCraft;1000
  354. ParticleItem: REDSTONE
  355. Particles:
  356. - 1;REDSTONE;0;HEART;&6Herzen;100
  357. - 2;WATER_BUCKET;0;SPLASH;&6Wasser;100
  358. - 3;LAVA_BUCKET;0;LAVA_POP;&6Lava;100
  359. - 4;SLIME_BALL;0;SLIME;&6Slime;100
  360. - 5;SNOW_BALL;0;SNOWBALL_BREAK;&6Schneeball;100
  361. - 6;GHAST_TEAR;0;CLOUD;&6Cloud;100
  362. - 7;MONSTER_EGG;120;VILLAGER_THUNDERCLOUD;&6Angry Villager;100
  363. GadgetsItem: TNT
  364. Gadgets:
  365. Prices:
  366. Bombe: 10000
  367. ParticleGun: 5000
  368. Flugstab: 5000
  369. Boot: 2000
  370. Angel: 2000
  371. Enderperle: 3000
  372. TeleportBogen: 3500
  373. PetsItem: MONSTER_EGG
  374. Pets:
  375. - 1;IRON_GOLEM;100;&6Eisen-Golem
  376. - 2;OCELOT;100;&6Ozelot
  377. - 3;RABBIT;100;&6Hase
  378. - 4;PIG;100;&6Schwein
  379. - 5;SPIDER;100;&6Spinne
  380. - 6;WOLF;100;&6Wolf
  381. - 7;ZOMBIE;100;&6Zombie
  382. ClothesItem: LEATHER_CHESTPLATE
  383. Clothes:
  384. - 1;LEATHER_HELMET;0;red;&cRoter Helm;1000
  385. - 2;LEATHER_CHESTPLATE;0;red;&cRoter Brustpanzer;1000
  386. - 3;LEATHER_LEGGINGS;0;red;&cRote Hose;1000
  387. - 4;LEATHER_BOOTS;0;red;&cRote Schuhe;1000
  388. - 5;DIAMOND_CHESTPLATE;0;-1;&bDiamant Brustpanzer;1000
  389. - 6;LEATHER_HELMET;0;blue;&9Blauer Helm;1000
  390. - 7;LEATHER_CHESTPLATE;0;blue;&9Blauer Brustpanzer;1000
  391. - 8;LEATHER_LEGGINGS;0;blue;&9Blaue Hose;1000
  392. - 9;LEATHER_BOOTS;0;blue;&9Blaue Schuhe;1000
  393. - 10;IRON_CHESTPLATE;0;-1;&7Eisen Brustpanzer;1000
  394. - 11;LEATHER_HELMET;0;yellow;&eGelber Helm;1000
  395. - 12;LEATHER_CHESTPLATE;0;yellow;&eGelber Brustpanzer;1000
  396. - 13;LEATHER_LEGGINGS;0;yellow;&eGelbe Hose;1000
  397. - 14;LEATHER_BOOTS;0;yellow;&eGelbe Schuhe;1000
  398. - 15;GOLD_CHESTPLATE;0;-1;&6Gold Brustpanzer;1000
  399. Kompass:
  400. Size: 27
  401. Name: '&cSpielauswahl'
  402. Fill: true
  403. FillMaterial: STAINED_GLASS_PANE
  404. FillData: 7
  405. SpawnWarp: Spawn
  406. Items:
  407. - 14;MAGMA_CREAM;0;&cSpawn;Spawn
  408. - 1;STICK;0;&cKnockIT;KnockIT
  409. - 15;GOLDEN_APPLE;0;&6Community;Community
  410. - 9;TNT;0;&9GrieferGames;GrieferGames
  411. FillName: ' '
  412. Spawn:
  413. Item: BEDROCK
  414. Name: '&bSpawn'
  415. Warp: Spawn
  416. Lore:
  417. - '&7Zum Spawn'
  418. '1':
  419. Item: BARRIER
  420. Name: '&b1'
  421. Warp: 1
  422. Lore:
  423. - '&7Zu 1'
  424. '2':
  425. Item: BARRIER
  426. Name: '&c2'
  427. Warp: 2
  428. Lore:
  429. - '&7Zu 2'
  430. '3':
  431. Item: BARRIER
  432. Name: '&e3'
  433. Warp: 3
  434. Lore:
  435. - '&7Zu 3'
  436. '4':
  437. Item: BARRIER
  438. Name: '&44'
  439. Warp: 4
  440. Lore:
  441. - '&7Zu 4'
  442. '5':
  443. Item: BARRIER
  444. Name: '&95'
  445. Warp: 5
  446. Lore:
  447. - '&7Zu 5'
  448. '6':
  449. Item: BARRIER
  450. Name: '&56'
  451. Warp: 6
  452. Lore:
  453. - '&7Zu 6'
  454. '7':
  455. Item: BARRIER
  456. Name: '&57'
  457. Warp: 7
  458. Lore:
  459. - '&7Zu 7'
  460. '8':
  461. Item: BARRIER
  462. Name: '&58'
  463. Warp: 8
  464. Lore:
  465. - '&7Zu 8'
  466. Messages:
  467. Silent-Hub: '&eDu bist auf der Silent-Lobby. Hier bist du voellig ungestoert!'
  468. Items:
  469. Kompass: COMPASS
  470. Extras: CHEST
  471. Schutzschild: EYE_OF_ENDER
  472. Nicknamer: NAME_TAG
  473. Silent-Hub: TNT
  474. HiderOff: BLAZE_ROD
  475. HiderOn: STICK
  476. NoGadget: FIREBALL
  477. ItemSlots:
  478. Kompass: 1
  479. Profil: 2
  480. Schutzschild: 4
  481. Nicknamer: 5
  482. Silent-Hub: 6
  483. Extras: 9
  484. Scoreboard:
  485. Enable: false
  486. Name: '&6LOBBY - SERVER.DE'
  487. Scores:
  488. - '&7Name'
  489. - '&e%name%'
  490. - '&c'
  491. - '&7Tokens:'
  492. - '&e%tokens%'
  493. - '&a'
  494. - '&7TS-IP'
  495. - '&eTS.SERVER.DE'
  496. - '&b'
  497. - '&7Forum'
  498. - '&eSERVER.de/forum'
  499. Spawn:
  500. x: 0.5264033054436922
  501. y: 72.0
  502. z: 0.45621599989801787
  503. world: Hub
  504. yaw: 11.708443
  505. pitch: -19.650015
  506. KnockIT:
  507. x: -29.488003359190863
  508. y: 70.0
  509. z: -58.670043192761796
  510. world: Hub
  511. yaw: 177.15828
  512. pitch: -4.2000585
  513. Community:
  514. x: -91.26240379349152
  515. y: 70.5
  516. z: 0.5017407902774023
  517. world: Hub
  518. yaw: 88.49646
  519. pitch: 2.170934
  520. GrieferGames:
  521. x: 70.38491091375438
  522. y: 71.0
  523. z: 62.514101862820006
  524. world: Hub
  525. yaw: 358.53
  526. pitch: 5.6067166
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement