Mam pytanie jak zrobić GUI w którym mógłbym otworzyć drugą stronę?
Chodzi mi dokładnie o kod do tego.
Kod:
on script load:
register new shaped recipe for golden carrot named "&c&lPiohrun" with lore "&aBogowie to jedza!" using iron ingot, iron ingot, iron ingot, iron ingot, 8 seeds, iron ingot, iron ingot, iron ingot, iron ingot
variables:
{server.join::%player%} = 0
{eat.kox::%player%} = 0
{eat.zlot.march::%player%} = 0
{mine.stone::%player%} = 0
on join:
add 1 to {server.join::%player%}
on eat of enchanted golden apple:
remove 1 enchanted golden apple from player's inventory
add 1 to {eat.kox::%player%}
on eat of golden carrot:
remove 1 golden carrot from player's inventory
add 1 to {eat.zlot.march::%player%}
apply speed tier 2 to the player for 30 seconds
on mine of stone:
cancel event
add 1 cobblestone to player's inventory
add 1 to {mine.stone::%player%}
command /statystyki:
trigger:
open chest with 3 rows named "&a&lStatystyki" to player
wait 1 tick
format slot 10 of player with paper named "&eWbiles do nas" with lore "&6%{server.join::%player%}% raz/y" to be unstealable
format slot 12 of player with enchanted golden apple named "&eZjadles" with lore "&6%{eat.kox::%player%}% kox/ow" to be unstealable
format slot 14 of player with golden carrot named "&eZjadles" with lore "&6%{eat.zlot.march::%player%}% pioruny/ow " to be unstealable
format slot 16 of player with stone named "&eWykopano" with lore "&6%{mine.stone::%player%}% kamien/ia/ie" to be unstealable Jak zrobić aby w tym GUI otworzyła się druga strona?
Pytanie
zerziG 2
Witam.
Mam pytanie jak zrobić GUI w którym mógłbym otworzyć drugą stronę?
Chodzi mi dokładnie o kod do tego.
Kod:
on script load:
register new shaped recipe for golden carrot named "&c&lPiohrun" with lore "&aBogowie to jedza!" using iron ingot, iron ingot, iron ingot, iron ingot, 8 seeds, iron ingot, iron ingot, iron ingot, iron ingot
variables:
{server.join::%player%} = 0
{eat.kox::%player%} = 0
{eat.zlot.march::%player%} = 0
{mine.stone::%player%} = 0
on join:
add 1 to {server.join::%player%}
on eat of enchanted golden apple:
remove 1 enchanted golden apple from player's inventory
add 1 to {eat.kox::%player%}
on eat of golden carrot:
remove 1 golden carrot from player's inventory
add 1 to {eat.zlot.march::%player%}
apply speed tier 2 to the player for 30 seconds
on mine of stone:
cancel event
add 1 cobblestone to player's inventory
add 1 to {mine.stone::%player%}
command /statystyki:
trigger:
open chest with 3 rows named "&a&lStatystyki" to player
wait 1 tick
format slot 10 of player with paper named "&eWbiles do nas" with lore "&6%{server.join::%player%}% raz/y" to be unstealable
format slot 12 of player with enchanted golden apple named "&eZjadles" with lore "&6%{eat.kox::%player%}% kox/ow" to be unstealable
format slot 14 of player with golden carrot named "&eZjadles" with lore "&6%{eat.zlot.march::%player%}% pioruny/ow " to be unstealable
format slot 16 of player with stone named "&eWykopano" with lore "&6%{mine.stone::%player%}% kamien/ia/ie" to be unstealable
Jak zrobić aby w tym GUI otworzyła się druga strona?
Odnośnik do komentarza
Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi