-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you die, items are lost or moved. #336
Comments
This happens with keepInventory true or false?
Makes me think that it's a keepInventory true issue? But if that were to be the case, you would be directly contradicting yourself:
|
Also: possibly related to #315 |
it's all there, but I'll say it again, maybe you didn't understand it. As long as the bug isn't fixed, I'll take it. |
might be, but it's confusing to read, which is all I pointed out really. Also please add logs. They do usually help us to understand the issue. Also do you use any bukkit keepinv things? e.g. EssentialsX KeepInv permission? |
yes, I use plugin EssentialsX v2.20.1. |
Magma has other issues, when it comes to dying. |
I tested it again this morning with the newer chain version 3.2.1 and the bug is still there. The items remained in the inventory. |
command is So if, for example, I cut down a tree or took something out of a chest or collected something, the probability is highest that these items will disappear completely when I die, but the question still remains: why do the remaining items remain in the inventory? This mainly affects the most recently farmed items, which are at risk. |
next test with new problems here -.- ! I've removed the plugins, but the bug still only occurs now and then, but it happens. And what's more, which wasn't the case with the old game server version, I can no longer collect the grave with the key, I can't open chests, etc., which means the menus for blocks no longer open, I just can't do anything. But that's only happened since I removed the plugins and only play with mods. I can only log in again. But as soon as I die again, everything goes crazy. What did you do? There are even more problems now. |
To summarize new info from discord:
|
Problem part 1.
Problem part 2. Corial Tombstone bug without EssentailsX: EssentailsX bug without Corial Tombstone: |
My Fazit: I have described everything that happens:
If that is understood, then all issues are resolved and I would be happy if the problems are solved. |
For EssentialsX seperate problem. |
I have no other choice, I have to delete the essentialsX and ServerSystem plugin from the server until the problem is resolved. |
The issue occurs when gamerule keepInventory is false, bukkit keepinv is true (e.g. by using essentialsx and having |
Update: this can be reproduced with bukkit keepinventory being enabled and ender io, the reason for this is that when respawning, bukkit uses the same ServerPlayer instance instead of making a new one like vanilla does. So that would require a major rewrite |
For now, just disable ender io |
I deactivated Enderio disabled and loaded the game with Essentials tombstone again. add this remove this problem: When I die... I have to deactivate: because of the other bug I reported, also because essentialsX prevents the corail tombstone bug from causing problems. Even if it is due to EnderIO, why does it still happen that items disappear even though EnderIO is deactivated and Essentials is activated? |
Pleas note that adding the You seem to be confused on how luckperm works. To remove a permission from a group or user you do Also please note, that your minecraft user, as well as the administrator group has essentials keepimv perms. |
Basic questions:
What Minecraft Version is your Server on?
1.20.1
Full Ketting Version
0.3.18
Description of behavior
No Logs or Crash Found.
Reproduction Steps
Logs
No Logs Found.
Additional context
Before the bug happens.
When character died and then it happens.
Explanation:
It's hard to describe.
The problem only occurs when the command is used.
/gamerule keepInventory false
As long as the bug is not fixed, even if it does make the game easier, the command should be used.
/gamerule keepInventory true
This prevents items from disappearing completely when you die.
When the character dies:
So the bug should still happen. The items remain in the inventory, they could be mixed up in places and some of them could be lost. If you have a mod like Corail Tombstone installed, they will NOT be placed in the gravestone. You will also NOT get a key to get the items back at the gravestone.
/gamerule keepInventory false
If it is running without a bug, the items will be scattered around. If you have a mod like Corail Tombstone installed, they will be placed in the gravestone. You will also get a key to get the items back at the gravestone.
It is still being investigated whether this is really a Ketting problem.
The text was updated successfully, but these errors were encountered: