[INACTIVE][MECH] RedRemote 0.3 - Remote Control your Redstone Logics (now with config!) [860]

Discussion in 'Inactive/Unsupported Plugins' started by narrowtux, Mar 7, 2011.

  1. Offline

    narrowtux

    RedRemote v0.3
    RedRemote is a simple but effective plugin that can be used to remote control your redstone logics.
    Usage
    Show Usage (open)

    You have to build something like this:
    This is the sender block, a redstone Wire is in front of it. The side on which you place the redstone wire is important, if thesSignal should be sent north, the wire has to be on the sourthern side of the block.
    2011-03-07_19.12.10.png
    This is the receiver block, the lever is required!
    2011-03-07_19.12.17.png
    Now, when you give an input to the diamond block, the lever will switch and you have a redstone signal at the other side!
    This works into every direction (up, down, north, east, south, west), so it can be used also to travel a signal up- and downwards.

    Video
    Thanks @jamescosten for this nice review!

    Example Configuration file
    Show Configuration (open)

    The config-file has to be created in plugins/RedRemote/redremote.cfg
    If there's no file, the standard configuration will be used.
    PLEASE EDIT THIS FILE!
    Code:
    sender=DIAMOND_BLOCK
    receiver=DIAMOND_BLOCK
    distance=200
    
    The block-type depends on the Material-Enum-Types. You can find them here.

    Download
    RedRemote.jar
    Source on github.com
    Changelog
    Show Changelog (open)

    Version 0.3
    • Configuration file added.
    • Debug messages removed.
    Version 0.2.1
    • Levers can be used again!
    Version 0.2
    • If there's no lever at the receiverblock, it will trigger a redstone event to support plugins that can handle this event (for example my other plugin MagnetBlock)
    Version 0.1
    • First release!
     
  2. Offline

    Roycohen

    I am a little confused does this mean i can only use this once and then thats it because they are all on the same channel or how exactly am i pairing certain recive and transmite blocks together
     
  3. Offline

    valdark

    You pair them by setting direction on the send block and making sure that the receiver block is in line with it.
     
  4. Offline

    ShadowDrakken

    basically think of it like a laser beam that ignores blocks in between... you power the block on one side, and it beams the signal in a straight line up to 100 blocks away until it hits the receiving block

    the beam can work both directions as well
     
  5. Offline

    compgurusteve

    Looks like the craftbook version without the signs attached :-D (pun intended)
     
  6. Offline

    Sun-Devil

    In yor changelog, you wrote:

    With your MagnetBlock, it really works fine, but is there a possibility, to send this redstone event through any block. like this:

    [D][A][R]

    where
    [D] is the Diamond Receiver
    [A] is any Block and
    [R] is a Red Torch.

    What I want, is the Receiver work like a Red stone wire but with the possibility to build one block above another. The reason is, that I need something to create a wall of switchable Red stone torches, but only with wire, it doesn't work.
     
  7. Offline

    butthole9999

    mine server log says no redremote config file found. what shud i do? i dont have any knowledge abt this xD. please do enlighten me thanks :)
     
  8. Offline

    narrowtux

    You don't really need this file, this is only needed when you want to change the blocktypes or the max-distance.
    You can find a default configfile in the first post.
     
  9. Offline

    Tuttu

    Someone has tested this plugin with CrafBukkit #860 ? Does it work ?
     
  10. Offline

    popdog15

    I'm sorry, But I think ill just stick to falsebook's wireless transmiters and recievers
     
  11. Offline

    Sun-Devil

    Yes it works!
     
  12. Offline

    Tuttu

    Thank you. :)
     
  13. Offline

    xwyz

    Can you update for bukkit 935?
     
  14. Offline

    narrowtux

    It's still compatible ;)
     
  15. Offline

    xwyz

    Thanks (=
     
  16. Offline

    jamescosten

  17. Offline

    nubpro

    Edit your YouTube descriptions
    Code:
    Link Here to Plugin : ‪‪http://forums.bukkit.org/threads/mech-redremote-0-3-remote-control-your-redsto
    
    ­ne-logics-now-with-config-860.7536/‬‬
    Link not working properly
    :p
     
  18. Offline

    jamescosten

    Ok soz will sort now
     
  19. Offline

    narrowtux

  20. Offline

    Duginox

    You sir, are one ugly kid and you talk like one.
    Nice plugin tough :)
     
  21. comming updates soon the plugin is very helpfull and funy ^^
     
  22. Offline

    narrowtux

    What would you like to have in that imaginary update? :D

    You're not even older than me :p

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

    R2D2Warrior

    am i doing something wrong or does it no longer work for #1000?

    EDIT:
    fixed :D
     
  24. Offline

    9kevins

    It works fine for build: 1000
    Nice, But it crash when i use 2 or more receiver blocks. Can u fix that?
     
  25. Offline

    narrowtux

    What does crash? 2 receiver for 1 sender doesn't work, you've got to repeat the signal to achieve this.
     
  26. Offline

    Koltrast

    I just installed it and changed sender/receiver to sandstone and the distance to 50, and it worked great when I tried it. After a while though, it spams the console with this:
    Code:
    [SEVERE] Could not pass event REDSTONE_CHANGE to RedRemote
    java.lang.StackOverflowError
    
        at java.lang.System.getProperty(Unknown Source)
        at sun.security.action.GetPropertyAction.run(Unknown Source)
        at sun.security.action.GetPropertyAction.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.io.PrintWriter.<init>(Unknown Source)
        at java.io.PrintWriter.<init>(Unknown Source)
        at org.bukkit.craftbukkit.util.ShortConsoleLogFormatter.format(ShortConsoleLogFormatter.java:54)
        at java.util.logging.StreamHandler.publish(Unknown Source)
        at java.util.logging.ConsoleHandler.publish(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.doLog(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:352)
        at com.narrowtux.RedRemote.BlockListener.transmitSignal(BlockListener.java:58)
        at com.narrowtux.RedRemote.BlockListener.onBlockRedstoneChange(BlockListener.java:22)
        at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:476)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    It's a great plugin when it works though :)

    Edit: Forgot a couple of lines, and I use Cb1000, sorry.
     
  27. Offline

    narrowtux

    Using Sandstone is not a good idea. As you can see, this is a stackoverflow, resulted of that the receiver sends back and forth until it crashes.
    Generally, it's not a great idea to use blocks that are used in common, I'd propose that you use some of the higher tier blocks like iron, diamond or gold. If you can't afford that, you could use netherrack or something like that (when you're not in the nether).
     
  28. Offline

    Koltrast

    Okay, thank you.
     
  29. Offline

    boardinggamer

    I have this installed it says it works but when I try to use it the signal doesn't go to the other block. How to you tell the signal what block to go to?

    EDIT: I figured it out. I think it would be better if you can place 2 blocks down right click the sender then right click the receiver to connect them
     
  30. Offline

    Lupo cani

    Does there really have to be a sender and and a reciver?
    I mean, if you want several circuits to interact over distanse, a two-way connection would be better, and if you want it to be one-way, just use repeater.
     
  31. Offline

    narrowtux

    it is like that because I can't set the redstone output directly. I have to use the switch (or something else that is toggleable) to simulate redstone output.
     

Share This Page