Çözüldüwildrtp ışınlama

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

Umut113

Odunlara Vur Vur Vur!
Katılım
25 Temmuz 2026
Mesajlar
25
Elmaslar
3
Puan
120
Yaş
18
Konum
türkiye
Minecraft
UmutTE234

Discord:

2v99swo

merhabalar betterrtp çok uğraştırınca wildrtp ye geçtim znpcye aktardım herhangi bir takılma olmadı ancak rtp dünya yerine lobi dünyasında biyere ışınlıyo direk nasıl ayarlicam
 
WildRTP config.yml dosyasını açıp worlds kısmından lobi dünyasını kaldırıp ve yerine asıl hayatta kalma dünyasının tam adını ekley,p denermisin NPC'ye verdiğin komutu sadece /wildrtp olarak değil, komutun sonuna ilgili dünya adını ekleyerek (örneğin /wildrtp dunya_adi şeklinde) güncelle NPC lobi dünyasında bulunduğu için düz komut yazıldığında eklenti oyuncuyu o an bulundukları lobi dünyasında rastgele ışınlamaya çalışıytor sanırsam Son olarak oyunda /wildrtp reload atarak veya sunucuyu yeniden başlatarak ayarları aktif ettiğinde tekrar dene istersen
 
WildRTP config.yml dosyasını açıp worlds kısmından lobi dünyasını kaldırıp ve yerine asıl hayatta kalma dünyasının tam adını ekley,p denermisin NPC'ye verdiğin komutu sadece /wildrtp olarak değil, komutun sonuna ilgili dünya adını ekleyerek (örneğin /wildrtp dunya_adi şeklinde) güncelle NPC lobi dünyasında bulunduğu için düz komut yazıldığında eklenti oyuncuyu o an bulundukları lobi dünyasında rastgele ışınlamaya çalışıytor sanırsam Son olarak oyunda /wildrtp reload atarak veya sunucuyu yeniden başlatarak ayarları aktif ettiğinde tekrar dene istersen

Hangisini Yapayım

Kod:
#  __          ___ _     _ _____ _______ _____

#  \ \        / (_) |   | |  __ \__   __|  __ \

#   \ \  /\  / / _| | __| | |__) | | |  | |__) |

#    \ \/  \/ / | | |/ _` |  _  /  | |  |  ___/

#     \  /\  /  | | | (_| | | \ \  | |  | |

#      \/  \/   |_|_|\__,_|_|  \_\ |_|  |_|

#

# by Joni - Thank you for using this plugin



# Language setting

# Available: [en, de, ru]

# You can add/edit languages in the plugin folder (/lang)

lang: en



# Global RTP settings

# This section defines the main settings for random teleportation

# Custom settings per world can be defined in the custom section

global:

  # Min & max teleportation range

  min: 1000

  max: 2500

 

  # Shape of the teleportation area [CIRCLE/SQUARE]

  shape: CIRCLE

 

  # Teleportation center

  center:

    player: false # If true, teleportation is centered on the player; x and z will be ignored

    x: 0 # X coordinate of center

    z: 0 # Z coordinate of center

 

  # Cooldown settings

  cooldown:

    enabled: true # Enable cooldown between RTP uses

    time: 5 # Cooldown time in seconds

 

  # Move timer settings

  movetimer:

    enabled: true # If true, no movement allowed before teleportation

    time: 5 # Time in seconds

    sound-canceled: ENTITY_VILLAGER_NO # Set to 'false' to disable.

 

  # Message settings

  messages:

    start: false # Show message when RTP starts

    end: true # Show message when RTP ends

 

  # Title messages displayed when RTP starts/ends

  titles:

    start:

      enabled: false

      fadeIn: 0.5

      stay: 2

      fadeOut: 0.5

    end:

      enabled: true

      fadeIn: 0.5

      stay: 2

      fadeOut: 0.5

 

  # Sound settings

  sound:

    start: false # Play a sound when teleport starts. Set to 'false' to disable.

    end: ENTITY_PLAYER_LEVELUP # Use any valid Bukkit Sound enum, e.g., ENTITY_PLAYER_LEVELUP.

 

  # Effect settings

  effects:

    start: # Give an effect when teleport starts.

      type: false # Set to 'false' to disable. Use any valid Bukkit PotionEffectType enum, e.g., "BLINDNESS".

      time: 1 # Duration in seconds for the effect to last.

    end:

      type: false

      time: 1

 

  # Blocks to avoid when teleporting

  # Use LEAVES to disable all teleports in leaves.

  blocks:

  - LAVA

  - WATER

  - AIR

 

  # Y-limits for teleporting

  # null = no limit

  y-min: null

  y-max: null

 

  # Biomes to avoid when teleporting

  # Example: biomes: [OCEAN, DESERT, PLAINS, FOREST, TAIGA, MUSHROOM_FIELDS, JUNGLE]

  # Set to '[]' to disable.

  biomes: []

 

  # Teleport to another world

  # If set to a valid world name, players will be teleported to that world instead of their current one.

  # Set to 'false' to teleport within the same world.

  tp-in-other-world: false

 

  # If true, the player's individual spawn point will be set to the new location upon teleporting.

  # Set to 'false' to disable.

  set-spawnpoint: false

 

  # Custom teleportation command to execute before/after teleporting.

  # %player% = player name

  # %x%, %y%, %z% = teleportation coordinates

  # Example: start: [ "say %player% is teleporting to %x%, %y%, %z%", "give %player% minecraft:ender_pearl 1" ]

  custom-command:

    start: []

    end: []

 

  # RTP generation strategy used to determine how safe locations are found.

  # This controls the algorithm used to pick valid teleport positions.

  #

  # Available strategies:

  # AUTO          - Automatically chooses the best strategy based on the world environment.

  # HIGHEST_BLOCK - Uses the highest non-air block. Extremely fast. Perfect for normal Overworld and The End.

  # BOTTOM_UP     - Scans from minY upwards for a solid block with space above it. Essential for the Nether or Cave worlds.

  # TOP_DOWN      - Scans from maxY downward.

  #

  # Recommended: AUTO (handles most worlds correctly without configuration)

  strategy: AUTO



