[INACTIVE][MECH]CommandSigns v0.4 - Issue commands using signs [672]

Discussion in 'Inactive/Unsupported Plugins' started by Edward Hand, Feb 22, 2011.

  1. Its repaired with my hotfix (few posts above), enjoy! ;)
     
  2. Offline

    dslip

    @Aiquen

    Not sure if its compiled the same, but the plugin.yml lists plugin name as Sign Colours, could you fix pls ;)

    I am also getting the same error with your build as other builds. A sign that has [command] /me hello outputs this error in console

    could not execute command "me hello ". Does command exist?
     
  3. Offline

    volpi3000

    I don't understand this, i would love to use this plugin,but evry time i write in a Sign:"[Command] /give volpi300 3 64" and do afther that a right-click on it nothing happen.... (The [Command] get green)

    greets

    volpi3000
     
  4. Offline

    anon

    Works sometimes for me, other times it will get this message:
    Code:
    10:32:19 [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    org.bukkit.command.CommandException: Unhandled exception executing command 'manuadd' in plugin GroupManager v1.0(alpha-5)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at com.edwardhand.commandsigns.SignListener.onBlockRightClick(SignListener.java:117)
        at com.edwardhand.commandsigns.SignPlayerListener.onPlayerInteract(SignPlayerListener.java:20)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:519)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:81)
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:85)
        at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:309)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 17 more
    
     
  5. I am sorry, but I won't try to help you. I have no problem with that. You should ask plugin developer for 1.5 upgrade. (I believe, you downloaded version from my post, not from original first post.)
     
  6. Offline

    anon

    Ok, tahnks anyway. I guess ill have to wait for edward then :(
     
  7. I repaired "Sign Colours" name (same link) (but you can do it same as me - with winrar). But sorry, I can't help you with "/me hello". I do not want develop this plugin. (definitely not without author's agreement)

    In your error report is problem with:
    Code:
    Unhandled exception executing command 'manuadd' in plugin GroupManager v1.0
    Not with CommandSigns (probably). But sorry, We are using permissions, not GroupManager, and I dont know that "manuadd" command.

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

    anon

    The manuadd command works fine. The problem is that I have a sign wih 2 commands. It executes the first manuadd one, and a /spawn one after that. /spawn doesnt work, and gets this error.
     
  9. So first... "manuadd" is posting this error (as you see), not "spawn".
    And as I said, I am sorry I can't help you...
    btw > GroupManager has last update from 09.03.11, why you're still using that? (I never used GM, that's why I am asking)
     
  10. Offline

    anon

    Yes, essentials guys integrated groupmanager, so it is updated. The fact taht I know of multiple coomands is causing this on my case is taht when I do a "[command] /*manuadd <NAME> peasant" it works with no errors. If I do a [command] /*manuadd <NAME> peasant /spawn" then the manuadd command works as intended, a error is displayed in console and the /spawn doesnt. Just for u to know, I wont bother u anymore :)
     
  11. Offline

    MintTheFox

    aparently 733 breaks the /* command to run it as op
     
  12. Offline

    Beatkidz

    yes. and i used this alot around my main town. kinda sucks. can anyone fix this problem?
     
  13. Offline

    aehoooo

    @Edward Hand
    Please edward can you fix it? This is a great plugin, and my server relies havy on this.
     
  14. Offline

    bumpmann

    Fixed it by replacing in SignListener.java ~ line 74

    EntityPlayer fakeEntityPlayer = new EntityPlayer(cServer.getServer(),cWorld.getHandle(),"/CommandSigns",new ItemInWorldManager(cWorld.getHandle()));
    Player fakePlayer = (Player) new CraftPlayer(cServer, fakeEntityPlayer);
     
  15. Offline

    anon

    can u share the jar?

    :(
     
  16. Offline

    bumpmann

    Still some problems with /* commands (the fakeplayer.... i try to find a replacement for fakeEntityPlayer.a = ((CraftPlayer)player).getHandle().a that don't exists anymore)
     
  17. Offline

    yoyo

    So... there is no way to fix that? Does that mean that this plugin can't be fixed?
     
  18. Offline

    Thumm

    Keeping my eye on this plugin for sure! Would love to try it out.
     
  19. Offline

    Xaostica

    This plugin is ultra useful, well worth waiting for it Thumm.
     
  20. Offline

    RomaClanServer

    Please update.
     
  21. Offline

    bumpmann

    It must be fixed... better is waiting for the author to release his fix...
     
  22. Offline

    RomaClanServer

    Needs update badly, this plugin is perfect
     
  23. Offline

    lugao

    <Edit by Moderator: Redacted mediafire url>
    Here is my "workaround" to the error, it change the player name to /CommandSigns and execute the * commands.
    I've placed the command mantogglevalidate around the * commands too to avoid manuadd errors.
     
    Last edited by a moderator: Dec 15, 2016
  24. Offline

    ipodnerd

    I too would love to see an update of this invaluable mod

    one problem due to incompatibility with latest craftbukkit is:
    Code:
    [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    java.lang.NoSuchFieldError: c
        at com.edwardhand.commandsigns.SignListener.onBlockRightClick(SignListener.java:74)
        at com.edwardhand.commandsigns.SignPlayerListener.onPlayerInteract(SignPlayerListener.java:20)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:252)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:504)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:73)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    
     
  25. Offline

    Phaedrus

    Yup, need an update bad. My commandsign/buyabilities spell shop isn't as useful without it.
     
  26. Offline

    Matrixclonk

    Is it possible to make that the sign commands activate with redstone?
     
  27. Offline

    RomaClanServer

    So this fixes the no permission features on 1.5?
     
    Last edited by a moderator: Dec 15, 2016
  28. Offline

    Thumm

    I want to use this soooo damn bad!! lol surprised all this attention hasn't given rise to an update yet. Here's hoping *fingers crossed*
     
    RomaClanServer likes this.
  29. Offline

    RomaClanServer

    yes
     
  30. Offline

    Thumm

    Just tested the .jar posted by lugao and everything seems to work as it should. Thanks a lot :)
     

Share This Page