Hot Summer Deals are Here!
Celebrate with up to 90% off on 14,800 resources
04
Days
14
Hours
55
Mins
41
Secs

Recent content by dreadrocky

  1. D

    EssentialsEco Tweak

    I don't know if this will help, but my skill set is in php, so this is how I would do what I'm wanting to do in php. if(ecoValue>=11760){ goldValue++; ecoValue = ecoValue-11760; } if(ecoValue>=56){ silverValue++; ecoValue = ecoValue-56; } copperValue = ecoValue; /bal--> echo...
  2. D

    EssentialsEco Tweak

    Ok, so I just want a small change in EssentialsEco. I don't want multiple currencies, but I want to divide the current eco number. For example, I have 11,870 copper coins. I want eco to know that I have 11,870 copper. But to then convert in game to '1 gold, 1 silver, 54 copper'. Silver = 56...
Top