# Auto-RTP settings

# Should the plugin teleport players automatically?

auto-rtp:

  onfirstjoin: false # When a player first joins the server

  onjoin: false # Every time a player joins the server

  ondeath:

    enabled: false # After a player dies

    prioritize-bed: false # If true, players will be teleported to their bed spawn point if they have one set.



# List mode: use 'blacklist' or 'whitelist'

list: blacklist



# Set to '[]' to disable the blacklist.

# Add blocked worlds here

blacklist: []



# Set to '[]' to disable the whitelist.

# Add allowed worlds here

whitelist: []



# Uncomment and modify to customize settings for specific worlds

# YOU CAN remove any fields you don’t want to customize,

# BUT missing values will be set to the global values

# (e.g. max in global is 2500 and if not set here it will be 2500 as well)

# To enable, remove { } and add your worlds below:

# A short example is shown below:

custom: {}

#  my_custom_world:

#    min: 500

#    max: 1500

#    cooldown:

#      time: 30

#    biomes: [OCEAN, DESERT]



# Maximum attempts to find a safe location before failing

max-tries: 25



# If you want to change the prefix, you can do it here

prefix: '&8[&2WildRTP&8] &6'



# Hook settings for third-party plugins

hooks:

  worldguard:

    enabled: false # When enabled, checks if a location is inside any protected region and skips it if so

  protectionstones:

    enabled: false # When enabled, checks if a location is inside any protected region and skips it if so

  towny:

    enabled: false # When enabled, checks if a location is claimed and skips it if so

  residence:

    enabled: false # When enabled, checks if a location is claimed and skips it if so

  griefdefender:

    enabled: false # When enabled, checks if a location is in the wilderness



# Check for updates

check-updates: true



# Notify admins about plugin updates when they join

notify-updates-on-join: true



# If I am allowed to collect anonymous data about your server and this plugin. So I can see how many servers are using this plugin :)

# And you can see the data as well here https://bstats.org/plugin/bukkit/WildRTP/17799

metrics: true



# Advanced settings

force-close-inventories: true

per-world-cooldowns: false

prevent-spam: true # Block multiple searches while one is in progress



# Debug mode

debug: false



# Config version (do not change)

config-version: 15
 
tp-in-other-world: false

Bu false olduğu için /wildrtp oyuncuyu bulunduğu dünyada RTP'liyor. NPC lobide olduğu için lobide rastgele bir yere atmasının sebebi büyük ihtimalle bu.

RTP'nin direkt survival dünyasında yapılmasını istiyorsan false yerine survival dünyasının tam dünya adını yaz:

tp-in-other-world: world
Örneğin survival dünyasının adı survival ise:

tp-in-other-world: survival
Daha sonra config'i kaydedip /wildrtp reload yapabilir veya sunucuyu yeniden başlatabilirsin.

Ayrıca blacklist ve whitelist şu an boş olduğu için onları değiştirmen gerekmiyor.

NPC komutunu da şimdilik sadece /wildrtp bırakıp önce bu ayarla denermisin
 
tp-in-other-world: false

Bu false olduğu için /wildrtp oyuncuyu bulunduğu dünyada RTP'liyor. NPC lobide olduğu için lobide rastgele bir yere atmasının sebebi büyük ihtimalle bu.

