These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
I downloaded the texturepack / blocks from cloud9 server LINK: https://dl.dropboxusercontent.com/u/12694594/redux.zip
And putted the file in my BlockDefs. But because it's a ZIPFile i unpacked it in there.
Once i restarted my server it didn't show up.
Fix?
The file of the custom blocks should be something like lv_NAME.json, if you want it global,change the name of the file to global,if you want it for a certain level,replace the NAME with the level's name.
That is simply a texture pack - custom blocks are not part of them.
If you want to import custom blocks and textures from a .cw map, put the .cw file into the /extra/import folder in the server directory, (e.g. myserver/extra/import/testmap.cw). Then do /import testmap.
You can then name the resulting lvl_testmap.json in the blockdefs folder to global.json to make the custom blocks server wide, after restarting.