en
Switch Language
  1. PowerNukkitX
  2. Get Started
  3. Config

    1. server.properties
    2. nukkit.yml
    3. pnx-cli-config.ini
    4. Anti-xray
    5. Resource Encryption
    6. Compression Acceleration
    7. PNX with WaterDogPE
    8. Flat World
  4. FAQ

    1. To Newcomers
    2. How to use PNX-CLI
    3. Common Questions
    4. Terra Questions
    5. Spawn-point Questions
    6. Convert Worlds
  5. For Devs

    1. Java

      1. Goto JavaDoc
      2. Mod API

        1. Custom Block
        2. Custom Item
        3. Custom Entity
        4. Custom Enchantment
      3. Entity AI

        1. Behavior
        2. Memory
        3. Sensor
        4. Motion Controller
        5. Navigator
        6. Behavior Group
        7. Work Cycle
    2. JavaScript

      1. setup dev env
      2. Base LLSELib dev
      3. Hello World
      4. Basic knowledge
      5. Event Listener
      6. FAQ
    3. Resources

      1. Event List
      2. IDs(block & item)

Explanation for spawn-points

About player respawn point priority

World respawn points < Player respawn points = Block respawn points (e.g. bed Respawn anchor)

About respawn point data storage

World respawn point data is stored in each world, player respawn points and block respawn points are stored in each player itself

Describe the logic of player respawn selection of respawn points

Briefly explain the logic of all respawn point changes

Tips

In previous versions of PNX, the player respawn point was set to be the same as the world respawn point when the player first joined the server, so if you want to use the world respawn point, you may need to use the /clearspawnpoint command to clear all players' player respawn points for it to take effect

Why this design?

You may wonder? It feels very dull to design it this way, and it is. But for legacy reasons, it's the best we can do to ensure plugin compatibility.


© PowerNukkitX Dev team