Running the Server - Silverbane/MinecraftImpossible GitHub Wiki
To Run the server locally follow these steps:
- Make a fork of the project or download the entire thing from https://github.com/Silverbane/MinecraftImpossible.
- (skip this next step if you just want to run a server and do not want to add to our code.) If you plan to add to the code or add schematics then I would suggest making a copy of the fork and placing that somewhere else on your computer. (this is so that if you plan to ever make a change and publish it to our master code base it will not copy over world files for a pull request.)
- For Windows click the Start Icon then type CMD
- Run ipconfig in CMD.
- Document the IPv4 Address (example 192.168.2.3)
- Browse in CMD to your SpigotServer folder. (example cd SpigotServer)
- Type in CMD: java -jar spigot_server.jar
- More Advanced Launch: java -Xms2048M -Xmx8192M -d64 -jar spigot_server.jar (server with 2gb to 8gb using 64bit Java)
- Keep CMD open and the server should now be running. (you can type commands such as: op playname , in CMD)
- Open Minecraft run 1.8.9 vanilla minecraft.
- Direct Connect to Multiplayer server and use the address you got from ipconfig. (example: 192.168.2.3)
- You should be able to connect. To have others connect to your server just replace the IP you got from ipconfig with your actual ip for your internet which can be found at sites like this. https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=my%20ip
- You may have to edit your firewall settings in order for outside people to connect.
To Reset a MinecraftImpossible game.
- Type /vt run NewGame:Reset
- Wait for it to complete then you should be good to go to start up a new game.