Inflation?
Fluctuation actually.
As in, "The value of money fluctuates from day to day" or something.
Also recoded my world selector in C#. Just got it functional <3 and it seems to work perfectly.
Currently supports selecting worlds (duh) as well as modifying any entry in the server.properties file. Thinking I might add ops support if I see how ops work, as well as some launcher prefs (execute command, right now it's 'java.exe -Xmx1024M -Xms1024M -jar [full directory selected in launcher which defaults to dir the launcher is in]\minecraft_server.jar nogui', but letting the user modify that would be good, as well as saving the selected directory if it's changed) and perhaps integrating a view of the running server like running it with the GUI.
Would be nice to turn it into a full manager for the server but I think I'm too lazy for that.