Jump to content

cant enable plugin in Carbon

Not a Bug 1.0.1

Trevor

I have download the SpawnConfig plugin, and however the plugin does not show up on the list.  In the description it states that the plugin need to be enabled but I cannot find the line in the CS coding to enable it.

 

[JsonProperty("Enabled")]
            public bool Enabled = false;

            [JsonProperty("Spawns")]
            public List<SpawnableObject> AssetPrefabs { get; set; } = new List<SpawnableObject>();

            public string ToJson() => JsonConvert.SerializeObject(this);

            public Dictionary<string, object> ToDictionary() => JsonConvert.DeserializeObject<Dictionary<string, object>>(ToJson());
        }

 

This is the only section I could find Enabled = false, if I was to change that to true would it make the plugin work.

 

 

SpawnConfig.cs

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83.6k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.