Recent content by ikonodim

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. I

    Maven failed to download sonatype metadata

    But the website mentions that "All Systems are Operational."
  2. I

    Maven failed to download sonatype metadata

    Everytime I refresh my maven dependencies in InteliJ I get this warning: [WARNING] Failed to download maven-metadata-sonatype.xml [https://oss.sonatype.org/content/groups/public/] Is it safe to ignore or is there any fix to this?
  3. I

    Solved Maven reload download warnings (Maven server outage)

    Hello! Everytime I reload my maven dependencies using InteliJ I get these warnings: Is it safe to ignore them or is there anything I can do about this? [WARNING] Failed to download maven-metadata-sonatype.xml [https://oss.sonatype.org/content/groups/public/] [WARNING] Could not transfer...
  4. I

    Question Replacement for ChatColor.translateAlternateColorCodes

    I'm looking for a suitable replacement for this snippet of my code as it is deprecated: private String translateColorCodes(String text) { return ChatColor.translateAlternateColorCodes('&', text); } I am using 1.20.6