Minecraft Blogs / Tutorial

Easy Server for you! No portforwarding required! Amazing! With plugins!

  • 786 views, 2 today
  • 7
  • 4
  • 20
Druxe's Avatar Druxe
Level 30 : Artisan Cake
26
Credit: I have built in smithy21200's awesome auto-portforward tool in this so you don't have to! But you will still need this tutorial. Check out his page.

I did not help in the making of the auto portforward tool, however, I did configure the rest of the server and install of the plugins, make everything work, and make this tutorial.


Warning: While running a server on a computer, I highly suggest you use an old laptop or something, because when you use a computer with a server on it, it will lag the server.  But the more ram, the better.


First download this zip for your main file. Don't touch anything unless I say in the steps.

The download link is: www.mediafire.com/download/z411e214605dqss/Your+Easy+Server.zip

Extract the zip onto your desktop for a folder.

Now, you want to find out how much ram the computer you're using has, so go Control Panel, System, and under Installed Memory (RAM) it will say something like 4 GB or 6 GB, etc.

Open the folder from the zip you downloaded. Now right click settings.bat and click edit, a notepad should open up with the following text.

It should say
:: Config variables
:: Least ammount of RAM allowed.
:: Number       Default: 512
set xms=512
:: Max ammount of RAM allowed.
:: Numeric      Default: 1024
set xmx=1024
:: CraftBukkit jarfile.
:: Name of file Default: craftbukkit.jar
set craftbukkitjar=craftbukkit.jar
:: Whether or not to find the IP automatically.
:: 0-1          Default: 1
set autosetip=1
:: IP to use only if autosetip is set to 0.
:: Numberic     Default: 192.168.0/1.1/255
set nonautoip=192.168.0/1.1/255
:: This sets the UPnP library to be used.
:: Only change this if the "scriptlog.log" file shows PortMapper not finding your router!
:: List of UPnP libraries:
:: org.chris.portmapper.router.sbbi.SBBIRouterFactory [Default]
:: org.chris.portmapper.router.weupnp.WeUPnPRouterFactory
:: org.chris.portmapper.router.dummy.DummyRouterFactory
set upnplib=org.chris.portmapper.router.sbbi.SBBIRouterFactory
:: Port that will be opened. This will NOT change the port the server runs on, you must do that yourself, this will only change the port that is opened with UPnP.
:: Default: 25565
set port=25565

:: Don't change any code below here!
echo xms=%xms%
echo xmx=%xmx%
echo craftbukkitjar=%craftbukkitjar%
echo autosetip=%autosetip%
echo nonautoip=%nonautoip%
echo upnplib=%upnplib%
echo port=%port%
IF "%autosetip%" == "1" goto endset
IF "%autosetip%" == "0" goto setip
echo INVALID CONFIG.
pause
exit

:setip
set internalip=%nonautoip%
goto endset

:endset
echo Finished reading settings file.


See the yellow number in the spoiler? If you have 4 GB make that number say 2048 if you have 6 GB make it say 3072. Then save the notepad and close it. Now, see the file called startserver.bat? Double click it and a terminal-like thing will open up. Wait one minute. A bunch of things on it should have came up. Now, go to this website. A bunch of paragraphs will be displayed but ontop of them, there will be a number in a large font. For example, 12.123.45.678.

Your terminal-like thing should still be open. Now open minecraft with 1..7.10 and type in that number you got on that website and connet. You have connected to your server!

If you go to the terminal you should see something like "(IGN) joined the server." That's normal. Now go to that terminal, and there are a few commands you should type in:

BUT WAIT! When you type commands in the terminal, do not put the slash.

First,

op (Your Minecraft Username)

manuadd (Your Minecraft Username) owner

manuadd (Anybody you trust) moderator




Now, when you want to make somebody a moderator, which has the same as the default rank, Member, but with /jail, /kick, /ban, and /mute, type in from the game:

/manuadd (The Minecraft Username) Moderator


Congrats you have a server! Go in gamemode 1 and build your spawn and go to it and type /esetspawn


BUT WAIT!

I already installed an anti-hack plugin, worldedit, for easy building, essentials which has lots of useful commands, groupmanager which has groups like Member and Owner,  and WORLDGUARD, which lets you protect certain areas.



BUT WAIT! IMPORTANT!


Worldguard, worldedit, and making new ranks on GroupManager can be hard, so if you want me to make tutorials on each of these plugins, making kits, getting players, and making a website, then help me try to get 15 diamonds on this, 3 favorites, and 5 positive comments.

BUT WAIT AGAIN!!!

If you are running the server on a laptop, the server will close when you shut the lid,.

ALSO! DO NOT CLOSE THE TERMINAL WITH THE RED X OR DATA LOSS MAY OCCUR

WHEN YOU WANT TO TURN YOUR SERVER OFF YOU GO INTO THE TERMINAL AND TYPE THIS COMMAND:

stop


Then, after about 20 seconds, it will say "Press any key to continue" and hit a key on your keyboard. Congrats! You're done!


Report any bugs in the comments below!



Want to donate to support me? Click here!
CreditI thank smithy for making the auto port forward tool.
Tags

1 Update Logs

Added a title picture! : by Druxe 09/24/2014 10:04:13 pmSep 24th, 2014

Added the picture!

Create an account or sign in to comment.

1
10/06/2014 7:46 pm
Level 17 : Journeyman Network
bobbiecraftstoday123
bobbiecraftstoday123's Avatar
how do i change slots
1
10/07/2014 5:08 pm
Level 30 : Artisan Cake
Druxe
Druxe's Avatar
Please clarify your question. I don't get it.
1
10/08/2014 7:13 pm
Level 17 : Journeyman Network
bobbiecraftstoday123
bobbiecraftstoday123's Avatar
like ip slots. mine only comes out as interal ip and not external ip
1
10/08/2014 8:33 pm
Level 30 : Artisan Cake
Druxe
Druxe's Avatar
I don't get what you're asking about the ip, but to change the amount of player slots, open your server.properties with notepad++ and change the slots, save, and /reload
1
09/25/2014 4:09 pm
Level 30 : Artisan Cake
Druxe
Druxe's Avatar
Why the **** was this reported?
1
09/24/2014 10:12 am
Level 17 : Journeyman Network
bobbiecraftstoday123
bobbiecraftstoday123's Avatar
Awesome
1
09/24/2014 6:13 pm
Level 30 : Artisan Cake
Druxe
Druxe's Avatar
Feel free to donate with the link above. <3
1
09/21/2014 5:16 pm
Level 33 : Artisan Engineer
RoboShadow
RoboShadow's Avatar
Or you can just portforward, it isn't that hard.
1
09/21/2014 5:33 pm
Level 30 : Artisan Cake
Druxe
Druxe's Avatar
It's hard for some people, and this is a full tutorial for making the server and setting it up and groups and stuff.
1
09/21/2014 9:20 pm
Level 33 : Artisan Engineer
RoboShadow
RoboShadow's Avatar
If you can't port forward, you shouldn't be hosting a server. Flat and simple.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome