Inactive [FUN/MECH] Redstone Signs Vers 0.11 - Trigger commands with Redstone! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by meiamsome, Aug 29, 2011.

  1. Redstone Signs
    Version: 0.11


    Redstone Signs is quite a simple mod, it provides an easy way to add lots of functionality by executing commands with Redstone. You place a command on the sign and when the sign is powered by Redstone the command is executed as if the person who made the sign had typed it! (This means their permission should take effect!)

    For now, the commands will not be executed when the creator is offline as I cannot find a way to execute a command as them!

    There may be bugs, so any that you find please report to me :)

    How to use:
    Place a sign and on the first line type "[RedstoneSign]" (Case-insensitive)
    On the 2nd, 3rd and 4th lines type your command (A new line will not count as a space).
    The slash preceding commands in chat is not needed.
    The command will only be executed once per signal (It responds to a rising edge).

    For example:

    Code:
    [RedstoneSign]
    time set 0
    
    
    This will set the time to 0 (Day) when the sign is powered! So, if you hook it up to a light sensor so it is triggered at night, it'll turn to day!

    Permissions:
    • RedstoneSigns.create - Gives permission to create Redstone Signs. Default: everyone
    • RedstoneSigns.modDel - Allows moderators to destroy other's Redstone Signs. Default: ops
    Features:
    • Run commands with Redstone!
    Planned Features:
    Show Spoiler

    • Transmit Redstone Signals
    • Use signs like buttons so they create a signal when pressed
    • Sign Gates - Multiple inputs and one output based on the sign's contents. (Maybe even latches?)
    • Sign Counters - count the number of inputs and display it as a number on the sign. (Maybe output when it gets to a certain level & reset?)
    • Using limited commands with the trigger's user (Limited by the server admin(s)?)
    • Power to block sign is on powers sign.
    • Suggest more ideas for their inclusion!

    Download:
    Click to download

    Change Log:
    0.11:
    • Corrected a few errors that appeared.
    0.1:
    • First release
     
  2. Offline

    Laserhog

    So does that mean that they can, in the example above, set the time to 0 even if they don't actually have permission to?
     
  3. Good question, and no. It uses the player who made the sign to run the command, so it should use their permission level!

    [EDIT]
    I may have misunderstood you, if you meant a user without permissions can activate a user who does have permission's sign then yes, they can but only when that user is online ATM.
     
  4. Offline

    Jay187

    This is the plugin I've been looking for! But, I can't seem to install it? Can you please give me some instructions on how to install it properly? Thanks
     
  5. It should be as simple as un-zipping the download and putting the jar into the plugins folder of your bukkit installation. I'll edit the main post when i'm on laptop to have this and some future plans for this plugin :)
     
  6. Offline

    rens23

    Doesn't work for me, i tried with 'time day' and 'mob Pig 1' with ofcourse [RedstoneSign] above it, i put a button on the block with the sign.
     
  7. If I understand you correctly, you're powering the block the sign's on rather than the sign itself. At the moment, powering the block it's on doesn't work but if its a popular idea then I may add it.
     
  8. Offline

    Jay187

    Thanks! The reason it wasnt working is because of the program I opened it with was outdated. But it works great now! But it would be cool if you made it compatible with other plugins such as essentials. Just a suggestion to make this plugin a lot better.
     
  9. Offline

    RazorFlint

    I had this for Hmod, Very nice :D
     
  10. Sorry, I don't understand, what do you mean by this?
     
  11. Offline

    Bdl2

    You could run the commands as if sent from the console, though that might not be safe...
    Perhaps implement a way for the plugin to check if the sign was created by somebody with the specific permission for the command it executes, and then have the command run through the console if the creator's permission matches up? Of course, that would mean that the plugin would need to store data.

    Egh. Sounds complicated when I type it out, makes sense in my head, though.
     
  12. Yeah, that could work but then commands that have to be run by a player still wouldn't work right and it'd be quite bug-tacular... Still, hard at work making the new wireless signs...
     
  13. Offline

    xemnes

    do it how commandsign does it, run the command as a user permission with the name "redstonesignadmin" with the "*" permission
     
  14. Offline

    CraftLourens

    THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    meiamsome likes this.
  15. Offline

    iDennis95

    the request is deleted :((((

    nvm mirror is working

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

    bluehasia

    this does not work :(
    buket 1060
    minecraft 1.7.3

    it registers saying the sign was made in feedback but i power it up with a button trigger and nothing

    this is two of the types of signs i tried to make, both times fo these it says sign was made
    [RedstoneSign]
    gate warp hasia
    hoard1

    another i tried was
    [RedstoneSign]
    time day
     
  17. Offline

    wolfen10

    um... this is not a .jar, its just a bunch of random folders and .class files :(
     
  18. How're you powering the signs?

    Try something like
    [wood]_ [dirt]]
    [dirt][dirt][dirt][dirt]

    Where the wood is your sign, the _ is Redstone and the ] is a button and dirt is anything.
    This:
    [wood][dirt]]
    [dirt][dirt][dirt]

    Wont work as far as I can recall in the current version as powering the block the sign's on won't activate it.

    Can you retry the download, sounds like you're looking inside the .jar file.
     
  19. Offline

    wolfen10

    ok!
    it works, turns out i was openning it instead of saving it!

    silly me :)
     
  20. Offline

    Skyve

    Is it possible to have an option for signs not tied to coordinates (have all info on sign iteslf)? I'm trying to find a plugin to use with Movecraft/Falsebook combo.
     
  21. Offline

    Irock23

    Will you please updated this to 1185, I haven't gotten to try it yet and would like to.
     
  22. Offline

    AsHperson

    pls UPDATEEEEE
     
  23. This works on the latest build as far as I can see.
     
  24. Offline

    *-Emax-*

    Not work for me :(


    11:57:55 [SEVERE] Could not pass event BLOCK_BREAK to RedstoneSigns
    java.lang.NullPointerException
    at me.meiamsome.RedstoneSigns.RedstoneSignsBlockListener.onBlockBreak(Re
    dstoneSignsBlockListener.java:79)
    at org.bukkit.plugin.java.JavaPluginLoader$39.execute(JavaPluginLoader.j
    ava:511)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:195
    )
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    2)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  25. Offline

    T-warp

    Download link doesn't work :(
     
  26. Offline

    Jackjan

    Is that inactive?
     
  27. Offline

    Cookiecraft

    Hmm... Doesn't work for me :confused:. It would be amazing if you could update it...
     
  28. Offline

    IsaiahRobichaud

    Can you put more downloads for this I can't seem to go to the download it says "FATAL ERROR: Connection to database server failed.
    MYSQL Error:Too many connections"
     
  29. Offline

    mitchfizz05

    You could have it to run through the console, but when the person makes the sign, it will check if the person has permission to use that command, if they do, the sign stays, else, the sign get broken, printing out a message to the chat bar like "You don't have permission to that command!". Could that work?
     
  30. Offline

    TheCoCe

    PLEASE update to 1.2.3!!!!! This Plugin is AWESOME!!!!!
     

Share This Page