Spawns database is used to record and store multiple points chosen by the user. It serves no purpose standalone, but is for use with other plugins
Return a random (Vector3) spawn point from the specified spawnfile, or (string) error message:
Return a random (Vector3) spawnpoint between the range of min and max from the specified spawn file, or (string) error message:
Return a specific (Vector3) spawnpoint from the specified spawn file, or (string) error message:
Return (string[]) of all valid spawn file names:
Chat Commands
- /spawns new - Create a new spawn file
- /spawns open - Open a existing spawn file
- /spawns add - Add a spawn point
- /spawns remove <number> - Remove a spawn point
- /spawns save <filename> - Save the spawn file
- /spawns close - Cancel spawn file creation
- /spawns show - Display boxes on each spawn point with their corresponding spawn number
For Developers
Return (int) the max number of spawn points in the specified spawn file, or (string) error message:Return a random (Vector3) spawn point from the specified spawnfile, or (string) error message:
Return a random (Vector3) spawnpoint between the range of min and max from the specified spawn file, or (string) error message:
Return a specific (Vector3) spawnpoint from the specified spawn file, or (string) error message:
Return (string[]) of all valid spawn file names: