[ QMineCraft ] [ 1.19.3.0] MineCraft Server

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
Haldus
New here
Posts: 3
Joined: Mon Jul 03, 2017 7:06 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by Haldus »

Um, this one is pretty old, but did anyone tried it on TS-412?
Herfen
New here
Posts: 4
Joined: Wed Aug 10, 2016 1:46 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by Herfen »

TS-251+ worked directly after installation out of The Comunity Repositories (QMINECRAFT+QJDK). But now as a noob me too got the Problem that I got no Idea how to restart the server to take my changes in the Config-File to take effect.
Tittah
New here
Posts: 3
Joined: Fri Jan 22, 2016 6:59 am

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by Tittah »

TS-451. Because I'm completely new to this, it took me some hours. But now I've got everything up and running (even bukkit with plugins!).

@Herfen. Everything is in this thread: stop de app in app center and kill the process in putty. After restart the changes are visible in server.properties. Use mrcon to OP a user (you first need to add some lines to server.properties to enable rcon).

Download bukkit server jar, rename to minecraft_server.jar en replace this jar on the NAS with WinSCP.
Herfen
New here
Posts: 4
Joined: Wed Aug 10, 2016 1:46 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by Herfen »

Oh thx. But I had Luck. Server Crashed and restarted on it's own. So my changes to RCON Ports and Pass had been saved and I could control the Server via Rcon from that point. Lucky me.
mihank
First post
Posts: 1
Joined: Fri Mar 10, 2017 5:59 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by mihank »

Hello Guys,

I woud like to install the mod feed the beast. Can you explain how i cand do it ?

When i tried to change de file of the QMinecraft, i have permission denied...

If a stay on the basic, il work great ! But a prefere the FTB mod :)

I have a TS-453b-mini with 8Gb RAM

Kd,
natiox
New here
Posts: 4
Joined: Wed Nov 23, 2016 2:31 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by natiox »

Herfen wrote:TS-251+ worked directly after installation out of The Comunity Repositories (QMINECRAFT+QJDK). But now as a noob me too got the Problem that I got no Idea how to restart the server to take my changes in the Config-File to take effect.
What does he mean by Community Repositories? Where do I find this? I install QMinecraft these days and can get to the UI web page but nothing seems to be running underneath. All config pages and logs show up blank. I'm not sure if I have the right QJDK for one thing?
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by QNAP_Stephane »

you shouldnt have the right QJDK8 version
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Chuck_IV
Starting out
Posts: 33
Joined: Tue Jul 25, 2017 4:13 am

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by Chuck_IV »

Herfen wrote:TS-251+ worked directly after installation out of The Comunity Repositories (QMINECRAFT+QJDK). But now as a noob me too got the Problem that I got no Idea how to restart the server to take my changes in the Config-File to take effect.
You have to do two things with this. Stopping the process via the app menu doesn't actually stop the server process.

So in the app menu, stop the Qminecraft process. Then, log in via putty and type(without the quotes) "ps | grep mine". Get the process id from that and then type "kill -9 pid" replacing pid with the process id that showed from the ps command. I usually redo the ps command to make sure the server is no longer running.

Once you have done that, go back to the app menu and restart the Qminecraft process. That will restart the server.


Sent from my iPhone using Tapatalk
tafel
New here
Posts: 6
Joined: Fri Feb 20, 2015 5:51 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by tafel »

It's 2 years later now and I gave it another shot: Cuberite minecraft server for older ARMv5 devices such as my clunky TS-421.

https://cuberite.org/

I compiled it on box itself, but you could win a lot of time by cross compiling.
Build instructions:
- Get entware-ng

Code: Select all

opkg install git git-http make gcc
Eventually install wget for easier downloading and screen to let it compile in the background and nano if you don't like the vi editor.
Next step is cmake. To build it for ARMv5, download the sources and compile it. It takes a while, so I'd do this in a screen session.

Code: Select all

wget https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz
tar zxf cmake-3.9.0.tar.gz && cd cmake-3.9.0
source /opt/bin/gcc_env.sh
export CXXFLAGS="$CFLAGS $LDFLAGS"
./configure --prefix=/opt 
make
make install
Now download the cuberite installer

Code: Select all

mkdir /opt/share/minecraft && cd /opt/share/minecraft
wget https://compile.cuberite.org -O install.sh
source /opt/bin/gcc_env.sh
sh install.sh
This may also take a while to complete (about 1 hour here).
The server is now ready to be used!
Do one more check to see that everything is linked correctly to libraries in /opt

Code: Select all

cd cuberite/Server
ldd ./Cuberite
I usually copy the whole server directory now to another place.
Start the server with

Code: Select all

cd your_cuberite_server_dir
./Cuberite
For more info, check the Cuberite manual.

For those who are less brave, feel free to use my binary...
https://tafelpoowt.stackstorage.com/s/G6Q1bXAVHIbbyhP
davidbdeath
New here
Posts: 8
Joined: Fri Apr 17, 2015 9:30 am

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by davidbdeath »

