# minecraft-isekai ## builder.sh ### world #### list List all available worlds and the instance they are attached to, if applicable. #### create Create a new world named #### assign Assign to . Sets world in server.properties #### unassign TODO #### clone TODO #### backup TODO #### restore TODO #### delete TODO ### instance #### list List all available instances and their status. #### create Create a new empty instance and accept Minecraft EULA. #### delete TODO #### start TODO #### stop TODO #### status Query an instances status. Return code is 0 if running, != 0 otherwise. ### version #### list TODO #### install Install to #### uninstall TODO