Elbern Posted November 9, 2014 Share Posted November 9, 2014 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 More sharing options...
Baustein Posted November 9, 2014 Share Posted November 9, 2014 int Number = getConfig().getInt("Config.games." + Spiel + "spawner.Total" ); Da hast du nach Spiel den Punkt vergessen. Vielleicht ist es das. Liebe Grüße, Baustein Link to comment Share on other sites More sharing options...
Elbern Posted November 12, 2014 Author Share Posted November 12, 2014 Ja das wars, danke Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now