Jump to content

Config Problem


Elbern
 Share

Recommended Posts

Guten Tag,

ich hänge gerade an einem Problem, und zwar möchte ich in einer Config, nach einem Befehl einen Wert hochsetzten, funktionier aber nicht hier mal der Code:


int Number = getConfig().getInt("Config.games." + Spiel + "spawner.Total" );

int total = Number + 1;

getConfig().set("Config.games." + Spiel + ".spawner.Total", total);

Aber leider wird "Total" nicht plus 1 sonder bleibt einfach?

Hoffe einer kann helfen...

mfg

Elbern

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...
B
B