Config

Config

default-on-death: true #If true, the player will spawn in the default spawn area when they die. (Unless ignore-beds is set to false, and the player has slept)
ignore-beds: false #If true, the player will not spawn at their bed when they die, but rather the default world spawn if default-on-death is false, or the default spawn area if default-on-death is true.

default: #The default spawn area.
    hazards: [10,11,81,51] #These are the block ids for the hazards (Blocks you don't want to teleport on) Go ahead and add some if you want.
    worldname: world #This is the world the player will spawn in. It is the name of the folder.
    corner1: #Corner 1 of the default spawn area. Remember, the coordinates must be integers! That means no decimals! :)
        x: 0 #The x coordinate of corner 1
        z: 0 #The z coordinate of corner 1
    corner2: #Corner 2 of the default spawn area.
        x: 100 #The x coordinate of corner 2
        z: 100 #The z coordinate of corner 2

You can add more spawn areas with this template:

spawn_area_name: #This is what you will type after the command /sa or /spawnarea (I.E.: /sa spawn_area_name).
    hazards: [10,11,81,51] #These are the block ids for the hazards (Blocks you don't want to teleport on) Go ahead and add some if you want.
    worldname: world #This is the world the player will spawn in. It is the name of the folder.
    corner1: #Corner 1 of the spawn area. Remember, the coordinates must be integers! That means no decimals! :)
        x: 0 #The x coordinate of corner 1
        z: 0 #The z coordinate of corner 1
    corner2: #Corner 2 of the spawn area.
        x: 100 #The x coordinate of corner 2
        z: 100 #The z coordinate of corner 2

Comments

Posts Quoted:
Reply
Clear All Quotes