Znajdź zawartość
Wyświetlanie wyników dla tagów 'gamemode'.
-
Witam, potrzebuje skryptu. Opis: Chce, żeby za każdym razem kiedy zmieniamy tryb gry z survival na creative czyściło nam eq. Gdy zmienimy spowrotem z creative'a na survival to oddawało by nam to eq które nam usunęło (oczywiście czyszcząc te itemy które nabraliśmy na creative) Z góry dzięki
-
Używam pluginu essentials jeśli kogoś to obchodzi Gdzy uderzę kogoś będąc na gamemode 1 to mi wylacza gm'a i NIE PISZE WIAD. Z ESSENTIALS TYLKO PODSTAWOWE: Your gamemode has been updated (Na biało) Nie mam pojęcia co sie dzieje ale to chyba nie essentials bo w esentials mam ustawione: Twoj tryb gry zostal zmieniony na <c,s,a> (I To Kolorowo pisze) Nie mam żadnego skryptu na to a wcześniej się tak nie działo Proszę o Pomoc!!! Szybkooo!!!
-
Witam. Pierwszy raz pisze tutaj na forum. A wiec szukam skryptu na Gamemode na start na creative na zawsze. Tak wiem mowicie ze to proste on first join. Ale dla mnie to nie jest az takie proste. Skrypt ma polegac na gamemode na starcie gry i na zawsze. Nie chejtowac jestem nowy :3
-
Elo ziomki! Chodzi o to - LINK. Jak zmieniam GameModa to wiadomość pokazuje się 2 razy... Jak mam napisać skrypt aby usunąć tą pierwszą (całą białą)? Mam plugin essentials, który pokazuje tą drugą (kolorową)... Czytałem na różnych forach i inni mi pisali żeby użyć komendy "/gamerule SendCommandFeedback false" ale nie działa mi to na 1.7, bo musiałbym użyć silnika 1.8. Dam plusika jak podziała jakiś skrypt
-
Skript ma za zadanie robić tak że jak ktoś ma gamemode 1 to wtedy nie może wyrzucać itemów to na tyle... :)
-
Witam. Na wstępie dodam, że to mój obecnie pierwszy skrypt w tym języku i mógłbym go uprościć wykorzystując m.in funkcje, ale ze względu na to, że chcę uczyć programowania moje dzieciaki (8 i 5lat), to w takiej formie to zostawię... Działanie: - gamemode creative, gamemode c, gamemode 1 - gamemode creative player - gm c, gm 1 #dopisze kod - gma, gmc, gmsp, gms #dopisze kod Pytanie moje co uprościć i jak dodać losowe komunikaty -patrz koniec skryptu. options: #lista parametrów dla polecenia gamemode surv: "survival","s" or "0" creat: "creative", "c" or "1" adve: "adventure","a" or "2" spct: "spectator","sp" or "3" command /gm [<text>] [<player>]: aliases: gamemode trigger: if "%player's world%" is not "island_ocean": #osland_ocean, nazwa świata wygenerowana przez plugin MultiverceCore if arg 1 is not set: send "Użyj: gamemode <tryb gry> <nazwa gracza>" to player stop if arg 1 is {@surv}: if arg 2 isn't set: set player's gamemode to survival send "&cGracz: &6%player% aktywował tryb: &bPrzetrwania" to player else: #Zmiana trybu przez gracza bo dzieciakom wiecznie coś nie pasuje... execute console command "/gamemode survival %player%" send "&cGracz: &6%arg 2%! Zmieniono Twój tryb na: &bPrzetrwanie" if arg 1 is {@creat}: if arg 2 isn't set: set player's gamemode to creative send "&cGracz: &6%player% aktywował tryb: &bKreatywny" to player else: execute console command "/gamemode creative %player%" send "&cGracz: &6%arg 2%! Zmieniono Twój tryb na: &bKreatywny" if arg 1 is {@adve}: if arg 2 isn't set: set player's gamemode to adventure send "&cGracz: &6%player% aktywował tryb: &bPrzygoda" to player else: execute console command "/gamemode adve %player%" send "&cGracz: &6%arg 2%! Zmieniono Twój tryb na: &bPrzygoda" if arg 1 is {@spct}: if arg 2 isn't set: set player's gamemode to spectator send "&cGracz: &6%player% aktywował tryb: &bWidza" to player else: execute console command "/gamemode spectator %player%" send "&cGracz: &6%arg 2%! Zmieniono Twój tryb na: &bWidz" else: #Ze względu na to, że plugin: Multiverse-Core sam zmieni tryb gry, ponizszy kod można usunąc!!! if arg 1 is not set: send "Użyj: gamemode <tryb gry> <nazwa gracza>" to player stop if arg 1 is {@surv}: if arg 2 isn't set: set player's gamemode to survival send "&cGracz: &6%player% aktywował tryb: &bPrzetrwania" to player else: execute console command "/gamemode survival %player%" send "&cGracz: &6%arg 2%! Zmieniono Twój tryb na: &bPrzetrwanie #Kod odpowiedzialny za komunikaty: śmieszne, podpowiedzi jak grac itd. if arg 1 is not {@surv}: send "&6%player% nie oszukuj! Chwyć się łopaty i buduj schron. ZOMbie idą!!!" stop
- 20 odpowiedzi
-
- survival
- multiverse core
-
(i 2 więcej)
Oznaczone tagami:
-
command /gamemode [<text="brak">] [<player>]: description: r3craft » Zmienianie trybu gry graczy. executable by: players aliases: gamemode, gm, bukkit:gamemode, minecraft:gamemode trigger: if player has permission "r3craft.gamemode" or "r3craft.*": if arg 1 is not "0" or "survival" or "s" or "1" or "creative" or "c" or "2" or "adventure" or "a": send "&8&l>> &4&lr3craft.pl Uzyj &6&l gm 1,2,3 &5Autor MajkelekM1234" if arg 1 is "0" or "survival" or "s": if arg 2 is not set: set player's gamemode to survival send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lSURVIVAL" else: if player has permission "r3craft.gamemode" or "r3craft.*": set arg 2's gamemode to survival send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lSURVIVAL" else: send "&c&lr3craft.pl Nie masz uprawnien do gamemode.r3craft" if arg 1 is "1" or "creative" or "c": if arg 2 is not set: set player's gamemode to creative send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lCREATIVE" else: if player has permission "r3craft.gamemode" or "r3craft.*": set arg 2's gamemode to creative send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lCREATIVE" else: send "" if arg 1 is "2" or "adventure" or "a": if arg 2 is not set: set player's gamemode to adventure send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lADWENTURE" else: if player has permission "r3craft.gamemode" or "r3craft.gamemode.*": set arg 2's gamemode to adventure send "&8&l>> &c&lr3craft.pl &4&lZmieniono tryb gry Gracza %player% na &2&lADWENTURE" else: send "&c&lr3craft.pl Nie masz uprawnien do gamemode.r3craft" else: command /autor [<text>]: trigger: send "&c&lAutor gamemode 1 MajkelekM1234 Zakaz kopiowania" Witam zrobiłem skrypt na gamemode bo nie ma nigdzie takiego Jeśli pomogłem zostaw like Dziekuje
-
Witam! Mam problem w moim skrpcie na tryb gry wygląda on tak: command /tryb [<text>]: permission: admin.tryb permission message: Nie masz uprawnien! trigger: if arg 1 is not set: send "&8 >> &ePoprawne uzycie komendy: /tryb <1/2/0>" to player stop if arg 1 is set: if arg 1 is "1": set gamemode of player to creative send "&8 >> &eZmieniono tryb gry dla &f&l%player%" to player stop if arg 1 is set: if arg 1 is "2": set gamemode of player to adventure send "&8 >> &eZmieniono tryb gry dla &f&l%player%" to player stop if arg 1 is set: if arg 1 is "0": set gamemode of player to survival send "&8 >> &eZmieniono tryb gry dla &f&l%player%" to player stop i chciałbym aby po wpisaniu komendy typu /tryb 6 albo inną za wysoką wartość wyskakiwał na chacie tekst "&8 >> &6Nie poprawna wartość komendy."