└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # CREATE MC SERVER ON GITHUB!!! 2 | ## Now no need of pufferpanel or pterodactyl panel to create a Minecraft server in GitHub!!!!! 3 | 4 | ## To create a minecraft server start with the steps listed below πŸŽ‰πŸŽ‰!! 5 | 6 | ### Step -1 - CREATE A REPOSTIORY 7 | 8 | 1.1 - ![1](https://github.com/itzkrishop/create-mc-server/assets/128812908/d581bafb-1f6c-4cff-a956-08e9a06d7c41) 9 | 10 | 1.2 - ![2](https://github.com/itzkrishop/create-mc-server/assets/128812908/202bba8e-0877-4969-b720-329f077a3fca) 11 | ### You can name the repository any thing you want and you can make it private or public. 12 | 13 | 1.3 - ![3](https://github.com/itzkrishop/create-mc-server/assets/128812908/13bad045-5178-43e1-a743-9aaf6774c0f2) 14 | ### Click on create a new file and name it as you wish. 15 | 16 | 1.4 - ![4](https://github.com/itzkrishop/create-mc-server/assets/128812908/5035b950-4aed-47a2-be6c-6b74f566bccd) 17 | ### Write anything you want. 18 | 19 | ### 1.5 - Then click on commit changes and then again on commit changes. 20 | 21 | 1.6 - ![5](https://github.com/itzkrishop/create-mc-server/assets/128812908/08b35cc3-65c4-4667-8fa8-f1efbbf6af7f) 22 | ### Then click on your repository name in my case its i-am-poor 23 | 24 | ### Step -2 - ENTERING INTO CODESPACE 25 | 26 | 2.1 - ![6](https://github.com/itzkrishop/create-mc-server/assets/128812908/812ce8f8-bb9c-4cc2-b041-f7506d7b8bce) 27 | ### Click on code then codespace then create codespace on main. 28 | 29 | ### 2.2 - Update it by this command (just copy and paste) 30 | ## ``` sudo apt update && apt upgrade ``` 31 | 32 | ### 2.3 - Then go to this link 33 | ## ``` https://papermc.io/downloads/paper ``` 34 | ## ![7](https://github.com/itzkrishop/create-mc-server/assets/128812908/a1b20071-0b5d-43af-8aa5-de59a65c3963) 35 | ### Then right click and copy the link 36 | 37 | ### 2.4 - Then go to your codespace and paste this command replace (your link) with the link you copied 38 | ## ``` wget (your link) ``` or for 1.20.4 use the following command 39 | ## ``` wget https://api.papermc.io/v2/projects/paper/versions/1.20.4/builds/493/downloads/paper-1.20.4-493.jar ``` 40 | ## Then rename your file name to paper.jar 41 | ## Then run this command 42 | ## ``` java -Xmx8G -Xms4G -jar paper.jar --nogui ``` 43 | ## Then accept the eula by changing the eula=false to eula=true in eula.txt file 44 | ## And run the above command again whenever you want to start your server. 45 | 46 | # Hurray your server is now runningπŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰!!!!! 47 | # If you encounter any problem feel free to DM me on discord - itzkrishop 48 | --------------------------------------------------------------------------------