Inactive [GEN/INFO] OnlineSigns v0.2.1 - Slap signs with a fish, get a playerlist [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by NuclearW, Jul 25, 2011.

  1. Offline

    NuclearW

    OnlineSigns - Slaps signs with a fish, get a playerlist
    Version: v0.2.1

    OnlineSigns lets you create a wall of signs that will display what users are online at all times.

    To create a board of OnlineSigns, simply slap the totals sign with a fish, then slap all the signs that are to display usernames in the order you want them to fill, then slap the first sign again.

    OnlineSigns supports language translation: Simply edit the "lang" file to change anything OnlineSigns says.

    OnlineSigns has been translated into Spanish, German, Polish, and Dutch:
    OnlineSigns supports and is tested with PermissionsEx. OnlineSigns also supports default Bukkit Permissions. And will support any permissions plugin that does the same. OnlineSigns also tentatively supports Permissions 2.7.4 and 3.1.x, but is not tested against these.

    OnlineSigns will create a config.yml which contains one option:
    • PEX_Prefix
    Setting this to true will cause OnlineSigns to attempt to color a user's name on any board by taking the color code from that user's prefix from PermissonsEx

    If you translate this plugin I would be very grateful if you would send me your lang file so that I may share it with others in this post.

    Demonstrations:
    And a video with much more talking by @C0R7
    Would also like to note, his last test, with slapping the same sign over and over again, would show the last players on the server, if the server was full.​
    Features:
    • Full userlist in sign format.
    • Supports PermissionsEx, Permission 2/3, Bukkit Permissions, and defaults to OP
    Permissions:

    Nodes (open)

    • onlinesigns.* - Alias of onlinesigns.create
    • onlinesigns.create - Grants ability to create OnlineSigns



    Download OnlineSigns

    Changelog:
    • Version 0.2.1
      • Fix getting logger too soon
    • Version 0.2
      • Update for new event system
      • New PEX_Prefix option
    • Version 0.1
      • Initial release.
    OnlineSigns was suggested by @C0R7
     
    DrAgonmoray and DarkFusion like this.
  2. Offline

    R0K3TWALRUS

    I need help installing it... really cool plugin and I would love it on my server please help someone.
     
  3. Offline

    Haloflooder

    but why does the plugin lag the server when a person join/disconnect to/from the server?
     
  4. Offline

    R0K3TWALRUS

    I need help installing please!
     
  5. Offline

    NuclearW

    Sorry I did not see your earlier post.

    To install, simply take the jar file from the download and place it in your /plugins/ folder.

    Then, if you wish to use permissions, use the permissions nodes provided in the main post with whatever permissions plugin you use.
    I honestly have no idea. Sorry.
     
  6. Offline

    R0K3TWALRUS

    I know to that but I cannot find the jar in the file. Do you mean plugin.yml?
     
  7. Offline

    NuclearW

    No, do not extract that file, that file you are extracting and looking in is the jar file.
     
  8. BUG REPORT
    Hey found a bug for you. A biggy too. Since it requires a restart to fix it.

    If you break the source sign, whilst selecting a wall. It breaks it all. Video explains and shows better.

     
  9. Offline

    NuclearW

    I am not in a position to test at the moment, but does the same bug happen if you don't use world edit to remove the signs?
     
  10. Yes, I just used worldedit to quickly remove the signs. (Although I could have just sped up the vid when destroying them, lol...)
     
  11. Offline

    NuclearW

    I will look into it.

    Until then, try not to remove the signs while you are making it.
     
  12. I know. It was just something that happened. Thought I'd report.
     
  13. Offline

    NuclearW

    And I thank you for it, I just suggest not doing that while I fix it.
     
  14. Offline

    Haloflooder

    Do you think you can optimize the plugin? I really like this plugin but I can't use it because of the lag
     
  15. It runs fine...
     
  16. Offline

    Haloflooder

    no it doesn't. The plugin makes the server lag everytime a person join/disconnect. My server is a dual core, 4GB and I don't know why it's making the server lag
     
  17. Have you removed the plugin and tested the join/disconnect without it installed?
     
  18. Offline

    Seta

    oh i missed to say how amazing youre plugin is ^^
     
  19. Offline

    Haloflooder

    The server was never laggy when people join/disconnected from the server. It just lags when I add this plugin. This is the only plugin that makes my server laggy
     
  20. Offline

    NuclearW

    I really have no idea why it would lag. Nobody else seems to have this problem but you.
     
  21. Offline

    Haloflooder

    maybe there is conflicts with other plugins I have... or maybe it's because I have 50+ plugins? lmfao. My server still runs fine with no lag with 50+ plugins.
     
  22. That's....quite a lot of plugins ^^' Surely you don't need that many...
     
  23. Offline

    R0K3TWALRUS

    Me again. So now I understand that the entire file IS the Jar but for me its a winwar file. How do I turn it into the actual Jar file?
     
  24. Offline

    NuclearW

    Just put it in the plugins folder.
     
  25. Offline

    R0K3TWALRUS

    But when i put the winwar file into the plugins folder than nothing happens. It dosent work, i need a JAR file not the winwar
     
  26. Offline

    NuclearW

    I don't know how else to say this to you. There is no winrar file, there is only a jar linked.
     
  27. Offline

    R0K3TWALRUS

    Well the file that I download is a winwar file.... Dowload link please? Mabye im downloading the wrong thing from here?
     
  28. Offline

    jmcgee611

    When a user logs on or off my server, the console shows this code.

    Code:
    java.lang.NullPointerException
            at sl.nuclearw.onlinesigns.onlinesigns.stringToBlock(onlinesigns.java:139)
            at sl.nuclearw.onlinesigns.onlinesigns$3.run(onlinesigns.java:187)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:38:07 [WARNING] Task of 'OnlineSigns' generated an exception
    java.lang.NullPointerException
            at sl.nuclearw.onlinesigns.onlinesigns.stringToBlock(onlinesigns.java:139)
            at sl.nuclearw.onlinesigns.onlinesigns$3.run(onlinesigns.java:187)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    CB 1060, running essentials suite 2.5.8, MyWolf, CreativeGates, ColorSign, Spout, HeroicDeath, ChestRestock, nSpleef, and TrainCarts

    But the plugin is working fine. Sign shows everyone who's online.
     
  29. Offline

    pirmax

    Incompatible avec la version 1.8 de Minecraft. Ne fonctionne pas chez moi.
     
  30. Offline

    portal00

    when i put the .jar file (its a zip file) into the plugins folder and run the server it doesnt work.
    how can i fix this?
     
  31. First off it's winRar. Not winwar. Secondly check the file extension NOT the icon. Winrar likes to default its self for all the file types/extensions, including .jar, .iso, and .zip.

    Working fine for me (Lastest CB reconmended build (1240))

    Behind one update :|, either way it is working for me on CB 1240.

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

Share This Page