dxlv
Użytkownik-
Ilość zawartości
21 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez dxlv
-
Zawsze jak doda post o tym ze oferuje biomy, to sie ktos sapie do niego o to, niech se robi macie problemy
- 63 odpowiedzi
-
- autorskie biomy
- terraincontrol
-
(i 1 więcej)
Oznaczone tagami:
-
Skrypt na blackliste z takimi komendami /bl <nick> powód /bl usun <nick> /bl list I żeby po wpisaniu /bl <nick> powód, gracz już nie nie bęzie miał mozliwości wejscia na serwer z ip Jak gracz dostanie BLACKLISTE na czacie będzie pisać "Gracz <nick> dostał blackliste! Powód: <powód> Przed administratora: <nick>!" Żeby się również stworzył plik blacklist.txt, z nickami którzy są na blackliście. A gdy gracz będzie próbował wejść na serwer będzie mu pisać [ BLACKLISTA ]%nl%Powód: <powód>%nl%Zbanował: <Nick>%nl%[ BLACKLISTA ] Z góry dzięki!
-
@stefanik11 mam
-
@stefanik11 ://
-
Chodzi mi o to że jak gracz napisze np.: /123abc/abc123 to mu na czacie będzie wiadomość że "Komenda /123abc/abc123 nie instnieje"
-
Skrypt na whiteliste, że gdy gracz wchodzi na serwer, to go wyrzuca z powodem. że nie jest na whiteliscie i żebym ja był dodany, żeby mnie nie wyrzucało (bez komend).
-
variables: {coolDown::%player%} = false command /123 [<text>]: aliases: 1234 trigger: if {coolDown::%player%} is false: set {coolDown::%player%} to true send player title "&a&l✓ &3&lMCPRO &a&l✓" with subtitle "&aNie mozesz tu wejsc!" for 5 seconds wait 5 seconds set {coolDown::%Player%} to false send player title "&c&l✖ &3&lMCPRO &c&l✖" with subtitle "&cWycofaj sie albo zginiesz!" for 3 seconds stop else: send "&c&lBlad! &7Poczekaj &6&n5&7 przed ponownym wejsciem na &ominecraft_obsidian&7!" stop on walk on obsidian: execute player command "123" stop Dlaczego mi się nie wyświetla title? W konsoli nie ma żadnego błędu.
-
Napisze mi ktos skrypt na to ze jak stoisz na obsydianie to pisze wiadomosc na czacie "stoisz na obsydianie"
-
+13 znajomosc pluginow
-
napisze ktos skrypt, gdy serwer sie restartuje, wyrzuca wszystkich i pisze "trwa restart" zamiast "server closed"
-
Siema, mam problem z tnt, nieraz gdy sie odpali to wybucha, nie raz wcale. Mozliwe ze to przez skrypt na wlaczanie i wylaczanie tnt, ale gdy usunalem ten skrypt to nadal nie dziala. options: messageTnTOFF: &6&lTnT I Wagoniki Zostaly &c&lWylaczone &6&lPrzez &8&l--> &6&l%player% messageTnTON: &6&lTnT I Wagoniki Zostaly &2&lWlaczone &6&lPrzez &8&l--> &6&l%player% messagePermission: &6&l%player% &4&lNie Masz Permissji! PROCENTOBS: 33 PROCENTWODA: 20 messagePopolozeniu: &6&lTnT I Wagoniki Sa &c&lWylaczone blokOBS: air blokWODA: cobblestone variables: {tntItachi} = 0 on place of tnt: if {tntItachi} is 1: send "{@messagePopolozeniu}" on explode: if {tntItachi} is 1: loop blocks in radius 4 of event-location: loop-block is water or lava: if chance of 0%: set loop-block to cobblestone loop blocks in radius 4 of event-location: loop-block is obsidian: if chance of 0%: set loop-block to air cancel event on explode: if {tntItachi} is 0: loop blocks in radius 4 of event-location: loop-block is water or lava: if chance of {@PROCENTWODA}%: set loop-block to {@blokWODA} loop blocks in radius 4 of event-location: loop-block is obsidian: if chance of {@PROCENTOBS}%: set loop-block to {@blokOBS} command /tnt [<text>]: trigger: if player has permissions "tnt.Itachi": if arg 1 is not set: send "&8&l--> &5&lTnT Na Serwerze&7)" send "&8&l-> &6/TnT on &7&l<---&5Wlaczenie TnT" send "&8&l-> &6/TnT off &7&l<---&5Wylaczenie TnT" if arg 1 is "OFF": set {tntItachi} to 1 broadcast "{@messageTnTOFF}" if arg 1 is "ON": set {tntItachi} to 0 broadcast "{@messageTnTON}" else: send "{@messagePermission}" Lista pluginów: AntiCommandTab Authme-5.4.0 bcmcBorder CH-AutoWiado ChestCommands Essentials-2.x-SNAPSHOT EssentialsChat-2.x-SNAPSHOT EssentialsSpawn-2.x-SNAPSHOT funnyguilds-.4.1.0 HolographicDisplays MagicMc-Disco MH-API MH-DROP NoCheatPlus PermissionsEx ProtocolLib ProtocolTab Shopkeepers skDragon Skellett SkQuery skRayFall Skript skUtilities Tablist ThBans VanishNoPacket Vault Whitelist WildSkript WorldEdit worldguard y-AntiProxy
-
Siema ogarnie ktoś zeby w 12 linijce wyskakiwalo to w title np:.: [RandomTP] subtitle Tepnales sie na koordynaty %location of player% z góry dziękuje! on right click on stone button: block behind is sponge: set {_x} to random integer from -5000 to 5000 set {_z} to random integer from -5000 to 5000 set {_xyz} to the location at {_x}, 256, {_z} teleport player to {_xyz} wait 1 tick loop 256 times: if block under player is air: teleport player under player else: send "&4Wytepales sie na koordynaty &2%location of player%" stop
-
Spkoko, a mogl bym jeszcze poprosic, ze jak sie wejdzie na dana dzialke to pisze "Wszedles na dzialke gracza (nick)" i jak sie wyjdzie
-
[23:10:19 ERROR]: Can't understand this condition/effect: send (dzialki.sk, line 48: send') [23:10:19 ERROR]: can't understand this event: 'on right click on block' (dzialki.sk, line 67: on right click on block:') [23:10:19 ERROR]: undefined option {@removfromcubpod} (dzialki.sk, line 107: send "{@tag} {@removfromcubpod}" to player-arg') [23:10:19 INFO]: [Skript] Encountered 3 errors while reloading dzialki.sk!
-
Gdzie sa napisane errory
-
Zaktualizuje mi ktos ten skrypt do wersji 1.12.2? Bo wystepuja 3 errory options: # Konfiguracja: tag: &2CUBOIDY # Wiadomosci: notpermiss: &cNie masz do tego uprawnien! error: &cNie mozesz tego zrobic! cuboidplaced: &aCuboid pomyslnie ustawiony! cuboidhelp: &aKomendy dotyczace skryptu na cuboidy: &c/cuboid help&a! succesadd: &aPomyslnie dodano gracza do cuboidu! addtocuboid: &aZostales dodany do cuboida gracza &c%player%&a! alreadyadded: &cTen gracz jest juz dodany do twojego cuboidu! notowner: &cNie jestes wlascicielem tego cuboidu! notregion: &cAby to zrobic musisz byc na swojej dzialce! notplayer: &cPodaj nick gracza! succesremov: &cUsunoles gracza z cuboidu! removfromcub: &cZostales usuniety z cuboidu &4%player%&c! notadded: &cTen gracz nie jest dodany do twojego cuboidu! # ::--------------------------------------------------------------:: # :: - :: KOD ::-:: # ::--------------------------------------------------------------:: command /daj-cuboid: permission: cuboid.admin permission message: {@tag} {@notpermiss} trigger: add 1 of bedrock named "&c&lCUBOID" to player's inventory send "&aOtrzymales Cuboid!" to player on place: if player's tool is bedrock named "&c&lCUBOID": if {cuboid.%player%::*} is not set: execute console command "pex user %name of player% add worldedit.*" execute console command "pex user %name of player% add worldguard.*" execute player command "//pos1" execute player command "//pos2" execute player command "//expand 50 n" execute player command "//expand 50 s" execute player command "//expand 50 w" execute player command "//expand 50 e" execute player command "//expand vert" execute player command "rg define %name of player%" execute console command "pex user %name of player% remove worldedit.*" execute console command "pex user %name of player% remove worldguard.*" loop 99 times: send " " to player send "{@tag} {@cuboidplaced}" to player set {cuboid.%player%::%region at player%} to now send "{@tag} {@cuboidhelp}" to player else: send on break: if region at player is set: if {cuboid.%player%::%region at player%} is not set: if {cuboid.dodany.%player%::%region at player%} is not set: if player has permissions "cuboidy.admin": stop else: cancel event send "{@tag} {@error}" to player on place: if region at player is set: if {cuboid.%player%::%region at player%} is not set: if {cuboid.dodany.%player%::%region at player%} is not set: if player has permissions "cuboidy.admin": stop else: cancel event send "{@tag} {@error}" to player on right click on block: if event-block is chest or furnace or anvil or ender chest or door: if region at player is set: if {cuboid.%player%::%region at player%} is not set: if {cuboid.dodany.%player%::%region at player%} is not set: if player has permissions "cuboid.admin": stop else: cancel event send "{@tag} {@error}" command /cuboid <text> [<player>]: usage: /cuboid help trigger: if text-arg is "help": send "{@tag} &7-> &c/cuboid dodaj NICK &7- Dodajesz gracza do cuboida!" to player send "{@tag} &7-> &c/cuboid usun NICK &7- Usuwasz gracza z cuboida!" to player send "{@tag} &7-> &c/cuboid autor &7- Wyswietla autora skryptu." to player else if text-arg is "dodaj": if player-arg is set: if region at player is set: if {cuboid.%player%::%region at player%} is set: if {cuboid.dodany.%player-arg%::%region at player%} is not set: set {cuboid.dodany.%player-arg%::%region at player%} to now send "{@tag} {@succesadd}" to player send "{@tag} {@addtocuboid}" to player-arg else: send "{@tag} {@alreadyadded}" to player else: send "{@tag} {@notowner}" to player else: send "{@tag} {@notregion}" to player else: send "{@tag} {@notplayer}" to player else if text-arg is "usun": if player-arg is set: if region at player is set: if {cuboid.%player%::%region at player%} is set: if {cuboid.dodany.%player-arg%::%region at player%} is set: clear {cuboid.dodany.%player-arg%::%region at player%} send "{@tag} {@succesremov}" to player send "{@tag} {@removfromcubpod}" to player-arg else: send "{@tag} {@notadded}" to player else: send "{@tag} {@notowner}" to player else: send "{@tag} {@notregion}" to player else: send "{@tag} {@notplayer}" to player else if text-arg is "autor": send "{@tag} &8| &7Autor skryptu na cuboidy: &cdamixedixed&7!" else: execute player command "cuboid help"
-
Szukam dobrego skriptera, ktory dobrze pisze skrypty i dobre sie na nich zna, za napsianie 1 skryptu moge zaplacic 30psc Chetni zglaszac sie na pw
