0mustafa
arkadaşlar merhaba ben şunu istiyorum sunucuma bir portal yaptım oraya girince Nether Dünyasına gidiyorsun o dünyaya gitmek için bir rütbeye sahip olman lazım bunu nasıl yapcaz
options:
# soldaki yazı dünya ismi sağdaki yetkisi.
restrictedWorlds: "world1,world1.enter" and "world2,world2.enter"
on teleport:
if world of past event-location isn't world of event-location:
set {_restrictedWorlds::*} to {@restrictedWorlds}
loop {_restrictedWorlds::*}:
set {_split::*} to loop-value split at ","
continue if {_split::1} isn't world of event-location
set {_perm} to {_split::2}
if player doesn't have permission {_perm}:
teleport player to past event-location
send "&cBu dünyaya giriş iznin yok!" to player
stop loop
skript çalışıyor teşekkürler ellerine sağlıkPython:options: # soldaki yazı dünya ismi sağdaki yetkisi. restrictedWorlds: "world1,world1.enter" and "world2,world2.enter" on teleport: if world of past event-location isn't world of event-location: set {_restrictedWorlds::*} to {@restrictedWorlds} loop {_restrictedWorlds::*}: set {_split::*} to loop-value split at "," continue if {_split::1} isn't world of event-location set {_perm} to {_split::2} if player doesn't have permission {_perm}: teleport player to past event-location send "&cBu dünyaya giriş iznin yok!" to player stop loop
Yorumda nasıl kullanacağını belirttim. Hata çıkarsa yazarsın.
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!