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

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.3k
Customers served
Files Sold
161.9k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.