Inactive [MISC] ColoredSigns v1.1 - Add colored text to signs [1.2.3-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by but2002, Mar 26, 2011.

  1. Offline

    but2002

    Colored Signs - Colored text on signs!:
    Version: v1.1

    Simply put, this plugin allows you to add colored text to signs.

    First off, visit this link.
    Take a color code, for example &e and place it on a sign.
    Every bit of text after that will be that color code.

    If you want & to be on the sign without a color code, simply type it twice
    (EX: &&)


    Download the latest version! [1.2.3-R0.1]


    Changelog:

    Version 1.2
    • Updated for the new event system
    Version 1.1
    • Updated for 602
    Version 1
    • Initial release. Adds colored text to signs!
     
    BlueMond416, wizzy86, TNC and 9 others like this.
  2. Offline

    but2002

    Point one: Essentials has built in permissions support for colored signs. Remove my plugin and check the permission nodes there.

    Point two: Centered is NOT my issue, this is an issue within Minecraft itself introduced in the new 1.2 update and the only solution I know of is to add some spaces before the color code.
     
  3. Offline

    AaronL98

    I Dont Have SpaceTo Add 2 Spaces with what i want to put :(
    And, is there any way you could just try replace the &(number) with 2 spaces as the user clicks 'Done' on the sign?
     
  4. Offline

    Vince

    update?
     
  5. Offline

    leithal7

    Permissions Support? I want to choose who can use Colours on signs.

    Planing on an update soon?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  6. Offline

    speewii

    when is it going to update to 1.2.5?
     
  7. Offline

    AadamZ5

    When i try a color code, It makes that entire line of text change into "!?"

    What do I do?
     
  8. Offline

    PureTryOut

    You're server doesn't support color codes, I believe your server hasn't MySQL? Or maybe it's just me but it worked for me when I added MySQL to my server.

    Anyways great plugin! Simple, just what I needed
     
  9. Offline

    Adrenaline

    This plugin dont need update because he have very simple, SIMPLE source.

    PHP:
    package com.fuyuri.ColoredSigns;
     
    import org.bukkit.event.EventHandler;
    import org.bukkit.event.Listener;
    import org.bukkit.event.block.SignChangeEvent;
     
    public class 
    SignListener
      
    implements Listener
    {
      @
    EventHandler
      
    public void coloredSignChange(SignChangeEvent event)
      {
        for (
    int i 0<= 3i++) {
          
    String line event.getLine(i);
          
    line line.replace("&""§");
          
    line line.replace("§§""&");
          
    event.setLine(iline);
        }
      }
    }
     
  10. Offline

    Derwee

    No working for 1.2.5 servers?
     
  11. Offline

    madmax516

    One person on my server can see this, but I can't. Do you know why?
     
  12. Offline

    salonikiotis99

    Where i can find the color Codes??

    Thnks,
    Salonikiotis99
     
  13. Offline

    Creeper98HD

    do u have the 1.2.5 version 4 this?
     
  14. Offline

    Derwee

    Update please!!!! :(
     
  15. Offline

    PvM_Iain

    I'm working on updating this plugin. I'll be adding permissions too. Expect release tomorrow sometime..
     
  16. Offline

    Badman959

    Could you please update this plugin for 1.2.5-R4 or does anyone know another way of getting colours in signs ?
     
  17. Offline

    Lightsparks

    Hey, I was using this plugins for a day (ish) and it was working great, But now everyone but me can see the colours, I have to look from the side to see the colours, Any Help would be appreciated
     
  18. Offline

    samuelvisser

    Essentials does this the same.
     
  19. Offline

    StarterX4

    Please update to 1.4.2 :)
     
  20. Offline

    Hasseos

    please put permissions, i dont want every player putting coloredsigns all over the world
     
  21. Offline

    louij2

    Update?
     

Share This Page