Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-495

ChunkGenerator spawn location incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • None
    • windows 7 64bit

    • DungeonMe (unreleased)

      In a new plugin I am working on which is contains a ChunkGenerator, I have set the spawn location to exact coords :

      public Location getFixedSpawnLocation(World world, Random random) {
      return new Location(world, 8, 65, 8);
      }

      But new players spawn on top of the world and in a different location instead of these exact coords. I think it uses vanilla spawn location for first spawn, which forces players on top of the world. When players die, they do spawn at that location. New players should spawn where the fixed spawn location is set.

      https://github.com/WorldCretornica/DungeonMe/blob/master/src/main/java/com/worldcretornica/dungeonme/DungeonGenerator.java

            Unassigned Unassigned
            zachbora Zach Bora
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: