Jump to content

Majesticz

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Majesticz

  1. On 11/19/2019 at 7:49 PM, KryptykHermit said:

    I started understanding how to put this all together and wanted to throw some info out there for those that need it. 

     

    First of all, I would recommend that if you are going to use the Vanilla version of MC (what binhex has provided)

    1. make sure the docker not running
    2. browse out to your appdata\binhex-minecraftserver\minecraft folder
    3. edit the server.properties file with notepad++ (I'm using Windows for all of this)
    4. Change the following settings if you like:
      1. difficulty=[easy|hard]
      2. gamemode=[creative|adventure|survival]
      3. force-gamemode=[true|false]
      4. level-name=world  <=== This is the folder name all your game data is saved into
      5. motd=Logon Message   <=== Message displayed when you log into the server from a MC client

    Now, if you are like me, you want to use Forge or Bukkit.  In this case

    1. create a folder on your C:\ drive called "Minecraft"
    2. download the minecraft server file from HERE, and place it into C:\Minecraft (believe it's called 'minecraft_server.1.14.4.jar')
    3. double-click the file, and wait for a minute as it downloads some MC server files.
    4. When it stops, edit the EULA.txt file, and change the line inside from false to true
      1. eula=true
    5. Double-click on the minecraft_server.1.14.4.jar file again and wait for it to finish
    6. type in "/stop".  This will kill the minecraft server.
    7. Download forge for the version of MC server you just downloaded (You want the INSTALLER button in the recommended box on the site)
    8. Place this file (forge-1.14.4-28.1.0.jar) in C:\Minecraft
    9. Double click on this file.
    10. Select SERVER and change the path to C:\Minecraft
    11. Let it perform its magic
    12. Once finished, again, shut it down with "/stop"
    13. Now copy the contents of C:\Minecraft to appdata\binhex-minecraftserver\minecraft
    14. Delete the file appdata\binhex-minecraftserver\perms.txt  (this will restore the default permissions to the files you copied over)
    15. In Unraid, edit the docker and create a new variableVARIABLE.thumb.PNG.220f2e001905e6b05209825a029e494b.PNG
    16. Click SAVE and then APPLY/DONE
    17. Fire up the docker

    This will use the forge jar file within the docker container, instead of the vanilla jar file.  From this point, if you want to add resource packs or mods, you can download them and install into the "mods" or "resourcepacks" folder as necessary.  These folders may need to be created.

     

    A good mod to verify that your server is working is FastLeafDecay-Mod-1.14.4.jar. You can find it HERE.  Chop a tree down and it should dissolve a lot quicker than normal.  I would also recommend adding one or two mods at a time and testing.

     

    Let me know if you'd like more details on the above.

    Ok i have tried this a few times.

     

    The issue i am having is the first part of this when i try to change the server properties it never changes. it always goes back to default. The MC version i installed was binhex minecraftserver 1.15.2 i think it is. It all works great but i am now trying to edit server properties, and also install forge so i can get mods running. 

     

    Do i need to use the other MC version binhex minecraftbedrockserver  for the above steps to work?

     

    Thanks

     

     

×
×
  • Create New...