final int amount; //Moving "int amount" into here allows only this method to access this variable (which makes it be recreated for every player that joins, then gets put away in a config, and forgotten about in RAM, as opposed to being one value that gets modified and perhaps used again for a different player