Custom Economy Check Balance Problem

Discussion in 'Plugin Development' started by AdityaTD, May 13, 2015.

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

    AdityaTD

    Hey Guys I have made a Economy System for a plugin of mine but I have a error that once I do the command /belly it says "You have Null belly(s)"! I'll be looking for a fix thank you.

    Code:
    EDIT:Code Removed because it was for a private server!
    
     
    Last edited: May 13, 2015
  2. Offline

    caderape

    @AdityaTD
    belly.put(uuid, belly.get(uuid)+ i);

    String name = p.getName();
    belly.get(name)

    You should see that yourself
     
  3. Offline

    AdityaTD

    Problem is that I can't figure out and that's why I am here for help...

    I figured it out... Thanks

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 12, 2016
  4. Offline

    Zombie_Striker

    Mark as solved if solved.
     
Thread Status:
Not open for further replies.

Share This Page