Blockland Forums > Help
Too many addons
Zeblote:
Not all add-ons use the same ammount of datablocks. For example, weapons use a lot of them while bricks use 1 and scripts use 0.
If you really want to, you can scroll up in the console after starting a server, until you reach the part where it is executing all the add-ons.
Executing an add-on is like a "block" of text in the console:
--- Code: ---Loading Add-On: Emote_Alarm (CRC:1385772704)
Executing Add-Ons/Emote_Alarm/server.cs.
Executing Add-Ons/Emote_Alarm/emote_alarm.cs.
5 datablocks added.
--- End code ---
The last line tells you how many datablocks each add-on uses.
Figure out those ones that use a ton of them and make sure that you really need them.
You can have a total of 4092 datablocks.
Swollow:
--- Quote from: Advanced Bot on June 23, 2013, 03:55:38 AM ---Make sure you check your whole add-on list of what you will mainly use. If not, I recommend unchecking it, therefore, you can load datablocks faster.
I found out the datablock limit is around 3000 a few years ago, not exactly sure if it is 3000, but it is around there.
--- End quote ---
its like 4092
Advanced Bot:
--- Quote from: swollow on June 23, 2013, 10:36:20 AM ---its like 4092
--- End quote ---
I was way off...