Recent content by Allatory

  1. Allatory

    Delete

    1st this isnt gleadr 2nd I have permission to use this util 3rd i can code
  2. Allatory

    Delete

    Code Snippets @ public static void createCooldown( String k) { if (Cooldowns.cooldown.containsKey(k)) { throw new IllegalArgumentException("Cooldown already exists."); } Cooldowns.cooldown.put(k, new HashMap<UUID, Long>()); } public static...
  3. Allatory

    Delete

    This is the changelog :D
  4. Allatory

    Delete

    Delete
Top