JoltTheBolt's Recent Activity
-
JoltTheBolt posted a new thread.
How to change player nametag color.
I am on 1.8. I want to change player's nametag color. I don't want to use packets. I'll use any other method. I have tried scoreboard...
Forum: Plugin Development
May 13, 2022 at 7:57 AM -
JoltTheBolt replied to the thread How to use one random multiple times?.
I want to get a random item from a list. That item can be used to get one item each from 2 other lists but I want those items to be...
May 13, 2022 at 12:22 AM -
JoltTheBolt replied to the thread How to use one random multiple times?.
So I should initialize a number first then set its value to random, that will work?
May 12, 2022 -
JoltTheBolt replied to the thread How to use one random multiple times?.
Yes int rand = new Random().nextInt(dbmap.mapnames.size()); Location loc1 =...
May 12, 2022 -
JoltTheBolt posted a new thread.
How to use one random multiple times?
Int rand = new Random().nextInt(); Generates a random but if I use the variable rand multiple times, it's a different number each time....
Forum: Plugin Development
May 12, 2022