Color Titles

Discussion in 'Plugin Development' started by PhilDEV_Acc, Jan 5, 2020.

Thread Status:
Not open for further replies.
  1. Hello,
    I want to code a Lobby Plugin and it works perfectly fine but I want a Color in the Title and

    spieler.sendTitle(ChatColor.COLOR_CHAR + ChatColor.GOLD.getChar() + "Willkommen auf PointZero.net!", "Viel Spaß", 20, 80, 20);

    does not Work I looked in the API and didnt find anything. Maybe somebody can help me.

    Thanks for helping.
     
  2. Offline

    timtower Administrator Administrator Moderator

    @PhilDEV_Acc Just send the ChatColor itself, don't call methods on them.
     
  3. Thanks that helped a lot
     
Thread Status:
Not open for further replies.

Share This Page