Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
Where do I disable certain default bricks?
Poll
am i gay
yes
2 (100%)
yes
0 (0%)
Total Members Voted:
2
« previous
next »
Print
Pages: [
1
]
Author
Topic: Where do I disable certain default bricks? (Read 735 times)
-Paint-
May 24, 2016, 12:07:01 PM
I've looked in my addons folder and I cant find default bricks, where can I disable the pinetree?
Ad Bot
Advertisement
Shift Kitty
May 24, 2016, 12:41:44 PM
Make an add-on that does
brickPineTreeData.category = "";
if you just don't want players to be able to place them, but still load normally
brickPineTreeData.uiName = "";
to completely disable them.
-Paint-
May 24, 2016, 12:57:37 PM
Can it be any type of addon? Or should it be a brick_nopinetree for example?
-Paint-
May 24, 2016, 01:06:19 PM
I made it just like a normal addon, and put the 2nd command in server.cs, I can send you a link to it if you can try fixing it? Because it didn't work at all.
Shift Kitty
May 24, 2016, 01:17:35 PM
Sure
-Paint-
May 24, 2016, 01:29:04 PM
https://www.dropbox.com/s/mhro5mp84ej301c/Brick_nopinetree.zip?dl=0
Shift Kitty
May 24, 2016, 04:44:17 PM
It's nested. The game is going to read it as Add-ons/Brick_nopinetree/Brick_nopinetree/server.cs which it really, really doesn't like.
Make sure you just zip the contents of the folder, not the folder itself.
Shift Kitty
May 24, 2016, 04:45:14 PM
Noedit:
Your files also aren't named properly.
You have description.txt.txt and server.cs.cs
Your namecheck is also namecheck.txt.txt, doesn't match the name of the folder, and isn't really needed anyway.
Shift Kitty
May 24, 2016, 04:46:59 PM
Noedit #2: Took the time to quickly fix it for you.
http://justfilehosting.space/download.php?f=tbfhm
-Paint-
May 24, 2016, 05:07:19 PM
thanks
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
Where do I disable certain default bricks?