how do I increase the credits, duckets, diamonds limit so people can have billions and trillions in currency? Also, how can this be shown so others can see how much a user has and it displays trillion or billion?
There isn't a limit in the actual code but in the value of those. The currencies are all stored in an integer which has a maximum value of 2,147,483,647. If you go above that it'll start throwing exceptions. You would need to convert all of the integers to longs which has a max value of 9,223,372,036,854,775,807 and change the database to support a long