BanItem and CommunityQuests Plugin | Caused by: java.lang.NullPointerException: Cannot invoke "org.bukkit.inventory.ItemStack.getType()" because "craftedItem" is null
Closed this issue · 1 comments
TeQTabanca commented
Basic questions:
- I am actually using ketting, and not any other software (e.g. magma)
- I am using the latest Ketting version at the time of writing for the Minecraft version, that I am using
- I have provided full server logs and not a crash-report
- I have checked all items without reading.
- I have provided proper reproduction steps
- I have ticked all boxes
What Minecraft Version is your Server on?
1.20.1
Full Ketting Version
1.20.1-47.3.10-0.3.26
Description of behavior
I tried to block the oak door with the Banitem add-on and it worked fine. However, when I was testing the crafting feature, it started giving an error in the console, but this error was caused by the ComminityQuest plugin.
Reproduction Steps
Steps to reproduce the behavior:
1. Add BanItem-3.6 and CommunityQuests-2.9.2 plugin to your server
2. Run this server.
3. Ban an item that can be crafted. (Take the item you want to ban and type "/banitem add craft")
4. If you are op on the server, remove your op status with the deop command and test the banned item in the crafting table. (When you first click on the item to be crafted, the item will disappear and will not give an error in the console, but if you click there again, it will give an error in the console.)
3. See the mixin error
Logs
Additional context
No response
TeQTabanca commented
It was closed because it gave the same error in Spigot.