use text from enchanting

Discussion in 'Plugin Development' started by guitargun, Oct 16, 2015.

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

    guitargun

    so as we known when you want to enchant in game you have this weird scribbly text. Is there a way to use this image when building your plugin and use it in game for use in books or signs?
     
  2. Offline

    ColonelHedgehog

    - Removed, didn't answer your question, sorry.
     
  3. Offline

    Zombie_Striker

    @guitargun
    There should be something like ChatColor.MAGIC or something that transforms the letters into magic characters.
     
  4. Offline

    Scimiguy

    @Zombie_Striker

    I believe that doesn't give any control over characters


    @guitargun
    It is not possible to use that font, because it's not actually text supported by any Unicode format.
    The symbols you are referring to are actually what's called SGA, or the Standard Galactic Alphabet (a fictional alphabet invented for the game Commander Keen).

    Because they are not actually a font, the game doesn't know to render them as such, and will only use default Unicode characters
     
    DoggyCode™ likes this.
  5. Offline

    guitargun

    @Scimiguy hmm... that's to bad. looks like I have to use the Chatcolor.magic....
     
  6. guitargun and DoggyCode™ like this.
  7. Offline

    DoggyCode™

    Coool
     
  8. Offline

    guitargun

    holy shit....
    lets do some search for the perfect alphabet
     
Thread Status:
Not open for further replies.

Share This Page