Recent content by Silal

  • 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. Silal

    Question AsyncChatEvent chat formatting

    Yes, i know. But at the moment ist working.
  2. Silal

    Solved Alternative to ChatColor.translateAlternateColorCodes

    If the Problem isn`t solved, i would solfe it like this: Component comp = Component.text(config.getString("Messages.Join").replace("&", "§")); If you also want to replace %player% with the playername: String playername = "lol"; Component comp =...
  3. Silal

    Question AsyncChatEvent chat formatting

    Hey, you can also do this: @EventHandler public void onPlayerChat(AsyncPlayerChatEvent e) { String message = e.getMessage().replace("&", "§"); e.setMessage(message); } if its easyer.
  4. Silal

    Plugin Release SimpleRanks - an easy to use Rank system!

    SimpleRanks is a easy way for you to create/manage/design your own Ranks on your Minecraft Server. There are so many things you can do! Download: https://hangar.papermc.io/Silal/SimpleRanks Wiki: https://hangar.papermc.io/Silal/SimpleRanks/pages/Wiki Features: custom ranks custom chat format...