Blockland Forums > Help
What command activates addons in a dedicated server?
ThinkInvisible:
--- Quote from: Cnaibedoge on November 08, 2012, 09:16:54 PM ---dammit thanks, Kalph, I didn't even know that existed.
--- End quote ---
there's also
--- Code: ---setModPaths(getModPaths();
--- End code ---
which will essentially do discoverFile for every add-on it can find
useful if you're enabling/changing a lot of add-ons at once (or are just lazy)
Kalphiter:
--- Quote from: ThinkInvisible on November 09, 2012, 07:26:30 AM ---
--- Code: ---setModPaths(getModPaths();
--- End code ---
--- End quote ---
Missed a parenthesis );
Kamutog:
I tried doing this on some bricks, in the console it said they executed but I didn't see them in the brick menu!
It did enable though.
Acerblock:
--- Quote from: Kamutog on November 09, 2012, 10:15:51 PM ---I tried doing this on some bricks, in the console it said they executed but I didn't see them in the brick menu!
It did enable though.
--- End quote ---
Some add-ons don't work when exec'd manually like that.
Kamutog:
--- Quote from: Acerblock on November 09, 2012, 10:17:03 PM ---Some add-ons don't work when exec'd manually like that.
--- End quote ---
It was Brick_InvertedCorners im guessing that doesnt work :/