RTP'nin direkt survival dünyasında yapılmasını istiyorsan false yerine survival dünyasının tam dünya adını yaz:

tp-in-other-world: world
Örneğin survival dünyasının adı survival ise:

tp-in-other-world: survival
Daha sonra config'i kaydedip /wildrtp reload yapabilir veya sunucuyu yeniden başlatabilirsin.

Ayrıca blacklist ve whitelist şu an boş olduğu için onları değiştirmen gerekmiyor.

NPC komutunu da şimdilik sadece /wildrtp bırakıp önce bu ayarla denermisin
hocam npcye tıklayınca dünyaya atıyo 3 4 sanıye sonra rtp atıyo rtp atıyo sorunsuz ama hemen rtp attırması için configten hangi ayarını değiştircem yazarmısın bide çok teşşekkür ederim buda olunca bitiyo
 
hocam npcye tıklayınca dünyaya atıyo 3 4 sanıye sonra rtp atıyo rtp atıyo sorunsuz ama hemen rtp attırması için configten hangi ayarını değiştircem yazarmısın bide çok teşşekkür ederim buda olunca bitiyo
Rica ederim ne demejk Son kalan 3-4 saniyelik bekleme için config'deki movetimer ayarını kapatman gerekiyordu sanırsam

Şu an:

movetimer:
enabled: true
time: 5

Bunu:

movetimer:
enabled: false
time: 5
şeklinde yap. enabled: false olduğu için time: 5 artık kullanılmayacak.

Sonra /wildrtp reload atıp NPC'ye tekrar tıkla. Böylece NPC'ye tıkladığında önce dünyaya gidip birkaç saniye beklemek yerine RTP'nin mümkün olduğunca direkt başlaması gerekir
 
Rica ederim ne demejk Son kalan 3-4 saniyelik bekleme için config'deki movetimer ayarını kapatman gerekiyordu sanırsam

Şu an:

movetimer:
enabled: true
time: 5

Bunu:

movetimer:
enabled: false
time: 5
şeklinde yap. enabled: false olduğu için time: 5 artık kullanılmayacak.

Sonra /wildrtp reload atıp NPC'ye tekrar tıkla. Böylece NPC'ye tıkladığında önce dünyaya gidip birkaç saniye beklemek yerine RTP'nin mümkün olduğunca direkt başlaması gerekir
çooook teşekkür ederim birde öldükten sonra gene rtp atmasını istiyorum o konuda bi bilginiz varmı veya ayarladığım warpa gelsin ölünce
 
çooook teşekkür ederim birde öldükten sonra gene rtp atmasını istiyorum o konuda bi bilginiz varmı veya ayarladığım warpa gelsin ölünce
Rica ederimmm

Öldükten sonra tekrar otomatik RTP atmasını istiyorsan config'de zaten bunun için ayar var. Şunu:

auto-rtp:
onfirstjoin: false
onjoin: false
ondeath:
enabled: false
prioritize-bed: false

şöyle yap:

auto-rtp:
onfirstjoin: false
onjoin: false
ondeath:
enabled: true
prioritize-bed: false
Böylece oyuncu öldüğünde WildRTP otomatik olarak tekrar RTP yapar.

Eğer “ölünce RTP değil de belirlediğim /warp noktasına gitsin” diyorsan, onu WildRTP config'inden yapamazsın. Bunun için kullandığın diğer eklentinin (örneğin EssentialsX) ölüm/respawn ayarlarına bakmak gerekiyor.
 
Rica ederimmm

Öldükten sonra tekrar otomatik RTP atmasını istiyorsan config'de zaten bunun için ayar var. Şunu:

auto-rtp:
onfirstjoin: false
onjoin: false
ondeath:
enabled: false
prioritize-bed: false

şöyle yap:

auto-rtp:
onfirstjoin: false
onjoin: false
ondeath:
enabled: true
prioritize-bed: false
Böylece oyuncu öldüğünde WildRTP otomatik olarak tekrar RTP yapar.

Eğer “ölünce RTP değil de belirlediğim /warp noktasına gitsin” diyorsan, onu WildRTP config'inden yapamazsın. Bunun için kullandığın diğer eklentinin (örneğin EssentialsX) ölüm/respawn ayarlarına bakmak gerekiyor.
teşkkür ederim iyi günler
 
teşkkür ederim iyi günler
Rica ederim ne demek hall olduysa sıkıntı yok bettertp biraz sıkıntılı sanırsam wildrtp daha rahat çözüldü olarak işaretleyebilirsin sana da iyi günler
 
Çözüm Mesajı
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