-
Notifications
You must be signed in to change notification settings - Fork 2
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
Data section deleted on restart/reload #3
Comments
I suspect that a Sponge update changed that. Did this plugin ever work for you correctly? |
Never tested it prior to this week! I could investigate further if needed |
What I would do is to look for when this broke. So I would download a very old Sponge version (like 1 year ago) and test it. then 6 months ago, 3 months, 1.5 months, until it breaks. Not the exact build but like a 1 month range. Then I would ask if the is intended behavior from the Sponge API (on their Discord). |
This issue seems to appear even as far back as SpongeForge 2768 with every version of ByteItems from 2.2 to 2.4.1. Likley spans even further back or just doesn't work in any version. |
Hm, I will look after that in like 4 days (still have to write exams). |
Can confirm that on the latest SpongeVanilla
Will have to see what's causing it and if it is Sponge's fault or mine. |
Reported: SpongePowered/Sponge#3079 |
I have added a Byte Item that is linked to an item from the CommandItems plugin into the config via "/bi save testitem". If I give the item to myself the item via "bi give testitem", it will work as a CommandItems because it has the "Data" section in the config (first config paste below). Once the server is restarted or reloaded, the entire "Data" section is removed from the config (second config paste below) and the item no longer works with CommandItems.
Config pre-restart/reload
Config post-restart/reload
The text was updated successfully, but these errors were encountered: