Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###############################################
- # #
- # #
- # JOIN #
- # #
- # #
- # #
- ###############################################
- options:
- prefix: &7[&4Hub&7]
- on drop:
- cancel event
- on join:
- message "{@prefix} &eDu befindest dich nun im &cHub"
- teleport player to {spawn}
- clear player's inventory
- set slot 0 of player to compass named "&6Teleporter"
- set slot 1 of player to light green dye named "&fVerstecken: &aAN"
- loop all players:
- reveal loop-player to player
- if player has permission "lobby.Youtuber":
- set slot 8 of player to gunpowder named "&4Silent-Lobby &7| &cAUS"
- ###############################################
- # #
- # #
- # Befehle #
- # #
- # #
- # #
- ###############################################
- command /hub:
- aliases: hub, lobby
- description: Teleportiert dich ins Hub
- trigger:
- message "{@prefix} &eDu wirst nun ins &cHub &egesendet!"
- teleport player to {spawn}
- command /silent:
- trigger:
- message "{@prefix} &eDu wirst nun in die &5Youtuber-Lobby &egesendet!"
- teleport player to {silent}
- command /game1:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.1}
- command /game2:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.2}
- command /game3:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.3}
- command /game4:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.4}
- command /game5:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.5}
- command /game6:
- trigger:
- message "{@prefix} &eDu wirst nun zu deinem gewaehlten &cSpiel &egesendet!"
- teleport player to {game.6}
- command /sethub:
- permission: spawn.setspawn
- description: &eSetzt den &cHubspawn.
- trigger:
- message "{@prefix} &eDu hast den &cHubspawn &e gesetzt"
- set {spawn} to location of player
- command /setsilent:
- permission: spawn.setsilent
- description: &eSetzt den &5Youtuber-Lobby &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &cYoutuber-Lobby &espawn &e gesetzt"
- set {silent} to location of player
- command /setgame1:
- permission: spawn.setgames
- description: &eSetzt den &a1-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a1-Game &espawn &e gesetzt"
- set {game.1} to location of player
- command /setgame2:
- permission: spawn.setgames
- description: &eSetzt den &a2-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a2-Game &espawn &e gesetzt"
- set {game.2} to location of player
- command /setgame3:
- permission: spawn.setgames
- description: &eSetzt den &a3-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a3-Game &espawn &e gesetzt"
- set {game.3} to location of player
- command /setgame4:
- permission: spawn.setgames
- description: &eSetzt den &a4-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a4-Game &espawn &e gesetzt"
- set {game.4} to location of player
- command /setgame5:
- permission: spawn.setgames
- description: &eSetzt den &a5-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a5-Game &espawn &e gesetzt"
- set {game.5} to location of player
- command /setgame6:
- permission: spawn.setgames
- description: &eSetzt den &a6-Game &eSpawn.
- trigger:
- message "{@prefix} &eDu hast den &a6-Game &espawn &e gesetzt"
- set {game.6} to location of player
- ###############################################
- # #
- # #
- # Messages #
- # #
- # #
- # #
- ###############################################
- command /help:
- trigger:
- message "&9++++++++++++++++++++++&eHelp&9++++++++++++++++++++++"
- message "&7Wenn du fragen hast kontaktiere bitte ein &6Team-Mitglied!"
- command /pl:
- aliases: /plugin, /plugins, /?, /bukkit:plugins, /bukkit:pl
- trigger:
- message " &aDas wurde vom &6Server-Team &aGeblockt!"
- message "&7Wenn du fragen zu einzelnen Plugins hast frage einen &4Admin!"
- command /youtuber:
- aliases: /yt, /premium+, /premiumplus, /p+, /youtuberang, /miniyt, /yt-rank
- trigger:
- message "&9&ksssssssssssssjak&a(DEINE IP)&9&ksjassssssssssk"
- message "&9Den &5&lYoutuber-Rang&9 erhaelst du ab &5(deine wunschzahl)"
- message "&a+ &cVorraussetzung"
- message "&4Vorteile des Ranges"
- message ""
- message "&9Den &e&lPremium+-Rang &9erhaelst du ab &e(deine wunschzahl)"
- message "&a+ &cVorraussetzung"
- message "&4Vorteile des Ranges"
- ###############################################
- # #
- # #
- # Auto Broadcaster #
- # #
- # #
- # #
- ###############################################
- every 50 seconds:
- broadcast "&4AutoBroadcast1"
- every 90 seconds:
- broadcast "&6AutoBroadcast2"
- every 140 seconds:
- broadcast "&aAutoBroadcast3"
- ###############################################
- # #
- # #
- # SYSTEM!!! #
- # #
- # #
- # #
- ###############################################
- on pressure plate:
- if player is in world "world":
- push player upword 10 blocks at speed 500000.0
- push player 2000 blocks forward at speed 4000.5
- on rightclick with light green dye:
- cancel event
- loop all players:
- hide loop-player to player
- wait 0.5 ticks
- set tool of player to gray dye named "&fVerstecken: &cAUS"
- on rightclick with gray dye:
- cancel event
- loop all players:
- reveal loop-player to player
- wait 0.5 ticks
- set tool of player to light green dye named "&fVerstecken: &aAN"
- on rightclick with redstone:
- cancel event
- wait 0.5 ticks
- set tool of player to Gunpowder named "&4Silent-Lobby&7| &aAN"
- message "&eDu bist nun in der &4Silent-Lobby"
- execute player command "/silent"
- on rightclick with gunpowder:
- cancel event
- wait 0.5 ticks
- set tool of player to redstone named "&4Silent-Lobby&7| &cAUS"
- message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
- execute player command "/hub"
- on right click with compass:
- execute player command "/teleporter"
- on rightclick with stick:
- cancel event
- wait 0.5 ticks
- set tool of player to blaze rod named "&6Flugstab&7| &aAN"
- message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
- execute player command "/fly %player%"
- on rightclick with blaze rod:
- cancel event
- wait 0.5 ticks
- set tool of player to Stick named "&6Flugstab&7| &cAUS"
- message "&eDu bist nun nicht mehr in der &4Silent-Lobby"
- execute player command "/fly %player%"
- ###############################################
- # #
- # #
- # Teleporter!!! #
- # #
- # #
- # #
- ###############################################
- command /teleporter:
- trigger:
- open chest with 3 rows named "&6Teleporter" to player
- wait 1 ticks
- format slot 0 of player with diamond boots named "Game1" to run [make player execute command "/game1"]
- format slot 8 of player with iron sword named "Game2" to run [make player execute command "/game2"]
- format slot 10 of player with redstone named "Game3" to run [make player execute command "/game3"]
- format slot 16 of player with emerald named "Game4" to run [make player execute command "/game4"]
- format slot 18 of player with wood axe named "Game5" to run [make player execute command "/game5"]
- format slot 26 of player with diamond helmet named "Game6" to run [make player execute command "/game6"]
- format slot 13 of player with diamond named "&c&lHub" to run [make player execute command "/hub"]
- WLanguage: de
- MySQL:
- Enable: true
- Host: localhost
- User: root
- Database: CommunityTime
- Password: kevine0111
- Wartung:
- Enable: true
- Halloween: false
- Prefix: '&6Lobby &7| '
- Silent-Server: SilentHub
- Lobby-Server: Lobby
- Silent-Lobby: false
- Title: '&6Hey,'
- SubTitle: '&a%player%'
- Tab: '&6Netzwerk'
- SubTab: '&eLobby'
- AutoMessage:
- '1': '&9Du willst den &5Youtuberrang?&9Mach &5/yt'
- '2': ''
- '3': ''
- '4': ''
- Command-On-Profil:
- Enable: true
- Command: friendgui
- Tokens:
- Start: 50
- Pets:
- - 1;IRON_GOLEM;0;&6Eisen-Golem
- - 2;OCELOT;100;&6Ozelot
- - 3;RABBIT;100;&6Hase
- - 4;PIG;100;&6Schwein
- - 5;SPIDER;0;&6Spinne
- - 6;WOLF;100;&6Wolf
- - 7;ZOMBIE;0;&6Zombie
- Extras:
- InventoryName: '&cExtras'
- HatItem: GOLD_BLOCK
- Hats:
- - 1;GOLD_BLOCK;0;&6Goldblock;100
- - 2;PUMPKIN;0;&6Kuerbis;100
- - 3;EMERALD_BLOCK;0;&6Smaragdblock;100
- - 4;SEA_LANTERN;0;&6Seelaterne;100
- - 5;GLASS;0;&6Glass;100
- - 6;SKULL_ITEM;PascalSpieltYT;&5Kopf von Pascal;1000
- - 7;SKULL_ITEM;ungespielt;&5Kopf von ungespielt;1000
- - 8;SKULL_ITEM;rewinside;&5Kopf von rewinside;1000
- - 9;SKULL_ITEM;GommeHD;&5Kopf von GommeHD;1000
- - 10;SKULL_ITEM;SturmwaffelHD;&5Kopf von SturmwaffelHD;1000
- - 11;SKULL_ITEM;MrMoreGame;&5Kopf von MrMoreGame;1000
- - 12;SKULL_ITEM;FrozenYetee;&5Kopf von BastiGHG;1000
- - 13;SKULL_ITEM;AviveHD;&5Kopf von AviveHD;1000
- - 14;SKULL_ITEM;DnerTV;&5Kopf von DnerTV;1000
- - 15;SKULL_ITEM;VeniCraft;&5Kopf von VeniCraft;1000
- ParticleItem: REDSTONE
- Particles:
- - 1;REDSTONE;0;HEART;&6Herzen;100
- - 2;WATER_BUCKET;0;SPLASH;&6Wasser;100
- - 3;LAVA_BUCKET;0;LAVA_POP;&6Lava;100
- - 4;SLIME_BALL;0;SLIME;&6Slime;100
- - 5;SNOW_BALL;0;SNOWBALL_BREAK;&6Schneeball;100
- - 6;GHAST_TEAR;0;CLOUD;&6Cloud;100
- - 7;MONSTER_EGG;120;VILLAGER_THUNDERCLOUD;&6Angry Villager;100
- GadgetsItem: TNT
- Gadgets:
- Prices:
- Bombe: 10000
- ParticleGun: 5000
- Flugstab: 5000
- Boot: 2000
- Angel: 2000
- Enderperle: 3000
- TeleportBogen: 3500
- PetsItem: MONSTER_EGG
- Pets:
- - 1;IRON_GOLEM;100;&6Eisen-Golem
- - 2;OCELOT;100;&6Ozelot
- - 3;RABBIT;100;&6Hase
- - 4;PIG;100;&6Schwein
- - 5;SPIDER;100;&6Spinne
- - 6;WOLF;100;&6Wolf
- - 7;ZOMBIE;100;&6Zombie
- ClothesItem: LEATHER_CHESTPLATE
- Clothes:
- - 1;LEATHER_HELMET;0;red;&cRoter Helm;1000
- - 2;LEATHER_CHESTPLATE;0;red;&cRoter Brustpanzer;1000
- - 3;LEATHER_LEGGINGS;0;red;&cRote Hose;1000
- - 4;LEATHER_BOOTS;0;red;&cRote Schuhe;1000
- - 5;DIAMOND_CHESTPLATE;0;-1;&bDiamant Brustpanzer;1000
- - 6;LEATHER_HELMET;0;blue;&9Blauer Helm;1000
- - 7;LEATHER_CHESTPLATE;0;blue;&9Blauer Brustpanzer;1000
- - 8;LEATHER_LEGGINGS;0;blue;&9Blaue Hose;1000
- - 9;LEATHER_BOOTS;0;blue;&9Blaue Schuhe;1000
- - 10;IRON_CHESTPLATE;0;-1;&7Eisen Brustpanzer;1000
- - 11;LEATHER_HELMET;0;yellow;&eGelber Helm;1000
- - 12;LEATHER_CHESTPLATE;0;yellow;&eGelber Brustpanzer;1000
- - 13;LEATHER_LEGGINGS;0;yellow;&eGelbe Hose;1000
- - 14;LEATHER_BOOTS;0;yellow;&eGelbe Schuhe;1000
- - 15;GOLD_CHESTPLATE;0;-1;&6Gold Brustpanzer;1000
- Kompass:
- Size: 27
- Name: '&cSpielauswahl'
- Fill: true
- FillMaterial: STAINED_GLASS_PANE
- FillData: 7
- SpawnWarp: Spawn
- Items:
- - 14;MAGMA_CREAM;0;&cSpawn;Spawn
- - 1;STICK;0;&cKnockIT;KnockIT
- - 15;GOLDEN_APPLE;0;&6Community;Community
- - 9;TNT;0;&9GrieferGames;GrieferGames
- FillName: ' '
- Spawn:
- Item: BEDROCK
- Name: '&bSpawn'
- Warp: Spawn
- Lore:
- - '&7Zum Spawn'
- '1':
- Item: BARRIER
- Name: '&b1'
- Warp: 1
- Lore:
- - '&7Zu 1'
- '2':
- Item: BARRIER
- Name: '&c2'
- Warp: 2
- Lore:
- - '&7Zu 2'
- '3':
- Item: BARRIER
- Name: '&e3'
- Warp: 3
- Lore:
- - '&7Zu 3'
- '4':
- Item: BARRIER
- Name: '&44'
- Warp: 4
- Lore:
- - '&7Zu 4'
- '5':
- Item: BARRIER
- Name: '&95'
- Warp: 5
- Lore:
- - '&7Zu 5'
- '6':
- Item: BARRIER
- Name: '&56'
- Warp: 6
- Lore:
- - '&7Zu 6'
- '7':
- Item: BARRIER
- Name: '&57'
- Warp: 7
- Lore:
- - '&7Zu 7'
- '8':
- Item: BARRIER
- Name: '&58'
- Warp: 8
- Lore:
- - '&7Zu 8'
- Messages:
- Silent-Hub: '&eDu bist auf der Silent-Lobby. Hier bist du voellig ungestoert!'
- Items:
- Kompass: COMPASS
- Extras: CHEST
- Schutzschild: EYE_OF_ENDER
- Nicknamer: NAME_TAG
- Silent-Hub: TNT
- HiderOff: BLAZE_ROD
- HiderOn: STICK
- NoGadget: FIREBALL
- ItemSlots:
- Kompass: 1
- Profil: 2
- Schutzschild: 4
- Nicknamer: 5
- Silent-Hub: 6
- Extras: 9
- Scoreboard:
- Enable: false
- Name: '&6LOBBY - SERVER.DE'
- Scores:
- - '&7Name'
- - '&e%name%'
- - '&c'
- - '&7Tokens:'
- - '&e%tokens%'
- - '&a'
- - '&7TS-IP'
- - '&eTS.SERVER.DE'
- - '&b'
- - '&7Forum'
- - '&eSERVER.de/forum'
- Spawn:
- x: 0.5264033054436922
- y: 72.0
- z: 0.45621599989801787
- world: Hub
- yaw: 11.708443
- pitch: -19.650015
- KnockIT:
- x: -29.488003359190863
- y: 70.0
- z: -58.670043192761796
- world: Hub
- yaw: 177.15828
- pitch: -4.2000585
- Community:
- x: -91.26240379349152
- y: 70.5
- z: 0.5017407902774023
- world: Hub
- yaw: 88.49646
- pitch: 2.170934
- GrieferGames:
- x: 70.38491091375438
- y: 71.0
- z: 62.514101862820006
- world: Hub
- yaw: 358.53
- pitch: 5.6067166
Advertisement
Add Comment
Please, Sign In to add comment