Question How do I set the /spawn command to send people to the spawn in their world?

Discussion in 'Bukkit Help' started by Adonias, Jul 8, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Adonias

    I have multiverse, with two worlds. One world runs Factions, the other Skyblock. While I had no trouble setting up different permissions for different worlds (Thank you PEX), every time someone uses /spawn in the skyblock world, it sends them to the Factions world spawn. Any ideas on how to fix this?

    Note: I am running all plugins in 1.10.2
     
  2. Offline

    SW1RL

    @Adonias I'm no expert but try /setworldspawn
     
  3. Offline

    ipodtouch0218

    In commands.yml you should see this:
    Code:
    aliases:
      icanhasbukkit:
      - version $1-
    You're going to replace "icanhasbukkit" with "spawn"
    And "version $1" with "mvspawn" (remove the second - )

    And it should look like this:
    Code:
    aliases:
      spawn:
      - mvspawn
    This is an alias, so if a player does /spawn it will run /mvspawn automatically for them. /mvspawn is MultiVerse's /spawn command per world

    Make sure all you players have the "multiverse.core.spawn.self" permission so they can execute /mvspawn.
     
  4. Offline

    Adonias

    Thank you so much! By the way, I was only able to find commands.yml in my FTP in my control panel.
     
    Last edited: Jul 9, 2016
Thread Status:
Not open for further replies.

Share This Page