- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- Contributors:
- Bart_0110 & licks92
![]()
- Easily transmit redstone signal from a transmitter to a receiver!
- There's no delay, the signal is transmitted immediately!
- You can set a delay if you want!
- Many commands to control the plugin and get information about your wireless network!
- Special admin commands and permissions to allow players to use the plugin or not!
We need your help!Do you want to see the plugin in your favorite language / native language? It will be possible in the next version. The process is very simple for you and me, you just have to go on this website, and fill the language of your choice
Demonstration Video
English:
German:
Upcoming features. ( Or planned )
- Add support for WorldEdit:
- The sign gets automatically removed from the config if you remove the sign with WE. It's added in 2.1
I'm not sure to add these features, but I put them here:
- Add new receiver types:
- The clock receiver: If active, it will regularly turn on/off. If not active, it will simply be off. It's added in 2.0
- Add a limit of wireless signs per player (probably by permissions). See this.
- Please note that we're doing our best to make WirelessRedstone bugfree, it still may contain a few bugs and such.
Links
- Metrics
- Github
Thanks
- Thanks a lot to Wmisiedjan, the creator of the plugin. He left the project more than 3 years ago, and since that moment I'm the developer of the plugin. I made big changes but some of his code is still in the plugin. He was also a great guy because the code was open, that's why I could take it and modify it. Thank you, mate
- Thank you a lot to bb-generation who optimized the configuration part, and update the plugin to maven.
- Thanks to my beta-testers (cannonb4ll, s32ialx, and Kervinou), your help is great!
- Thanks to all the persons who help me to improve this plugin, and report bugs.
Have an issue?Please report it here
If you want to post it here, please post:
- A description of what's happening.
- The version number of WirelessRedstone, and Spigot (Bukkit).
- An error log if you could get it.
Notes
If you want to submit an idea, please post it on this page with the label improvementI'll add it and you'll be warned when it's done.

WirelessRedstone 4.0.4
WirelessRedstone plugin for Spigot! Make bigger circuits with less wires!
-
Shiimozu, Plugin_Dev, ttshark and 6 others like this.
Recent Updates
- WirelessRedstone v4.0.4 Sep 2, 2019
- WirelessRedstone v4.0.1 Aug 1, 2019
- WirelessRedstone v4.0.0 Jul 31, 2019
Recent Reviews
-
Shiimozu
- 5/5,
Nice Plugin, please update auf 1.15.2
It's unfortunalty not supported anymore :( -
TMCThomas00
- 5/5,
Great plugin, especially helpful in combination with traincarts. Makes making coasters a lot easier. It's unfortunalty not supported anymore :(
-
ShadowSkull20
- 1/5,
This is by far the most annoying plugin I've ever used. If you restart your server there's a chance of a lot of channels breaking and you having to redo all of them. This plugin is full of bugs. DO NOT RECOMMEND!
-
JaHollYT
- 5/5,
Plugin works fine! I am Looking forward to some more Updates like the "Add a limit of wireless signs per player" thing :)
You are on a good Way, keep Doing! -
Kittle
- 1/5,
Sorry but I am fed up with this plugin. It doesn't work at all. I asked several times help since many months. Nothing has been done to fix it. I had to destroy hundreds of signs to create them again, I waste my time with wireless redstone. This plugin is not reliable at all. Developper not very active and involved to maintain the plugin. https://paste.md-5.net/ihahiyixug.md
-
Jamesseidl
- 5/5,
This plugin works as intended, and does what it is supposed to do. Any who have issues with it can reach out to the author, who is very helpful. No bugs so far that haven't been fixed. Author has been very responsive.
-
Pirupirupi
- 5/5,
Made an account in SpigotMC just to say thanks to the author/developer of the plugin and how much I love this <3,
Im currently running this plugin on my MC 1.14.4 server and it works great! This plugin optimized our village lighting system by removing the need to wire it all up with redstone dust etc. just a simple sign for the transmitter and a bunch of signs for the receiver then BAM!! a village lighting system. I hope the dev would continue to support this plugin on later versions of MC :D -
Eisenbahner218
- 3/5,
An error message is always displayed in the console
Error occurred while enabling WirelessRedstone v4.0.1 (Is it up to date?)
java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils
at net.licks92.WirelessRedstone.Storage.DatabaseClient.performUpdate1(DatabaseClient.java:595) ~[?:?]
at net.licks92.WirelessRedstone.Storage.DatabaseClient.onUpdate(DatabaseClient.java:93) ~[?:?]
at com.tylersuehr.sql.SQLiteOpenHelper.getWritableInstance(SQLiteOpenHelper.java:118) ~[?:?]
at net.licks92.WirelessRedstone.Storage.DatabaseClient.<init>(DatabaseClient.java:52) ~[?:?]
at net.licks92.WirelessRedstone.Storage.DatabaseClient.init(DatabaseClient.java:67) ~[?:?]
at net.licks92.WirelessRedstone.Storage.SQLiteStorage.initStorage(SQLiteStorage.java:24) ~[?:?]
at net.licks92.WirelessRedstone.WirelessRedstone.onEnable(WirelessRedstone.java:127) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.IOUtils
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_211]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.2.jar:git-Spigot-093165d-ba575a5]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
... 16 more -
Warak
- 5/5,
This plugin has a serious problem. If you start using this plugin, then everything will be broken without this plugin. This is very great plugin.
-
TMCThomas00
- 5/5,
Great plugin, especially helpful in combination with traincarts. Makes making coasters a lot easier. Thanks for the ongoing support!