Jump to content

cant enable plugin in Carbon

Not a Bug 1.0.1

Trevor
Trevor

Posted

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

Beast_

Posted (edited)

You need to enable it from the config and reload the plugin after.

Edited by Beast_
Beast_

Posted

if you still need any help, please contact me on discord for easier and faster support
Discord: beast.1

Beast_

Posted

Changed Status from Pending to Not a Bug

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2m

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.