VoidSpawn

VoidSpawn

133k Downloads

Void Spawn error

PotatoTheSimp opened this issue ยท 2 comments

commented

Describe the bug
After setting up the plugin correctly with the ingame commands AND the config file i keep on getting this error i've tried everything to solve it this is on a bungeecord server running purpur 1.18.1 it szeems to be say that world is invalid but i am in the world right now and i set it while being in it its weird

To Reproduce
Steps to reproduce the behavior:

  1. configure the plugin
    2.jump into void

Expected behavior
teleporting to spawn

Screenshots
2021-12-27_03 06 38
here
cons

**VoidSpawn Version:**1.20.0
MC Version: MC: 1.18.1 purpur: (8183257)
Spigot Version: not sure how to check this

commented

I would try change the config to this.

version: 2
spawn:
spawn:
x: -25.5
y: 8.0
z: -195.5
pitch: -5.2253246
yaw: -0.88910514
world: Minigames World
mode: command
options:
command: op:sudo ${player.name} spawn

I don't recommend having spaces in your world names.

commented

Hey! Sorry you were having some problems with the plugin. This is likely caused by the space in the world name. Try changing your config to the following:

version: 2
Minigames_World:
  spawn:
    x: -25.5
    y: 8.0
    z: -195.5
    pitch: -5.2253246
    yaw: -0.88910514
    world: Minigames_World

Going to close this off, but feel free to re-open this ticket if this is still a problem.