Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
NoBuildingOnSpawnPoints
Prevent players from building on top of spawn points.
All locations are discovered programmatically.
Are you sick and tired of your noob players building on the beach and other spawn locations and ultimately trapping new players when they spawn into the map? Me too!
This plugin prevents that from happening on ALL maps!
Enjoy! Please leave a rating!
Configuration:
Reload command: NoBuildingOnSpawnPoints.reload
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
If you enjoy my plugins, please leave a rating!
NoBuildingOnSpawnPoints
Prevent players from building on top of spawn points.
All locations are discovered programmatically.
Are you sick and tired of your noob players building on the beach and other spawn locations and ultimately trapping new players when they spawn into the map? Me too!
This plugin prevents that from happening on ALL maps!
Enjoy! Please leave a rating!
Configuration:
JSON:
{
"NoBuildingOnSpawnPoints":{
"Enabled": true,
"PreventBuilding": true, // prevents building at spawn points, otherwise just displays the MessageCannotBuildHere1
"NoBuildSpawnPointsRangeInFoundations": 5, // the radius around each spawn point in which building is prevented
"StructureWhitelist": [ // structures to allow
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"SenderNameInChat": "SERVER",
"MessageCannotBuildHere1": "You can not build here you are too close to a spawn point."
}
}
Reload command: NoBuildingOnSpawnPoints.reload
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!