This is strange – today I went on my server and tried placing a sign. But it doesn't show in the direction I'm standing (always shows in a "certain" direction). I tried placing a sign on a wall, but it jumps off immediately. I don't know if this is a bug, because I didn't change anything on server before this happened. Plus, what is the ID of Water Bucket, Lava Bucket and Milk? I need the IDs for my shop, because I'm selling water and lava. I tried 326 for Water Bucket and 335 for Milk, but doesn't work, sign said "Unknown". I also tried the /give command and the ID, doesn't work too.
The board bug should be some bug in the proper api that you are using. Id of bucket with milk: 325: 1 Id of bucket with lava: 325: 10
So it may be some plugin that you have placed and that is modifying the direction of the boards. Id bucket of water: 325: 8
I didn't do anything on my server at all before that happened with the signs, but maybe I can look. I can only remember I installed a KeepInventory plugin, but that does have anything to do with signs.
Oh, it's not only with signs. All things players can place on walls jump off (don't work). Plus, I turned off the newest installed plugin on my server, but that wasn't the problem. It must be something else, but I don't think it's a plugin. But can it be something in the PocketMine.phar? I cannot believe it, because before signs were always working.
No, I'm sure it's not a plugin. 2 days ago, there were no problems with signs are things like that. The next day, I only changed 1 thing on my server: I installed the KeepInventory plugin, but that cannot be the problem too. If it cannot be a plugin, or the PocketMine.phar, I think this will be really hard to fix.
You are the only person to have this problem, yet you believe it is PocketMine's fault?? That's illogical at best. Try removing your plugins. It will work just fine. Also, make sure you aren't within the spawn radius.
He said: I think it's hard to fix that problem now, but I need to find a way to fix this, or my server will have problems.
Wow, I found out this: I gave my test account owner rank, and then I tried placing a sign, and it worked perfectly. Works like normal. But now I switch to my original account (also an owner) back and try placing a sign: it doesn't work. I looked if there are any special settings for WinterBuild7074, but I didn't find anything. Placing signs just doesn't work with my original account! Is this the strangest thing ever or what could this be? Spoiler Plus, there's still something else: on my groups.yml in PurePerms, I set the perms for "Owner" to -"*". That means, if I give someone the owner rank, it can use all the commands. I tested that with my original account – and yes, I can use all the commands. But now I went into my testing account, set myself as an owner too (with console) and tested if I can use all the commands, like on my original one. But some commands didn't work if I only set -"*", like for example: /mw tp <worldName> /warp <warpName> /delwarp /gamemode 1 I tried adding - "essentials.warps.*" under the -"*" and now my test account can use that command. But why didn't my original account need that permission extra? On my original account it never said "No permissions" (except /op) but my test account does that on some commands, even though they both have the same rank and same permissions. Or wait, do I need to set that user as OP first in my ops.yml? Or will that mean I don't really need to set any perms on the groups.yml? Maybe if that user is on the ops.yml, it will always automatically get all the perms? Or maybe not even for group Admin too? I'm not sure if this really fits 100% to this topic, but this is what I think.
On GitHub – EssentialsPE – Issues: It was the /unlimited command that did this. I tried turning off unlimited placing, put a sign, and the bug was fixed. Maybe Sandertv can fix that?