Inactive [ADMN/SEC] SignLogger v1.4 - Sign logging and notifications [1185]

Discussion in 'Inactive/Unsupported Plugins' started by phaed, Feb 13, 2011.

  1. Offline

    phaed

    SignLogger v1.4

    Logs and displays in-game notifications of all sign placements.

    Features
    Notifications and logs contain the player's name, the sign text, and sign location:

    Requires
    Permissions
    Code:
    signlogger.bypass - Those with this permission will not be logged
    signlogger.notify - Those with this permission will be shown in-game notifications

    Sample config.yml
    Code:
    notification-color: 7
    Change log
    Version 1.4
    • Empty signs no longer logged
    • Updated for 819
    Version 1.3.1
    • Updated for 677
    Version 1.3
    • Updated for Minecraft 1.4
    Previous versions (open)

    Version 1.2
    • Updated for new craftbukkit
    Version 1.1
    • Mulit-world aware
    • Fixed error with empty signs
    Version 1.0
    • First release

    http://dev.bukkit.org/server-mods/signlogger/

     
  2. Offline

    Mikael_d

    Yo, my man. I love you'r plugin, but when can we expect an update to 1.8.1?
     
  3. Offline

    phaed

    Already works for 1.8 :)
     
  4. Offline

    zipfe

    Yep, works fine with 1185, and later CB as well.

    However, sometimes this happens:

    Code:
    2011-10-01 12:03:13 [INFO] SignLogger: PLAYERNAME [ | Drvo | ? | Ugljen ] [193 56 43 MAPNAME]
    2011-10-01 12:03:13 [SEVERE] Could not pass event SIGN_CHANGE to SignLogger
    java.lang.NumberFormatException: For input string: " "
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:449)
        at net.sacredlabyrinth.Phaed.SignLogger.ChatBlock.colorizeBase(Unknown Source)
        at net.sacredlabyrinth.Phaed.SignLogger.ChatBlock.colorize(Unknown Source)
        at net.sacredlabyrinth.Phaed.SignLogger.ChatBlock.sendPrefixedMessage(Unknown Source)
        at net.sacredlabyrinth.Phaed.SignLogger.ChatBlock.sendMessage(Unknown Source)
        at net.sacredlabyrinth.Phaed.SignLogger.SLBlockListener.onSignChange(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1045)
        at net.minecraft.server.Packet130UpdateSign.a(SourceFile:41)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Going through the logs, I'm fairly certain this happens when players use foreign characters (non-ASCII) or color codes ("&aHaha I'm a sign").
     
  5. Offline

    Her_Craving

    If you have some time, could you make it so that it logs all the signs in a seperate .txt file as well as announcing it in game?
     
  6. Offline

    Ozelo

    PLEASE UPDATE!!!
     
  7. Offline

    phaed

  8. Offline

    scungilli

    amazing pluggin, simple and great. please update for 1.2.5 on dev :D
     

Share This Page