Wilderness-Tp

Wilderness-Tp

36.7k Downloads

No Suitable Location Found

Wizirdi opened this issue ยท 7 comments

commented

So out of the 60 times I've used it, it has only teleported me about 4-5 times... The rest of the times it says it can't find a suitable location. This is all true with signs, portals and the command.

I have adjusted the retries from 6, to 30, to 60 to 120. All the same results.

Any suggestions?

commented

/version and /version Wild

commented

1.15.2 and wild 2.15-a6aebd3

I set the retries to 500 and it seems to be working more often

commented

Need full /version cuz idk if you running spigot or paper, and which one. Because spigot fixed something a while back so if your paper version is too old then that might be why.

commented

image

commented

Ah ok. So if you're using spigot I think the plugin ignores the retries option (it's fixed at 4 I think), since retries in spigot are much more expensive than retries in Paper (since Paper has async chunk loading). I'll see if I can make the default vary between spigot and Paper so that both can benefit from this config option. Or just switch to Paper.

commented

Currently having this issue on Wild v2.19, and Paper 1.15.2 (paper-373, latest version as from https://papermc.io/downloads#Paper-1.15 but is the same as paper-372).

Additional information: This happens when we are using the commands in the "world_resources" world, as we have disabled the use in the main world.

debug: false
cooldownMsgUsesActionBar: true
enableGUI: true
enableBar: true
shareCoolDown: false
callFiremenInNether: false
freezeWhileRTP: false
moveCancelRTP: true
Sound: ENTITY_ENDERMAN_TELEPORT
BlockedBiomes:
- COLD_OCEAN
- DEEP_COLD_OCEAN
- DEEP_FROZEN_OCEAN
- DEEP_LUKEWARM_OCEAN
- DEEP_OCEAN
- DEEP_WARM_OCEAN
- FROZEN_OCEAN
- FROZEN_OCEAN
- LUKEWARM_OCEAN
- OCEAN
- RIVER
- WARM_OCEAN
BlockedBlocks:
- CACTUS
- FIRE
- LAVA
- MAGMA_BLOCK
- AIR
- VOID_AIR
- CAVE_AIR
MinXY: -5000
MaxXY: 5000
movingBorder: true
Wait: 5
Retries: 6
Cooldown: 0
Cost: 0
paidTPconfirmation: 30
teleportNewPlayers: false
dropPlayerFromAbove: false
dropPlayerFromHeight: 255
DoCommands: false
PostCommands:
- title %PLAYER% times 20 100 20
- title %PLAYER% title ["",{"text":"Wilderness","color":"green","bold":false}]
- title %PLAYER% subtitle ["",{"text":"Its too dangerous to go alone.","color":"yellow"}]
useRandomWorlds: false
randomWorlds:
  world: 0
  world_nether: 42
useGlobalClaimCheck: true
useAlternativeGlobalClaimCheck: false
signTexts:
  createWith: '[wildtp]'
  line1: '&4===================='
  line2: '[&1Wild&0]'
  line3: '&4===================='
  costFree: '&b&lFREE'
  costMoney: '&4%COST% $'
worldsAliaz:
  world: world
  world_nether: world_nether
  world_the_end: world_the_end
  world_resources: world_resources
overrides:
  world: world_resources
Bypass:
  cooldown:
    COMMAND: false
    GUI: false
    OTHERGUY: true
    PORTAL: false
    SIGN: false
  cost:
    COMMAND: false
    GUI: false
    OTHERGUY: true
    PORTAL: false
    SIGN: false
  delay:
    COMMAND: false
    GUI: false
    OTHERGUY: true
    PORTAL: true
    SIGN: false
Portals:
  Gamemodes:
  - ADVENTURE
  - SURVIVAL
  freezeWhileRTP: false
  moveCancelRTP: true
  xMax: 10
  yMax: 10
  zMax: 10
  push: 1.0
Effects:
  COMMAND:
  - BLINDNESS
  - CONFUSION:99
  - SLOW_DIGGING:3
  GUI: []
  JOIN:
  - BLINDNESS
  - CONFUSION
  OTHERGUY: []
  PORTAL:
  - BLINDNESS
  - CONFUSION
  - INVISIBILITY
  - SLOW:2
  SIGN: []
barColor:
  searching: YELLOW
  waiting: GREEN
barStyle:
  searching: SEGMENTED_6
  waiting: SOLID
commented

I also have this problem but im running paper 1.15.2