PerGroupSpawn - Simple permission based spawning icon

PerGroupSpawn - Simple permission based spawning -----

A super simple and lightweight per-group spawning system for small SMP's or event-servers



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
Code (Text):
vip
or
Code (Text):
staff
or
Code (Text):
default
or whatever you end up configuring :)

Commands:

/groupspawn setspawn {groupname}
Resource Information
Author:
----------
Total Downloads: 5
First Release: Sep 21, 2025
Last Update: Sep 21, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings