Maxlego08 / zMenu

A plugin that will allow the creation of menu for minecraft, has a complete API for developers
GNU General Public License v3.0
56 stars 10 forks source link

[BUG] Numbers saved in PlayerData are not Numbers after a restart. #59

Closed RustyDagger closed 6 months ago

RustyDagger commented 7 months ago

The title sums it up pretty well.

to recreate: start the server and run zm players set testing 0 10 to create a player data entry with a number stored. confirm its a number with zm players add testing 2 it should make testing = 12

next save and stop the server

start the server and repeat the add command, this is where the plugin will error with a NumberFormat or such.

Maxlego08 commented 6 months ago

Fixed