Raidable Shelters

Raidable Shelters 1.7.1

Sign in to download
so this works with shacks only? or can you provide ur own copypaste files?
The plugin automatically places interior entities within the shelter, randomly determining their positions and rotations—no need for the Copy Paste plugin!
 
they not spawning wat i do wrong g
Shelters spawn at random locations around players who meet certain criteria, such as not being in monuments, near enemy bases, or in water. If shelters aren't spawning, it means there aren't any valid positions available at the time the plugin checked for spawning
 
do you think it would be possible to implement an feature that would allow us to set a percentage to spawn? such as...
assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab : spawn chance 50%
assets/prefabs/deployable/furnace/furnace.prefab : spawn chance 12%
campfire: spawn chance 100%
etc
etc...


AS well do you think it would be possible to do the following? set custom positions for objects? see image > https://ibb.co/NWfNWmY
 
Last edited:
do you think it would be possible to implement an feature that would allow us to set a percentage to spawn? such as...
assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab : spawn chance 50%
assets/prefabs/deployable/furnace/furnace.prefab : spawn chance 12%
campfire: spawn chance 100%
Sure thing, it'll be included in the next update! (y)

AS well do you think it would be possible to do the following? set custom positions for objects?
No, see, the main feature of the plugin is its automatic generator, which doesn't rely on hardcoded positions and rotations for entity spawning
 
Not sure what I'm doing wrong, but I've been running this since launch on the default configuration and I have never seen it spawn once. I upgraded it as updates come out hoping it would be resolved.
 
Not sure what I'm doing wrong, but I've been running this since launch on the default configuration and I have never seen it spawn once. I upgraded it as updates come out hoping it would be resolved.
Shelters spawn at random locations around players who meet certain criteria, such as not being in monuments, near enemy bases, or in water. If shelters aren't spawning, it means there aren't any valid positions available at the time the plugin checked for spawning
 
Not sure what I'm doing wrong, but I've been running this since launch on the default configuration and I have never seen it spawn once. I upgraded it as updates come out hoping it would be resolved.
A debug mode has been added in the latest version, you may use it to get visual feedback on why shelters fail to spawn
 
plugin not working

Have this when i try on local server
Could not initialize plugin 'RaidableShelters v1.4.0' (JsonReaderException: Unexpected character encountered while parsing value: T. Path 'Notification['Notify Surrounding Players Of Shelter Spawn']', line 24, position 52.)on 51.)
at Newtonsoft.Json.JsonTextReader.ReadAsBoolean () [0x00294] in <271c58b7a8684db5a2c92be17a81f252>:0 b/s in, 0b/s out
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x0006e] in <271c58b7a8684db5a2c92be17a81f252
 
plugin not working

Have this when i try on local server
Could not initialize plugin 'RaidableShelters v1.4.0' (JsonReaderException: Unexpected character encountered while parsing value: T. Path 'Notification['Notify Surrounding Players Of Shelter Spawn']', line 24, position 52.)on 51.)
at Newtonsoft.Json.JsonTextReader.ReadAsBoolean () [0x00294] in <271c58b7a8684db5a2c92be17a81f252>:0 b/s in, 0b/s out
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x0006e] in <271c58b7a8684db5a2c92be17a81f252

Your config has a syntax error somewhere in this section:
JSON:
  "Notification": {
    "Notify Surrounding Players Of Shelter Spawn": false,
    "Radius For Notifying Nearby Players": 40.0,
    "Send As Toast": true
  },
 
Last edited:
Hey, nice plugin idea, but im missing something more, way to easy to raid shelters, maybe can you add in cfg couple lines like this:
"min shelter and doors hp": 1000,
"max shelter and doors hp": 2000,
 
Back
Top