Need Your Input on Economy[Sidekick]

Discussion in 'Plugin Development' started by emericask8ur, Nov 28, 2011.

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

    emericask8ur

    If you didnt already know, Sidekick is implementing Item Selling. Now I would like to know Custom Prices on Items that YOU guys would like for the Items to be.
     
  2. Make a config so server admins can choose for themself?
     
    emericask8ur likes this.
  3. Offline

    emericask8ur

    Holy Crap...... :O Didnt even think of that xD
    Dang that means a long list ....
     
  4. Offline

    Waffletastic

    You were seriously going to set up an economy... And not make it configurable? Just wow.
     
  5. You could do something like this and then make server owners do all the hard work :[)
    Code:java
    1. for(Material mat : Material.values()) {
    2. config.set("prices."+mat.name(), new Random().nextInt(100));
    3. }
     
    emericask8ur likes this.
Thread Status:
Not open for further replies.

Share This Page