I don't' understand I keep deleting the world folder but the same exact world keeps showing back up. Not the world I'm copying to the QMinecraft directory.
jadlak
New here
Posts: 3
Joined: Sat Dec 18, 2010 7:09 am

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by jadlak »

To upgrade QMineCraft yourself (which I just did)

- Download the new jar file from https://minecraft.net/en-us/download/server
- Replace minecraft_server.jar in your .QPG/QMinecraft directory on your NAS.
- Restart QMineCraft. (./QMinecraft.sh restart should do the job from the above directory if you have SSHed in)

QNAP_Stephane, thanks for this great package. It's perfect!

suggestions for enhancements
- easy way to run multiple servers
- easy way to add in custom maps e.g. http://www.minecraftmaps.com/survival-maps/skyblock
- easy way to add in mods

(yes, I know the above can still be done manually, which I have. But a nice interface would rock)
jojohaensen
First post
Posts: 1
Joined: Mon Oct 02, 2017 10:54 pm

Re: [ QMineCraft ] [ 1.12.0.0 ] MineCraft Server

Post by jojohaensen »

Hi there,
first of all i have to excuse my bad english. So my problem is quite a mess. I have a QNAP TS 453 pro and installed your Server Software. Everything was fine, till my NAS restarted. Well afterwoods the Server started but my World was gone and i have no Idea how to restore it. I know the Server Structures on a Windows based Server but i have no idea how to put a saved world into the folder or how i can give me sever admin permissions. I'm quite sure, there is an autosafe function but i have no Idea how to activate it.

So many questions, i know, but i hope you can help me.

Kinde Greetings
Jojo
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ QMineCraft ] [ 1.12.2.0 ] MineCraft Server

Post by QNAP_Stephane »

updated ;)
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
paininside
New here
Posts: 8
Joined: Thu Oct 03, 2013 12:50 pm

Re: [ QMineCraft ] [ 1.12.2.0 ] MineCraft Server

Post by paininside »

[15:21:24] [Server thread/INFO]: Starting minecraft server version 1.11
[15:21:24] [Server thread/INFO]: Loading properties
[15:21:24] [Server thread/INFO]: Default game type: SURVIVAL
[15:21:24] [Server thread/INFO]: Generating keypair
[15:21:26] [Server thread/INFO]: Starting Minecraft server on 10.0.0.3:25001
[15:21:27] [Server thread/INFO]: Using default channel type
[15:21:27] [Server thread/INFO]: Preparing level "world"
[15:21:28] [Server thread/INFO]: Preparing start region for level 0
[15:21:31] [Server thread/INFO]: Preparing spawn area: 0%
[15:21:32] [Server thread/INFO]: Preparing spawn area: 6%
[15:21:33] [Server thread/INFO]: Preparing spawn area: 12%
[15:21:34] [Server thread/INFO]: Preparing spawn area: 18%
[15:21:35] [Server thread/INFO]: Preparing spawn area: 26%
[15:21:36] [Server thread/INFO]: Preparing spawn area: 34%
[15:21:37] [Server thread/INFO]: Preparing spawn area: 44%
[15:21:38] [Server thread/INFO]: Preparing spawn area: 53%
[15:21:39] [Server thread/INFO]: Preparing spawn area: 63%
[15:21:40] [Server thread/INFO]: Preparing spawn area: 72%
[15:21:41] [Server thread/INFO]: Preparing spawn area: 80%
[15:21:42] [Server thread/INFO]: Preparing spawn area: 88%
[15:21:43] [Server thread/INFO]: Preparing spawn area: 97%
[15:21:43] [Server thread/INFO]: Done (15.916s)! For help, type "help" or "?"
[15:22:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2288ms behind, skipping 45 tick(s)
[17:22:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2176ms behind, skipping 43 tick(s)

fixed the problem.
hoejbjerre
Starting out
Posts: 25
Joined: Mon Feb 04, 2008 1:23 am

Re: [ QMineCraft ] [ 1.12.2.0 ] MineCraft Server

Post by hoejbjerre »

I read in this thread, that this is only working with the PC client version only.

So, will it then work with the Windows 10 version of Minecraft (brought through a Livebox account) or only the older free edition of Minecraft.
I also noticed a newly released Minecraft java Edition.

I'm having difficulties, when the client is connecting the server, where I receive the message 'Unable to load world'.
Server and web page seems to be running fine on my TS-670 Pro. No errors in the log files and the web page is accessible.

Can't really find any reasonable explanation and started thinking my version of Minecraft might be the root cause :)
NAS: TS-670 Ultimate ++ QTS 4.3.6.1831
CPU: Core i7-3770K @ 3.5 GHz, RAM: KINGSTON 16GB 1600 MHz 2 x 8 GB (Dual Channel)
CACHE: 1* Samsung 960 NVMe SSD 500Gb @ QM2-2P10G1T PCIe
STORAGE: 4*WD RED 6TB WD6002FFWX Raid 5, 2*1TB Samsung SSD 850 EVO, Raid 0
Post Reply

Return to “Community Apps”