Solved Center Item Menu Title

Discussion in 'Plugin Development' started by JPG2000, May 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    JPG2000

    Hello,

    I don't know how to center text in an item/inventory menu. I have tried the following code below, however the text isn't being centered correctly:
    Code:
    String.Utils.center(title, 32, "");
    Could I have some help? Thanks!
     
  2. The text should be centered correctly, however the maximum inventory title length is 32... But 32 characters don't use all the space where the title can be
     
  3. * off topic *
    Welcome back :)
     
  4. Offline

    JPG2000

    Thanks!

    Also here is the end code that made this work:
    Code:
    String.Utils.center("     " + title, 32, "");
     
Thread Status:
Not open for further replies.

Share This Page