Jump to content

level block/global block transfer (MCGalaxy 1.9.5.3)

Posted

I want to make all blocks in one map available in the others, as in that level's blocks become the default global blocks. I tried changing the blockdefs file name of that level to global.json, but when I reloaded the server, every block was strange, even the ones in the map where the blockdefs file originated. Is there an easier way and if not, how do you do fix this?

Featured Replies

I believe the issue here is that the blockdef file for the level doesn't contain the global blocks as well, just the local ones.

So when you replace the global file with the local file, all the global blocks are erased. What you need to do is to merge both of the blockdef files.

An easy way to do this is:

  • While in your server on the level you want to make global, save it using Save Level... in escape menu. You'll have something like mylevel.cw in your maps folder.

  • Move mylevel.cw from your client map folder to "extra/import" folder in your server

  • Use /import mylevel

Now in your server blockdef files, you should be able rename lvl_mylevel.json to global.json

READ THE RULES BEFORE YOU POST

Create an account or sign in to comment