-
Ilość zawartości
83 -
Rejestracja
-
Ostatnia wizyta
-
Wygrane w rankingu
2
Treść opublikowana przez danielo535
-
DTexturePack to nowoczesne narzędzie do generowania paczek tekstur dla Minecraft Java i Bedrock Edition, z pełną obsługą Geyser (cross-play Java ↔ Bedrock). Projekt automatycznie tworzy poprawną strukturę paczki oraz obsługuje przedmioty, bloki, zbroje i symbole, eliminując problemy z brakującymi teksturami w nowszych wersjach gry. Strona projektu: https://dtexturepack.danielo535.pl Repozytorium GitHub: https://github.com/danielo535/DTexturePack
-
Nie widziałem by na necie była informacja o tym jak zrobić żeby kod aktywował się tylko w tedy kiedy przycisk jest dopiero kliknięty
-
ta bedzie rozwijany tylko czas musze mieć
-
po pierwsze radził bym dodać permisje do komend oraz nw czy nie bedzie ci lagowało every second: loop all players
-
masz błąd w wytabowaniu sk i nw dlaczego zrobiłeś repair all i seta dodatkowo by naprawiało
-
skrypt na nieskaczona perelken na lobby z permisjami
danielo535 odpowiedział(a) na _Dominik387_ temat w Skrypty
po co dawać perłe graczowi ale svip może korzystać tylko? taki bez sens troche- 5 odpowiedzi
-
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
na dc napisz danielo535 -
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
luz -
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
jest permisja do komendy reset.admin -
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
prosze bardzo options: #Czas podaje sie w sekundach czas: 30 command /reset: permission: reset.admin trigger: send action bar "&cUsunięto &a%(size of {Reset::Blocks::*})% Bloków" to all players loop {Reset::Blocks::*}: set block at {Reset::Blocks::%loop-index%} to air clear {Reset::Blocks::*} set {Reset::Timer} to {@czas} every 1 second: if {Reset::Timer} isn't set: set {Reset::Timer} to {@czas} stop if {Reset::Timer} > 0: send action bar "&cReset Mapy za &a%{Reset::Timer}%s" to all players remove 1 from {Reset::Timer} if {Reset::Timer} <= 0: send action bar "&cUsunięto &a%(size of {Reset::Blocks::*})% Bloków" to all players loop {Reset::Blocks::*}: set block at {Reset::Blocks::%loop-index%} to air clear {Reset::Blocks::*} set {Reset::Timer} to {@czas} on place: add event-block's location to {Reset::Blocks::*} -
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
options: czas: 30 every 1 second: send action bar "&cReset Mapy za &a%{Reset::Timer}%s" to all players if {Reset::Timer} isn't set: set {Reset::Timer} to {@czas} stop if {Reset::Timer} > 0: remove 1 from {Reset::Timer} if {Reset::Timer} <= 0: loop {Reset::Blocks::*}: set block at {Reset::Blocks::%loop-index%} to air clear {Reset::Blocks::*} set {Reset::Timer} to {@czas} on place: add event-block's location to {Reset::Blocks::*} trzymaj -
Skrypt na usuwanie bloków z odliczaniem czasu
danielo535 odpowiedział(a) na Yaoo1337 pytanie w Zlecenia
gdzie ustawiłeś {_time} -
ta za chwile ogarne tylko wytłumacz jak ten sk ma działać Dopiska: dobra nie doczytałem wyżej że już ogarnołes temat do zamknięcia
-
Prosze bardzo lekko to rozbudowałem
-
już mu to ogarnołem można zamknąć temat jak coś
-
/gamerule doFireTick false
-
opisz to bardziej bo nie kumam
-
ta zauważyłem to też w aktualizacji po poprawiam takie rzeczy
-
dziękuje mordeczko
-
próbije wyciągnąć ownera gildi za pomocą set {_owner} to "tag" guild owner lecz nie zwraca mi ownera i ciągle jest none mam ten addon do funnyguild pobrany jak coś
-
Mały skrypt ale fajny skrypt napisany 4fun ale może sie komuś przydać FUNKCJE Wyleczenie gracza Najedzenie gracza Naprawienie całego eq lub osobnego itemku KOMENDY KOMENDA FEED /feed | Zregeneruje ci pasek jedzenia /feed <player> | Zregeneruje danemu graczowi pasek jedzenia KOMENDA REPAIR /repair | naprawia item trzynamy w łapce /repair all | naprawia wszystkie itemy w inventory KOMENDA HEAL /heal | Zregeneruje ci pasek życia /heal <player> | Zregeneruje danemu graczowi pasek życia KOD
- 1 odpowiedź
-
- repair
- repair all
-
(i 2 więcej)
Oznaczone tagami:
-
Witam wstawiam fajny skrypt dla was Funkcje: Zamienia itemy netherite na diax zachowująć przy tym enchant lore jak i nazwe Komendy: /kowal KOD WAŻNE skrypt wymaga użycia dodatku skbee by wszystko poprawnie działało
-
pobierz skbee
-
luzik jak coś pisz
-
command /kowal: trigger: if player's tool is netherite helmet: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond helmet enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite chestplate: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond chestplate enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite leggings: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond leggings enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite boots: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond boots enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite sword: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond sword enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite pickaxe: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond pickaxe enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop if player's tool is netherite axe: loop enchantments of player's tool: add loop-value to {_x::*} set {_n} to name of player's tool set {_l::*} to player's tool's lore set {_e} to nbt of player's tool remove player's tool from player's inventory set {_m} to diamond axe enchant {_m} with {_x::*} give {_m} named {_n} with lore {_l::*} with nbt {_e} with all flags hidden to player clear {_x::*} stop else: send "&cWez przedmiot na wymiane do reki!" prosze bardzo
