Cannot break blocks Raspberry Pi Hard Float - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Cannot break blocks Raspberry Pi Hard Float (/thread-1482.html) |
Cannot break blocks Raspberry Pi Hard Float - runebjornb - 06-10-2014 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. RE: Cannot break blocks Raspberry Pi Hard Float - bearbin - 06-10-2014 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 RE: Cannot break blocks Raspberry Pi Hard Float - runebjornb - 06-10-2014 (06-10-2014, 04:30 PM)bearbin Wrote: It's probably the client. Can you try 1.7.9? I already tried with 1.7.9 but same problem. RE: Cannot break blocks Raspberry Pi Hard Float - xoft - 06-10-2014 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 RE: Cannot break blocks Raspberry Pi Hard Float - runebjornb - 06-10-2014 (06-10-2014, 10:20 PM)xoft Wrote: There could be several things in play: Thanks, i will try that RE: Cannot break blocks Raspberry Pi Hard Float - runebjornb - 06-10-2014 (06-10-2014, 11:01 PM)runebjornb Wrote:(06-10-2014, 10:20 PM)xoft Wrote: There could be several things in play: Nope it still not working. RE: Cannot break blocks Raspberry Pi Hard Float - tigerw - 06-11-2014 Most likely due to spawn protection. Try doing "rank playername Owner" in the console. RE: Cannot break blocks Raspberry Pi Hard Float - xoft - 06-11-2014 Does the server send any message to you when you try? Is there any message in the server console? RE: Cannot break blocks Raspberry Pi Hard Float - runebjornb - 06-11-2014 (06-11-2014, 02:22 AM)xoft Wrote: Does the server send any message to you when you try? 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. RE: Cannot break blocks Raspberry Pi Hard Float - bearbin - 06-11-2014 How strange. I'll have to try and recreate this when I have access to a pi again. |