@T0M, you don’t seem to have the patience to show care and respect to the readers of your topic by at least formatting it properly. It looks like just a lazy copy/paste, yet you expect players to trust your project? Not to mention, you even posted it in the Private Servers section instead of Previews.
Question
Williams
I'm creating a percentage config for VIP I want them to have 30% discount for teleport but what would be the option in java for integers? For example
final int price = 10000
getVip() ? price % 10 : price
result = 0
when debugging my value is 0 but it should be 1000
3 answers to this question
Recommended Posts