-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Removing items with name from inventory doesn't work properly #2714
Comments
Can you please try and see if an issue like this arises with item lore and item enchants on Skript 2.4 & Paper 1.14.4 / Skript 2.4 & Paper 1.15.1? This could be a rather large issue if ItemMeta comparisons are broken for 1.15.1 (again) |
Ok, I came up with this:
When I executed "/test a", When I executed "/test a2", When I executed "/test b", When I executed "/test b2",
|
Edited your comment for ease of reading. |
Bug was likely introduced in 2.4-beta10 based on a report in #2727. |
I tried to remove an item with the name "remove all item from player's inventory", but there is a problem that cannot be removed. |
hope it'll be fixed soon... :'( since only this issue is open - yes, it's still happening on latest! |
Apologies for delay. This was top priority to me, but I had no time to work on any Skript issues for a while. |
Fixed in 2.5-alpha2 |
Description
When you want to remove a named item from a player's inventory, it will remove the type of that item without a name as well.
Steps to Reproduce
You'll see the diamond sword is removed.
Paper 1.14.4: All diamonds swords will be removed.
Paper 1.15.1: However, if the sword has another name (Killer's Sword), it won't be removed.
Expected Behavior
The diamond sword shouldn't be removed.
Errors / Screenshots
/
Server Information
Additional Context
/
The text was updated successfully, but these errors were encountered: