Inactive [MECH] XSigns v0.8 - Switch Signtext with Redstonecurrent or create Counters [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Orangenpresse, Mar 6, 2011.

  1. Offline

    Orangenpresse

    XSigns - Switch text with redstonecurrent:
    Version: v0.8


    When you place a sign you may type on each line <phrase1|phrase2>.

    On redstonecurrent phrase2 is shown otherwise phrase1

    See here:


    Big XSigns
    You can create XSigns with more text.
    First place your Sign and write
    <Phrase1|

    finish the sign, break it and put it on the same place.
    And then write
    |Phrase2>

    Youtube: Big XSigns

    Toggleable XSigns
    Start wie a Big XSign, but you can place as many |PhraseX| as you want,
    finish with |LastPhrase>

    Youtube: Toggleable XSign

    Counter
    If you want to count something, just write [counter] in one line.
    This will create a counter which will be increased with a falling
    redstone current.

    Youtube: XSign Counter

    Installation:
    1. Download the zip or the jar file (the .zip includes flexjson)
    2. Put the XSigns.jar in your plugins folder.
    3. XSigns needs flexjson-2.1 download it or get it with the .zip
    4. Place flexjson-2.1 in your lib/ folder
    5. Enjoy :)
    Update:
    1. Just replace the XSigns.jar
    Features:
    • switch text on signs with redstonecurrent
    • create counters
    Download(.zip | .jar)
    Source Code

    Changelog:
    Version 0.8
    • 1.2.4-R1.0 compatible
    Version 0.7
    • Minecraft 1.5_2 compatible
    Version History (open)

    Version 0.6
    • toggleable XSigns
    • [counter] command for building counters
    Version 0.5
    • Now it works with Wall Signs with current from the back
    Version 0.4
    • Big XSigns added
    Version 0.3
    • better Multiworld support
    Version 0.2
    • Now should work like any other redstone device
    Version 0.1
    • Release


    INFO (Bug/Issue Tracking)
    I'm not very active in the Forum, and sometimes a bit inactive. But I will maintain the Plugin nevertheless. I use GitHub, so if you find a bug, please create a ticket on https://github.com/orangenpresse/XSigns/issues

    Thank you :)
     
    DoomLord, sventi83 and MuttsNuts like this.
  2. we will test this and get back to you :)
     
  3. Offline

    TBK

  4. @Orangenpresse: tested your sugestion, after each server reboot it would appear that the sign sends you to the correct location.

    is this your plugin not updating the sign text where MM looks for it?
    or do you think its Afforess thats not picking up the sign change?
     
  5. Offline

    Orangenpresse

    Hmm I think the Sign is read on Serverstart and SignChange event.
    I only notify the Server that he should reload the Sign when its changed.

    But my only Change between 0.6 and 0.7 was to use the new function name "notify" instead of "g". So I hope that it will be ok for you if I send you to Afforess? :)

    Thank you :)
    I've added the link to my description now

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

    belfedia

    Some one test it with CB740 or 766 ? :)
     
  7. it works with 740
     
  8. Offline

    belfedia

  9. Offline

    s1ck3st

    thanks! great fun!
    we use the counter as kinda stop watch for our "parcour of death"!

    love it!
     
  10. Offline

    Orangenpresse

    Thanks, nice to hear :)

    Sorry that I was inactive the last days, but I write new exams :(
     
  11. Offline

    Plague

    cb 714 - inactive
     
  12. Offline

    s1ck3st

    ORANGENPRESSE KOMM ZURÜCK :D
     
  13. Offline

    Orangenpresse

    Uhh sorry, I haven't updated the thread. I'm still there and active for bug fixes.
    But colors should wait a bit :(
     
  14. Offline

    Plague

    ummm 803 is the last recommended build, but as we're updating to 1.6 I'll move it back, just change it to the latest recommended whenever possible please.
     
  15. Offline

    rcth

    Hm... Nice plugin, but a error occured:
    Code:
    07:06:58 [SEVERE] java.lang.ClassNotFoundException: flexjson.JSONSerializer
    07:06:58 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    07:06:58 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
    thod)
    07:06:58 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    07:06:58 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:36)
    07:06:58 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:24)
    07:06:58 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    07:06:58 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    07:06:58 [SEVERE]       at java.lang.Class.forName0(Native Method)
    07:06:58 [SEVERE]       at java.lang.Class.forName(Unknown Source)
    07:06:58 [SEVERE]       at orangenpresse.xsigns.XSigns.checkFiles(XSigns.java:93
    )
    07:06:58 [SEVERE]       at orangenpresse.xsigns.XSigns.onEnable(XSigns.java:46)
    07:06:58 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:125)
    07:06:58 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:750)
    07:06:58 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:253)
    07:06:58 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:134)
    07:06:58 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    07:06:58 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    07:06:58 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    07:06:58 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    07:06:58 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    07:06:58 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    07:06:58 [INFO] XSigns disabled
    
    Latest build, 860
     
  16. Offline

    Orangenpresse

    Is flexjson.jar in your lib folder?
     
  17. Offline

    rcth

    It's solved now. I forgot it... ,_,
     
  18. I would like to see some simple commands like: +1 or -1 or something like that.
    Cause I would like to show how many people are inside a room.
     
  19. Offline

    Orangenpresse

    Nice idea :)
    I must think about that, to realize it as simply as possible.
     
  20. Offline

    zipfe

    Awesome plugin, works like a charm. Thanks Orangenpresse!

    (And just tested with #996, works fine)
     
    Orangenpresse likes this.
  21. Offline

    Firefox365

    Will it be possible in future versions to have a reset t the counter?
    Without Destroying the sign.
     
  22. Offline

    Orangenpresse

    I think I've got an idea how to implement this and the +1 -1 commands.
    My exams are over now, so I should be able to implement the new commands until next week :)
     
  23. Offline

    Cameron Auber

    I have a small issue and I'm not sure why...

    When ever I reload or restart the server the XSigns that I created no longer work...
    the only debug code I get for this plugin on boot is:

    Code:
    2011-07-31 06:49:34 [INFO] XSigns info: non existend XSign or unfinished Big XSign found. It will be deleted after building a new XSign
    2011-07-31 06:49:34 [INFO] XSigns info: 2 XSigns loaded
    2011-07-31 06:49:34 [INFO] XSigns version 0.7 is enabled!
    I am not sure what is with the Big XSign but other than that it seems normal...

    To see plugins that are installed along side of it click here
     
  24. Offline

    Orangenpresse

    Can you please upload the data.sav file? (in the plugins/XSigns folder)
     
  25. Offline

    Cameron Auber

    There would be the problem... it hasn't been generated and there wasn't one that came with the plugin
     
  26. Offline

    Orangenpresse

    I think we've got the problem :)

    If there are no file, the data will not be saved. But there should be some Error output like:
    error: can't create XSigns plugin folder, Signs will not be saved!
    please check the permissions in the plugin folder or create the folder and the file and give write permissions to the file.
     
  27. Offline

    Cameron Auber

    ok ill try that now, thank you
     
  28. Offline

    GayJuice

    i have a suggestion don't know if its possible but here goes

    when you make a counter you can put <max> on the 2nd line when it gets to that number it resets to 0 and the sign releases a redstone burst(behind it) so that it can be used as a counter in blinking systems.
     
  29. Offline

    tuckismad

    thanks this is an awesome mod exactly what i need for my mincart mania farm.

    (off topic) what texture pack are you using in the video?
     
  30. Offline

    Ares513

    Hi, first of all, I LOVE YOUR PLUGIN! It's absolutely instrumental on my server. How do you reset a counter back to zero? I want some way to have a timer that counts down.

    Thanks so much,
    Ares513
     
  31. Offline

    Orangenpresse

    Hmm ok there seems to be a problem with the new Bukkit release, I try to fix it this weekend.
    Works fine with 1240.

    Nice idea, I hope I will get the time to implement this.

    Minecraft Enhanced
     

Share This Page