Posts: 4
Threads: 1
Joined: Jan 2015
Thanks: 0
Given 0 thank(s) in 0 post(s)
01-28-2015, 02:40 AM
(This post was last modified: 01-28-2015, 02:40 AM by Peter_V.)
I'm running MCServer on a PogoPlug E02 with ArchLinuxARM. While I have quite a bit of experience with Linux I have virtually none with minecraft, so please forgive me if I'm missing something obvious.
I setup the server up so my grandkids could play with/against each other. They are running (as far as I know) stock versions of the 1.8 client.
My grandson tells me that Potions don't work and while he can make banners he can't place them anywhere.
Is there a setting or something that I'm missing?
I'm running Core v.14 that was current as of 2 weeks ago and I haven't made many changes to the default settings. Other than making the kids both admins and creating a second world, so far I've left everything else stock.
I'd also appreciate any suggestions for improving performance/stability/etc on the limited hardware I'm using (1.2Ghz ARMv5 with 256M Ram)
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Hello, welcome to the forum.
Some potions are not implemented, some work only partially. Generally, those added in 1.8 client are much less likely to work.
Banners are not implemented at all, so while you can craft them (the recipe is already present), there's no code that handles their placing.
Generally speaking, using a 1.7 client will give you a much more "complete" experience, as we haven't had much time to add the new 1.8 features. If you decide to go this way though, you will most likely need to wipe the current map - if there are any 1.8 blocks or items already present, they will crash the client.
I'm running an MCServer instance on the RasPi, which has specs even slightly lower than yours. I have disabled quite a lot of the server, but that is because it's a special-purpose world, the Gallery server, so I could afford things like non-functional fluid simulators, no redstone simulator and no mobs. If you cannot afford to lose any of these, then the best bet is to lower the maximum viewdistance, as that will decrease the load on both CPU and RAM. Use the [SpawnPosition].MaxViewDistance setting in each world's world.ini file to enforce a limit; the number you set it to is the number of chunks in each direction around the player to be sent to the player and "kept alive" by ticking. I think 4 should be the minimum that is still (somewhat) playable and has the least burden on the hardware.
Posts: 4
Threads: 1
Joined: Jan 2015
Thanks: 0
Given 0 thank(s) in 0 post(s)
01-28-2015, 03:31 AM
(This post was last modified: 01-28-2015, 07:22 AM by Peter_V.)
Thanks for the quick reply.
Is it possible to edit the world to remove 1.8 items? They have put a fair amount of work into buildings, etc. and I'm not sure they want to start from scratch.
On the other hand my granddaughter was mentioning wanting a world with a large flat space so they can build a huge castle. I see there is a Worldedit plugin. Is there a tutorial somewhere on how to use something like that?
I assume the view distance is a radius and that changing from the default of 10 to 8 will have a greater effect than going from 6 to 4? Right now there is just the two kids playing on it, although they might bring in some friends in the future. Still I doubt more than 4 or 5 total players.
However, from what I've been reading here, if we restart the worlds and they play with the 1.7 clients, when you add the 1.8 features we can then 'upgrade' the clients without having to restart the world again?
My grandson was also asking about some way to mark territory. Is that supported or is there a plugin for that? I saw one for restricting which players can access certain areas, but that's not what he wants. He wants something to tell other players that they are on land claimed by him.
Thanks again.