How does Daegonner do this?

Discussion in 'Bukkit Help' started by philip, Jan 10, 2014.

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

    philip

    Hello, this probably doesn't have a direct connection to Bukkit, though it may, but I'm just curious as how the server DaegonnerPvP puts those colored squares. Can anyone provide me with insight into how they did this and/or, if it's not too complicated, show me as well?

    Picture: http://gyazo.com/155abf127aed25607b662a4a659a037d

    Shameless bump

    Shameless bump numero dos
     
  2. Offline

    funkydiddykong

    To make the squares he uses the Unicode character 2589 with a ChatColor beforehand.
    An example of this to display a Black square would be:
    Code:java
    1. Bukkit.broadcastMessage(ChatColor.BLACK + "\u2589");


    Hope this helps. (First answer ever so sorry if I am bad).
     
    Sharkfang17 likes this.
  3. Offline

    mazentheamazin

    philip You can only bump every 24 hours..
     
  4. its just one ascii square, changed colours using colour codes?
     
  5. Offline

    iCopyright

    teozfrank well, than explain how you do that.
     
  6. google ascii table..
     
Thread Status:
Not open for further replies.

Share This Page