Hello,
In my plugin I have a configuration file which has Itemstack.
I want to add a boolean in this file in each item. If it's true, I can give the item, if it's false, don't give it...
But the problem is that when I put the boolean in the lines of the item, the plugin sends me false all the time or else a nullPointer...
I tried a boolean outside the itemstacks of the file, and it works correctly...
How can I get this boolean for each item please?
On line 3, it returns true.
But on line 8 and 12, it returns false...
Thank you a lot !
In my plugin I have a configuration file which has Itemstack.
I want to add a boolean in this file in each item. If it's true, I can give the item, if it's false, don't give it...
But the problem is that when I put the boolean in the lines of the item, the plugin sends me false all the time or else a nullPointer...
I tried a boolean outside the itemstacks of the file, and it works correctly...
How can I get this boolean for each item please?
On line 3, it returns true.
But on line 8 and 12, it returns false...
Thank you a lot !
- Type
- Requesting
- Provided by
- Individual