Çözüldü RANDOM TELEPORT ORMAN SORUNU

  • Konuyu Başlatan Konuyu Başlatan sallaxx44
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 915
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

sallaxx44

Somon Balığı Selam Vermeye Geldi
Katılım
13 Nisan 2015
Mesajlar
16
Elmaslar
2
Puan
13.460
Yaş
35
Arkadaşlar sunucumda random teleport kullanıcam fakat spawn da /rtp yazdığımız zaman spawn da random bir yere ışınlıyor. Onu nasıl rtp yazınca warp ormanda rastgele bir yere ışınlayabilirim?
 
Kod:
# The current version of the config (DO NOT CHANGE)
config-version: 2

updater:
  # Whether or not to auto-update RandomTP.
  auto-update: false

# A list of biomes to prevent teleportation to.
biome-blacklist:
  - OCEAN
  - RIVER
  - DEEP_OCEAN

# A list of blocks to prevent teleportation to.
block-blacklist:
  - CACTUS

# max-x - The max X coordinate for teleport locations.
# max-y - The max Y coordinate for teleport locations.
# cost - The cost to teleport (requires Vault). Set to '0.0' to disable.
# cooldown - The delay, in seconds, required between teleports. Set to '0' to disable.
worlds:
  spawn:
    max-x: 1000
    max-z: 1000
    cost: 0.0
    cooldown: 0
 
Kod:
worlds:
  spawn:
    max-x: 1000
    max-z: 1000
    cost: 0.0
    cooldown: 0


Bu kısımda spawn: yerine ormanın dünya ismini yazın.
 
Farklı bir eklenti varmı bunun için?
 
Kod:
on command "/rtp":
    if player is in "spawn":
        cancel event
        send "Bu dünyada yasak"

Bu skript işinize yarayacaktır
bunu yapmam mantıksız olur çünkü ben warp orman yazıldığı zaman ormanda rastgele bir yere ışınlanmalarını istiyorum.
Skript ile warp orman ı /rtp olarak ayarladım.
 
Ekran görüntüsü 2021-06-06 162429.png
 

Kod:
# The current version of the config (DO NOT CHANGE)
config-version: 2

updater:
  # Whether or not to auto-update RandomTP.
  auto-update: false

# A list of biomes to prevent teleportation to.
biome-blacklist:
  - OCEAN
  - RIVER
  - DEEP_OCEAN

# A list of blocks to prevent teleportation to.
block-blacklist:
  - CACTUS

# max-x - The max X coordinate for teleport locations.
# max-y - The max Y coordinate for teleport locations.
# cost - The cost to teleport (requires Vault). Set to '0.0' to disable.
# cooldown - The delay, in seconds, required between teleports. Set to '0' to disable.
worlds:
  orman:
    max-x: 1000
    max-z: 1000
    cost: 0.0
    cooldown: 0
 
Seedini değiştirmeni öneririm çünkü seedini buradan gören kişiler gayet kolay dungeon ve biyomları bulabilirler.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst