Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
NoBuildingOnStuff
All locations are discovered programmatically.
Prevents players from building on:
- Beaver spawns areas
- Supply drops (artifacts, cave drops etc..)
- Mission terminals
- Tribute terminals / Oblisks
- City terminals
- Player spawn points
- Explorer notes including glitches and runes
- Orbital Supply Drops
- Element Nodes
- Custom locations that you provide in the config file
Configuration:
Reload command: NoBuildingOnStuff.reload
Beaver Spawn areas:
Supply Drops:
Explorer Notes:
Runes:
Glitches:
Mission terminals:
City terminals:
Tribute terminals / Oblisks:
Spawn locations:
All data is loaded one time, when the plugin loads:
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!
NoBuildingOnStuff
All locations are discovered programmatically.
Prevents players from building on:
- Beaver spawns areas
- Supply drops (artifacts, cave drops etc..)
- Mission terminals
- Tribute terminals / Oblisks
- City terminals
- Player spawn points
- Explorer notes including glitches and runes
- Orbital Supply Drops
- Element Nodes
- Custom locations that you provide in the config file
Configuration:
JSON:
{
"NoBuildingOnStuff":{
"AccountID": "",
"Enabled": true, // enables plugin
"AllowAdminToBuildOnStuff": false, // allow enablecheats admins to build in areas below
"BeaverSpawnsEnabled": true, // enables beaver spawn areas
"BeaverSpawnsRangeInFoundations": 75,
"BeaverSpawnsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"CityTerminalsEnabled": true, // enables city terminals
"CityTerminalsRangeInFoundations": 20,
"CityTerminalsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"ExplorerNotesEnabled": true, // enables explorer notes
"ExplorerNotesRangeInFoundations": 5,
"ExplorerNotesWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"HordeDropsEnabled": true, // enables osd and element nodes
"HordeDropsRangeInFoundations": 20,
"HordeDropsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"MissionTerminalsEnabled": true, // enables mission terminals
"MissionTerminalsRangeInFoundations": 20,
"MissionTerminalsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"SpawnPointsEnabled": true, // enables spawn points
"SpawnPointsRangeInFoundations": 5,
"SpawnPointsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"SupplyDropsEnabled": true, // enables supply drops
"SupplyDropsRangeInFoundations": 5,
"SupplyDropsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"TributeTerminalsEnabled": true, // enables tribute terminals / oblisks
"TributeTerminalsRangeInFoundations": 30,
"TributeTerminalsWhitelist": [
"PrimalItemStructure_SleepingBag_Hide",
"PrimalItemStructure_SleepableSleepingbag"
],
"CustomLocations":[ // add your own custom locations. Use the first three numbers from a ccc command
{
"MapName": "TheIsland",
"Locations":[
{
"Name": "Someplace on the Island", // Give this a name. **The name displays when you are in admin mode. NOT REQUIRED, default is ""
"Enabled": false, // Is this location enabled? **NOT REQUIRED, default is true
"Location": [ 12222, 122222, 122222], // the x,y,z of the location. **REQUIRED
"RangeInFoundations": 5, // The range in foundations for the building prevention. **REQUIRED
"TribeIDs": [2981118212, 128971761] // Tribe Id's that are ALLOWED to build in this area. **NOT REQUIRED, default is empty
},
{ "Location": [-118119, 176516, -8834], "RangeInFoundations": 15 }
]
},
{
"MapName": "Testing123", // use a custom map name by adding to the command line: -jraMapName=Testing123
"Locations":[
{ "Location": [-130143, 162325, -9532], "RangeInFoundations": 3 },
{ "Location": [-118119, 176516, -8834], "RangeInFoundations": 3 }
]
}
],
"SenderNameInChat": "SERVER",
"MessageCannotBuildHere1": "You can not build here you are too close to a spawn point.",
"MessageCannotBuildHere2": "You can not build here you are too close to a mission terminal.",
"MessageCannotBuildHere3": "You can not build here you are too close to a city terminal.",
"MessageCannotBuildHere4": "You can not build here you are too close to a tribute terminal.",
"MessageCannotBuildHere5": "You can not build here you are too close to a {}.",
"MessageCannotBuildHere6": "You can not build here you are too close to a supply drop.",
"MessageCannotBuildHere7": "You can not build here you are too close to a beaver spawn point.",
"MessageCannotBuildHere8": "You can not build here you are too close to a orbital supply drop or element node.",
"MessageCannotBuildCustom": "You can not build here.",
"ExplorerNote": "explorer note",
"Glitch": "glitch",
"Rune": "rune"
}
}
Reload command: NoBuildingOnStuff.reload
Beaver Spawn areas:
Supply Drops:
Explorer Notes:
Runes:
Glitches:
Mission terminals:
City terminals:
Tribute terminals / Oblisks:
Spawn locations:
All data is loaded one time, when the plugin loads:
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!