Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. P

    Suggestion Sort bots by rating

    On this page: Bot Store | RuneMate
  2. P

    Resource Resources for learning how to program

    I suggest that when starting to program, don't set your expectations too high. Start simple and work your way up. It will take time like any skill worth learning. You should aim to get a good understanding of Java first, then basic OOP principles and finally experience with the RuneMate API. I...
  3. P

    Request TaskScript#removeAll()

    Syntactic sugar for: for (Task t : getTasks()) remove(t);
  4. P

    Question Name change request

    Hello, When I first joined I wasn't sure if I would stay so I picked a random name. But now that I've looked around I've decided that this is home. Would it be possible to change my name to "Pure_". Thanks.
  5. P

    Resolved Parsing data from text file

    I want to parse a text file packed into my JAR. I would prefer it to be in JSON format and use a library like jackson or gson to parse it, but are we allowed to pack libraries into our JARs (and release them on the sdn)? Or perhaps there's a standard way that I should know about? If there is no...
Top