How to make random chests spawn?

Discussion in 'Plugin Development' started by CookCreeperz, Jun 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    CookCreeperz

    How can I make random chests spawn? Like between two locations, then fill them with random items(I can do that) but how would you go about spawning chests randomly?
     
  2. Do a random and randomize between the 2 locations with a loop and random.nextInt(max number of chests)
     
Thread Status:
Not open for further replies.

Share This Page