Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Suitable Location Found #63

Open
Wizirdi opened this issue Feb 22, 2020 · 7 comments
Open

No Suitable Location Found #63

Wizirdi opened this issue Feb 22, 2020 · 7 comments

Comments

@Wizirdi
Copy link

Wizirdi commented Feb 22, 2020

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?

@RoboMWM
Copy link
Collaborator

RoboMWM commented Feb 23, 2020

/version and /version Wild

@Wizirdi
Copy link
Author

Wizirdi commented Feb 23, 2020

1.15.2 and wild 2.15-a6aebd3

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

@RoboMWM
Copy link
Collaborator

RoboMWM commented Feb 23, 2020

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.

@Wizirdi
Copy link
Author

Wizirdi commented Feb 23, 2020

image

@RoboMWM
Copy link
Collaborator

RoboMWM commented Feb 23, 2020

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.

@allepicondor
Copy link

I also have this problem but im running paper 1.15.2

@iCaitlyn
Copy link

iCaitlyn commented Jun 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants