Posts: 13
Threads: 1
Joined: Dec 2013
Thanks: 0
Given 0 thank(s) in 0 post(s)
Hello,
I can't break blocks in Minecraft. On the client side i'm using 1.6.4 and server side using Raspberry Pi Hard Float. I changed the settings to survival, but now i can't break any blocks.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
It's probably the client. Can you try 1.7.9?
Also, make sure you're on the latest build, and also report the bug on GitHub: https://github.com/mc-server/MCServer/issues
Posts: 13
Threads: 1
Joined: Dec 2013
Thanks: 0
Given 0 thank(s) in 0 post(s)
(06-10-2014, 04:30 PM)bearbin Wrote: It's probably the client. Can you try 1.7.9?
Also, make sure you're on the latest build, and also report the bug on GitHub: https://github.com/mc-server/MCServer/issues
I already tried with 1.7.9 but same problem.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
There could be several things in play:
- You're breaking the blocks too close to the spawn. By default, the server protects the spawn, I think 16 blocks?
- You haven't been given the "core.build" permission. We may have our defaults set wrong on this, so check in the webadmin, page Core -> Permissions, if your player name is listed in the bottom table, and if so, whether the group you're in has the core.build permission (top table)
- Or it could be a new bug in the code not yet found, possibly only on the RasPi. I already have one such, it's even so bad that it works on one RasPi and doesn't work on another, so everything's possible
Posts: 13
Threads: 1
Joined: Dec 2013
Thanks: 0
Given 0 thank(s) in 0 post(s)
(06-10-2014, 10:20 PM)xoft Wrote: There could be several things in play:
- You're breaking the blocks too close to the spawn. By default, the server protects the spawn, I think 16 blocks?
- You haven't been given the "core.build" permission. We may have our defaults set wrong on this, so check in the webadmin, page Core -> Permissions, if your player name is listed in the bottom table, and if so, whether the group you're in has the core.build permission (top table)
- Or it could be a new bug in the code not yet found, possibly only on the RasPi. I already have one such, it's even so bad that it works on one RasPi and doesn't work on another, so everything's possible
Thanks, i will try that
Posts: 13
Threads: 1
Joined: Dec 2013
Thanks: 0
Given 0 thank(s) in 0 post(s)
(06-10-2014, 11:01 PM)runebjornb Wrote: (06-10-2014, 10:20 PM)xoft Wrote: There could be several things in play:
- You're breaking the blocks too close to the spawn. By default, the server protects the spawn, I think 16 blocks?
- You haven't been given the "core.build" permission. We may have our defaults set wrong on this, so check in the webadmin, page Core -> Permissions, if your player name is listed in the bottom table, and if so, whether the group you're in has the core.build permission (top table)
- Or it could be a new bug in the code not yet found, possibly only on the RasPi. I already have one such, it's even so bad that it works on one RasPi and doesn't work on another, so everything's possible
Thanks, i will try that
Nope it still not working.
Posts: 952
Threads: 16
Joined: May 2013
Thanks: 66
Given 105 thank(s) in 89 post(s)
Most likely due to spawn protection. Try doing "rank playername Owner" in the console.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
06-11-2014, 02:22 AM
(This post was last modified: 06-11-2014, 02:23 AM by xoft.)
Does the server send any message to you when you try?
Is there any message in the server console?
Posts: 13
Threads: 1
Joined: Dec 2013
Thanks: 0
Given 0 thank(s) in 0 post(s)
(06-11-2014, 02:22 AM)xoft Wrote: Does the server send any message to you when you try?
Is there any message in the server console?
After I used the command i get this message:
"Player runebjornb was moved to Owner"
Still not working
The funny thing is that I can break flowers and snow but i don't get the item.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
How strange. I'll have to try and recreate this when I have access to a pi again.
|