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

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

  1. Offline

    anon

    Yes it does. But it functions a little diferent from edward one. If u notice, edward one creates a fake player, that executes a command on the player that clicked the sign. Lugao one transforms the player that clicked the sign into the "/commandsigns" player for a little while.

    So this restricts some commands that where possible to do on Edward's version, but it also expand it to make it possible to do some commands that where not possible on edward original plugin.

    Heres a example.

    Code:
    [command]
    /*iten 266 50
    On edward version, nothing would happen at all. Actually it would work, but the iten would go to the player "commandsigns" and not to the one that clicked it.
    On lugao version it will work, as the player that clicks the sign becomes the player "/commandsigns"

    Another expample
    Code:
    [command]
    /*give <NAME> 266 50
    On edwards version this would work, for example player "herobrine" clicked the sign, then herobrine would be given the iten.
    On lugao version thsi wouldnt work, as "herobrine" would be transformed into "/commandsigns", so when he try to give herobrine a iten, it will return a error telling that player is not online.
     
  2. Offline

    RomaClanServer

    This version messes up kits, and you have to relog to actually receive the kit after issuing the command. Also, /*warp does not work.
     
    Last edited by a moderator: Dec 15, 2016
  3. Offline

    John19800

    Is this mod ready for 1.5 yet?
     
  4. Offline

    RomaClanServer

    No
     
  5. Offline

    wokka1

    I'm guessing this plugin is partially dead due to the changes in bukkit. This works fine for normal user commands, but running commands as an admin or op will not work again. Has there been any discussion with the bukkit devs about a possible fix or another way to doing this? Some feedback would be appreciated, this is a really nice plugin.
     
  6. Offline

    Thumm

    Seriously...been checking this thread multiple times a day for some time now. Still holding out hope though.
     
  7. Offline

    RomaClanServer

    Me too... The use of this plugin to provide a specific spot to use a permission that players can't normally use is tremendously useful and essential in some situations
     
  8. Offline

    anon

    Lugao version works for me. Im not sure if it will work on onlinemode:true server thou, as it changes the name of player that clicks sign.
     
  9. Offline

    Thumm

    I was using it also and some of the commands work...I can get weather commands to work and a few others but \ for chat doesn't seem to work and none of the time commands seem to work. Also it doesn't seem like commands are spilling over onto multiple lines anymore either. It just seems too hit and miss at this point for me too use right now.
     
  10. Offline

    RomaClanServer

    Needs a fork.... Edward's last post was like 2 1/2 weeks ago
     
  11. Offline

    Thumm

    I wish I knew anything about java :(
     
  12. Offline

    Ismoh

    [command]
    /whitelist reload

    is too big for 1 row

    i tried
    didn't work as well

    i checked server log:
    pls help
    permissions isnt installed!
     
  13. Offline

    Thumm

    If you do a little reading just on this page I think you'll find the answers you seek ;)
     
  14. Offline

    Ismoh

    thank you very much -.-
     
  15. Offline

    Brvtvs

    Please update this
     
  16. Offline

    Smirrom

    is there such a plugin, with buttons and levers?
     
  17. Offline

    Plague

    considered inactive
     
  18. Offline

    Fluff

  19. Offline

    Brvtvs

    Awesome, thank you. However I can't get kits to work with either kitplugin or essentials.
     
  20. Offline

    Clem

    Is there a way for it to make the commands disappear and only have text. Would look much cleaner for my application.
     
  21. Offline

    valdark

    xsigns might help you.
     
  22. Offline

    sprk1ng

    I need a lil' help.

    How can i put this comannd: /user -setgroup u:name s:group

    on the sign?

    I'm making a system on my server to get the job. The player hits the first sign (he pays the money), the door opens and into the room will have a sign to give him the job when he hits the sign.

    For example: The player hits the first sign (the sign to pay for tha job), and when he hits, the fence on the way desappears, so, he enters on the room. (The fence need to desappears for a short time, like 5 seconds, and appear again). And into the room will have a sign to hit that will make him get the especified job.

    thx.
     
  23. Offline

    Masterflapdrol

    08:33:29 [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    java.lang.NoSuchFieldError: c

    What is this? how can i fix it? or is it permissions that's blokking it :( [diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock][diamondblock]
     
  24. Offline

    spoonfork99

    17:18:15 [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    java.lang.NoSuchFieldError: c
    at com.edwardhand.commandsigns.SignListener.onBlockRightClick(SignListen
    er.java:74)
    at com.edwardhand.commandsigns.SignPlayerListener.onPlayerInteract(SignP
    layerListener.java:20)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:306)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:18:16 [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    java.lang.NoSuchFieldError: c
    at com.edwardhand.commandsigns.SignListener.onBlockRightClick(SignListen
    er.java:74)
    at com.edwardhand.commandsigns.SignPlayerListener.onPlayerInteract(SignP
    layerListener.java:20)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:306)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:18:16 [SEVERE] Could not pass event PLAYER_INTERACT to SignColours
    java.lang.NoSuchFieldError: c
    at com.edwardhand.commandsigns.SignListener.onBlockRightClick(SignListen
    er.java:74)
    at com.edwardhand.commandsigns.SignPlayerListener.onPlayerInteract(SignP
    layerListener.java:20)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:306)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:166)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:212)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:550)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
     
  25. Offline

    Scolor

    How do i make it so someone who normally wouldnt have permsisions for a command will have permsissions. the instructions confuse me. Example would help
     
  26. Offline

    jungalist81

    I like this plugin and I still use it on my Minecraft server!

    Lets keep this active shall we?
     
  27. Offline

    SkullGuerras

    I love the plugin, use it on my server that is under development, andyou wanted to add a way to get somewhere in the name of the command to click the player appears, a simple example below:

    **[vampirejoin]

    /hero admin class *playername* vampire
    instead of the *playername* player's name is to click onsign
     
  28. Offline

    Talocitie

    I would like for multiple people to be able to use signs, but some commands do things to the individual. Would it be possible to have a '/command-signs line1 /tp *username person' where the code "*username" would get the players name who touched it?
     

Share This Page