Recent content by Aerosa

  1. A

    HCF Core | CHEAP | £30

    Someone who claim to be able to code but doesn't know how to stress test. oml, JUST ST0P
  2. A

    Staff Fly Plugin - VOUCH COPIES (0/3)

    Not really worth the $2, the most is probably free. You're literally giving out a feature that doesn't even take 10 mins to make. Longest part is probably fetching from config.
  3. A

    Custom Made Plugins

    hmmmm, who is the noob here? (Most likely you.) > for a boolean ...... ridiculous i never knew a boolean can be less / greater than true/false
  4. A

    Idea

    Who cares if a someone needs help with coding, you see good developers still asking around for a solution to things all the time.
  5. A

    Idea

    When married, create a file with the family name (ex: Plugin/families/smiths.yml). Then create a children list which would store in side the family file and once the size of the list = maxChildren then call it back to "Full". Check if player is married, if not allow them to join a family and add...
  6. A

    SapphireHistory - Punishment History

    Looks like when you were putting this project together it didn't use UTF-8 encoding for the § so it became the ? sign. Might want to fix that.
  7. A

    Config.yml String List in scoreboard

    My bad, i forgot to state that when replacing variables it requires it to be a string just use String.valueOf(kills)
  8. A

    Interested In Learning Java - Have Already Started Learning

    I suggest learning a bit through books or online to gain the basics and then start on small projects and when you struggle don't be afraid to get help from others. Just don't ask to be spoonfed and learn from the information given and not the code itself.
  9. A

    Config.yml String List in scoreboard

    for (String lines : stats.getStringList("PATH")) { board.add(ChatColor.translateAlternateCodes('&', lines).replaceAll("%death%", deaths).replaceAll("%kills%", kills)); }
  10. A

    Help with my code - can't find issue

    if (e.getClickedInventory() == null) return; if (e.getClickedInventory().getName().equalsIgnoreCase(name)) { // if (item == null) return; if (!item.hasItemMeta()) return; } Just check through clicked Inventories and the item. If what they are clicking is returning the value null, it'll...
  11. A

    Help: Make zombies break blocks.

    You can try saving placed blocks and then if the zombie is interacting with the block just destroyNaturally
  12. A

    Heelp

    He did say that its from CronixMC and HCEmpire, the one you guys bought was ran by these two servers also right?
  13. A

    Heelp

    It has to be the same one you guys bought for SparkHCF
  14. A

    Heelp

    Emilio's core isn't broken, you just have to import it's lib files into your project and in your server. The libs folder should also be track in your start.sh or .bat. It should search for the folder libs and load all the jars from there. If you bought it from the rightful owner they should have...
Top