Managing Roleplay Areas

From StargateMC
Jump to: navigation, search

Managing Roleplay Areas

What is a Roleplay Area?

A roleplay area is generally a server build where players are denied the rights to edit the terrain. It is usually populated with NPCs and sometimes serves as a player respawn point, for those not able to spawn closer to the location they died.

Creating a Roleplay Area

A roleplay area can be created by:

  • Protecting a world once it is loaded with the /sg protectworld true command (/sg protectworld false to disable)
  • Setting the spawn point for players in space, specifying the spawn area should be protected.

Relevant commands

/sg setrootspawn
Example Usage

/sg setrootspawn [Name_No_Spaces] [isProtected] [factionID] [repMin] [repMax]

Important points
  • Spaces in names for the spawn point must be provided in the form of underscores, to ensure the command processes successfully.
  • isProtected can be set to true or false (almost always should be true) to prevent players breaking blocks on a station. It has no effect on planets.
  • factionID should be set to the ID of the faction the spawn point is for, or -1 if the spawn point should not depend on a faction.
  • RepMin and RepMax can be set to -1 (Unfriendly), 0 (Neutral) or 1 (Friendly).
/sg protectworld
Example Usage

/sg protectworld [true/false]

Important points
  • This will protect an entire dimension from player initiated manipulation. It should not be used in space.
/sg listrootspawns
Example Usage

/sg listrootspawns

Important points
  • This lists all currently registered root spawn points, whether they be in space or otherwise.
/sg gotospawn
Example Usage

/sg gotospawn [Spawn_Name]

Important points
  • Spawn name is case sensitive and all spaces in the display name should be replaced with underscores.
/sg delrootspawn
Example Usage

/sg delrootspawn [Spawn_Name]

Important points
  • Spawn name is case sensitive and all spaces in the display name should be replaced with underscores.