Search the Community
Showing results for tags 'mcgalaxy'.
Found 2 results
-
I made a MCGalaxy Plugin that adds better guns and more! +6 New guns+3 New Teams+Team Respawning+Health And more! To play load the plugin and and +gunsplus in the level MOTD For help about plugin do /help gunplus Download: https://github.com/Rulja220/Classicube-MCGalaxy-Guns-Plus-Plugin/releases/tag/r1.0
-
We will be working with the assumption that your map is named mylevel. If it's not, replace occurances of "mylevel" with your map's name when following this tutorial. You must have server file access to both servers to accomplish this. In order to fully move mylevel to another server you will need: For blocks and zones, mylevel.lvl file in `levels` For blockdefs (custom blocks), if the level only uses local blocks and does not use any globally defined blocks: lvl_mylevel.json in `blockdefs` if the level only uses global blocks: Clone global.json from `blockdefs` and rename it to lvl_mylevel.json before cloning the file to the other server if the level uses both global and local blocks: use ClassiCube to save the level as temp.cw, import it into a server (/help import), then grab lvl_temp.json and rename it to lvl_mylevel.json before cloning that file to the other server this servers the purpose of combining local and global blocks into one blockdef file For blockprops (slab stacking and etc), _mylevel.txt in `blockprops` For message blocks, 1. Extract the messages from the server database with /server backup table Messagesmylevel 2. Messagesmylevel.sql will now be in the root folder of your server. Bring this file to the root folder in the other server. 3. In the other server, use /server import Messagesmylevel For Portals, Repeat the steps for message blocks, but instead of "Messagesmylevel" use "Portalsmylevel" For bots, extra/bots/mylevel.json For all the remaining level properties (env, settings from /map, etc), mylevel.properties in `levels/level properties`