Inactive [MISC] Sign Utilities v1.8- Color, edit and more [1337]

Discussion in 'Inactive/Unsupported Plugins' started by timcolonel, Aug 4, 2011.

  1. Offline

    timcolonel

    Attached Files:

    colonelsylvestre and Kigdom like this.
  2. Offline

    Dayshade

    I can't use purple or pink, and possibly others, while running 1317 with no conflicting plugins. Help?
     
  3. Offline

    timcolonel

    Do you mean that the color system doesnt work. I didnt update to 1317 already its maybe why

    In fact the pink color doesnt exist for the chatcolor.
    And there is dark and light purple so to get purple you need to do light_purple or dark_purple but you can also change in the colorsFile.yml and add purple for light_purple so you dont need to write all of it.

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

    Dayshade

    Is light_purple pink? Thanks for the info, also.
     
  5. Offline

    timcolonel

    Yes you are right its called pink in the link i give in the main post but in the game its really called light_purple so if you want to change dark_purple to purple and light_purple to pink so its faster and esaier to see you just add it in the color file.
     
  6. Offline

    marcusant

    Request, being able to copy a sign and have the next sign you place have that sign's text.
     
  7. Offline

    timcolonel

    That could be a great idee but it may be anoying if you copy the text then you paste it and after you create a new sign and you need to remove all the text. I could create a new copy copy command named ncopy for example and only copying so you have the text paste when you create a new sign. But it should work only once after you will need to copy again.
     
  8. Offline

    marcusant

    how about /copy toggles copy
     
  9. Offline

    timcolonel

    What do you mean?
     
  10. Offline

    timcolonel

    VERSION 1.6 OUT NOW: NEWS UPDATE:
    • News can be diplay on multiple sign if they are next to each other. Example here.
    • You can activate the automatic line cut in the config file: will divide a line in 2( or more if needed) if the line is too long to be display on one line.
    • If you copy a sign you will be able to paste the content automaticaly if you create a new sign but if you use the paste command before creating the new sign it wont work. Same you can choose in the config file if you want that when you create a new sign with the coied content you want to be able to use this function again or not(i recommend to let it to false otherwise each time you create a new sign it will have the copied content printed on it and its a bit annoying)
     
  11. Offline

    Dayshade

    Typo there -- it's 1.7. Anyway, has the bug where the last character in a full line is deleted when it is colored been fixed yet?
     
  12. Offline

    timcolonel

    This bug has not been deleted already as its an internal bukkit bug so I need to modify some files of bukkit so bukkit doesnt remove the characters after the 15th.
    I should correct this but as its in bukkit i think i should wait for the release version.
    Sorry!
     
  13. Offline

    Mitch109

    Mines not working at all D:
    Its saying Unknown Command like the plugins not even there???
     
  14. Offline

    timcolonel

    For which command?
     
  15. Offline

    timcolonel

    VERSION 1.8 OUT NOW:

    • You can now activate signs with a button, lever pressure plate using wireless: Just use the item choosen in the config file(wooden stick, but you canm change) to select the wireless connection. As WorldEdit select with right/left click the two block. One must be a sign the other one must be a activator then just use the command /wa add to create the link. If you want to remove it just use /wa del after selecting the two linked block.
     
  16. Offline

    Mitch109

    /setcolor <color> [line]
     
  17. Offline

    timcolonel

    Only for this command?
     
  18. Offline

    Zombiemold

  19. Offline

    timcolonel

  20. Offline

    Crafting-miner

    help:

    CB 1597 (1.0.1 R1)
    PEX (+permissions.jar)
    Sign Utilities v1.8
    i just added the PEX permissions bridge to my server
    before that i guess SU used ops file?
    because:
    Code:
    2011-12-20 04:00:10 [INFO] Loading Config File...
    2011-12-20 04:00:10 [INFO] Loading Config File...
    2011-12-20 04:00:10 [INFO] Loading Config File...
    2011-12-20 04:00:10 [INFO] Permission system not detected, defaulting to OP
    2011-12-20 04:00:10 [INFO] SignUtilities version 1.8 is enabled!
    after the installation of the permissions bridge i get
    Code:
    2011-12-21 01:37:43 [INFO] Loading Config File...
    2011-12-21 01:37:43 [INFO] Loading Config File...
    2011-12-21 01:37:43 [INFO] Loading Config File...
    2011-12-21 01:37:43 [SEVERE] Error occurred while enabling SignUtilities v1.8 (Is it up to date?): com/iCo6/iConomy
    java.lang.NoClassDefFoundError: com/iCo6/iConomy
        at com.timcolonel.SignUtilities.SUPluginsManager.setupPlugins(SUPluginsManager.java:56)
        at com.timcolonel.SignUtilities.SignUtilities.onEnable(SignUtilities.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.iCo6.iConomy
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 12 more
    What is happening?
    Why cant signutilities just revert back to ops file instead of generating this error?

    Any suggestions?
    Removing the bridge is not an option because of other plugins with higher priority.
     
  21. Offline

    timcolonel

    Hello,
    Its maybe because you are using the version 1.8 try the 1.9.1 here
    In version 1.9 i removed the permission plugin compability you can only use permissionbukkit so it dont need permission bridge.
     
  22. Offline

    Ryan56k

    I'm running bukkit 1.0 and for some reason my sign commands [cmd] stopped working for my players. What could be causing this and how can I fix it? Thank you!
     
  23. Offline

    diannetea

    Code:
    02:34:41 [SEVERE] Error occurred while enabling SignUtilities v1.10.1 (Is it up to date?): null
    java.lang.NullPointerException
    at com.timcolonel.SignUtilities.Files.SignUtilitiesConfig.loadConfig(SignUtilitiesConfig.java:38)
    at com.timcolonel.SignUtilities.SignUtilities.onEnable(SignUtilities.java:94)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
    at org.bukkit.Bukkit.reload(Bukkit.java:187)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  24. something i have noticed, if i put a sign up with

    [cmd]
    warp
    spawn

    and then put a button up to create a wireless sign, it works perfectly, however, if i use a pressure plate, it still works perfectly to the person steping on the plate, but it spams the server console with "sithnar moved too fast" 40 or so lines, people in the area still see me stood on the pressure plate, if i return to the area i warped from, i disappear from the pressure plate.

    Very strange, ideally i want to use pressure plates to warp people, but if its going to give me moving too fast errors i will have to stick to buttons
     
  25. Offline

    Boche

    Hey, you are writed it wrong! It's iConomy not iConnomy
    Code:
    Requirements:
    -Permissions plugin:Recommended: (Permissions(3.x): outdated, PermissionBukkit: recommended with superbridgeperm)
    -World Guard(Optional)rotect your sign to be edited by anyone
    -iConnomy(Optional)ay with the minecart system
        /\HERE!
     
  26. Offline

    CubieX

    Seems to be broken in 1.2.4.
    Signs can not be edited. The old text does not show up.
     
  27. Offline

    gawelium

    Hi ! It works with me CubieX.

    I use SimpleSignEdit but it doesn't work in my server 1.2.4.
    Your plugin can replace it ! Thank's ! I just need to check with players if they need permissions.
     
  28. Offline

    timcolonel

    Bukkit 1.2.4 removed the ability to update a sign just afetr its created, it was what i used to do the direct edit. I hope they are going to correct this or give another method to update the content of the sign input screen.
     

Share This Page