Config.yml
Code (Text):
# GroupSpawn configuration
# Set to true to print extra debug information in console
debug: false
# Define your groups here. The permission checked is: groupspawns.group.<groupName>
# If a player has multiple group permissions, the highest 'priority' wins.
# For each group, you can set the world and coordinates, including yaw/pitch.
# Use /groupsawn setspawn <groupName> in-game to set these values automatically.
groups:
default:
priority: 0
world: world
x: 0.0
y: 64.0
z: 0.0
yaw: 0.0
pitch: 0.0
vip:
priority: 10
world: world
x: 10.5
y: 64.0
z: 10.5
yaw: 90.0
pitch: 0.0
staff:
priority: 100
world: world
x: -10.5
y: 70.0
z: -10.5
yaw: 180.0
pitch: 0.0
Permissions:
groupspawn.group.{groupname} <- Replace {groupname} with the actual name of the permissiongroup such as
or
or
or whatever you end up configuring
Commands:
/groupspawn setspawn {groupname}