Quantum Connectors - Wireless Redstone
Replace that dusty old redstone wiring with quantum circuits!
Usage | Commands & Permissions
Features:
- Wireless redstone
- Optional delayed activation
- Activate multiple devices
- Edit your circuits! Remove receivers from existing circuits with sneak + click!
- Use Chests, Beds, Furnaces and even Bookshelves to activate redstone devices!
- Optional WorldGuard Support! Users can only create circuits when they have permissions to build.
- When enabled this plugin will check to see if there is an update available and let you know if one is. Don't be frightened! You can actually disable it in the same plugins/<thisplugin>/config.yml file that every single other plugin that has this functionality uses to disable it.
Circuit Types:
- quantum - receiver matches sender
- on - receiver is turned on when the sender receives power
- off - receiver is turned off when the sender receives power
- toggle - receiver is toggled when the sender receives power
- random - receiver is set to a random status when the sender receives power
- reverse - receiver is set to the opposite of the sources power
- impulse - receiver is set to on for 4 ticks when sender receives power, ignoring how long sender lasts
Special Senders
- Chests - ON sent when the chest is opened, OFF when it is closed
- Beds - ON sent when the bed is entered, OFF when the person leaves the bed
- Furnaces - ON sent when the furnace becomes lit, OFF when it is unlit
- Bookshelves - ON sent when clicked (can be used with toggle to turn things on/off)
Example 5 by 5 (by 3) redstoneless piston door:
Usage:
I highly recommend subscribing to file updates, so the moment a new version is available you can download it.
-
View User Profile
-
Send Message
Posted Jan 2, 2015Hello I am using Spigot 1.8 and QuantumConnectors 2.5.5, and doing /qc q works but nothing happens when i right click a lever with redstone.
-
View User Profile
-
Send Message
Posted Jan 2, 2015Please Update 1.8 :(
-
View User Profile
-
Send Message
Posted Dec 23, 2014Use:spigot 1.8-R0.1-SNAPSHOT
Use:QuantumConnectors v2.5.4
(import class, was tested by rewriting from v1.7_R4 to v1.8_R1)
Transmitter: lever receiver: the case of the lever, errors such as the following will occur.
Is there a fix schedule?
[12:56:50] [Server thread/ERROR]: Could not pass event BlockRedstoneEvent to QuantumConnectors v2.5.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.BlockLever.interact(BlockLever.java:156) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PlayerInteractManager.interact(PlayerInteractManager.java:492) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:724) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71] at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] at java.lang.Thread.run(Unknown Source) [?:1.7.0_71] Caused by: java.lang.NoSuchMethodError: net.minecraft.server.v1_8_R1.WorldServer.getData(III)I at com.ne0nx3r0.quantum.circuits.CircuitManager.setReceiver(CircuitManager.java:316) [?:?] at com.ne0nx3r0.quantum.circuits.CircuitManager.setReceiver(CircuitManager.java:283) [?:?] at com.ne0nx3r0.quantum.circuits.CircuitManager.activateCircuit(CircuitManager.java:202) [?:?] at com.ne0nx3r0.quantum.circuits.CircuitManager.activateCircuit(CircuitManager.java:182) [?:?] at com.ne0nx3r0.quantum.listeners.QuantumConnectorsBlockListener.onBlockRedstoneChange(QuantumConnectorsBlockListener.java:31) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_71] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_71] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-47b1dff-f233e7d] ... 16 more
-
View User Profile
-
Send Message
Posted Sep 8, 2014@Ne0nx3r0
Hmmm didn't work else =/ with the version 2.4.13
Thanks for helped me and sry for boring you but your plugin is very interresting me ^^
if you have any solutions for it work pls tell me it
Im not so nice in english but "Probably you do want to look into updating Spigot though." It mean if i update spigot in 1.7.4 and take the v2.4.12 it will probably work ?
I m a newbie on Java i searched a bit on the web and it mean impossible for me to modify it "
So if understood all well, the problem come of the langage between server in NMS and the plugin in API, is it impossible to convert it ? API into NMS ? or it's rly rly hard ? =/
In thanks so much for this idea of plugins and help :)
-
View User Profile
-
Send Message
Posted Sep 8, 2014@Trace69
"NoClassDefFoundError" typically means the plugin uses a different version of Bukkit's forced API changes to NMS code than you are using.
So it's your server version, not a plugin conflict. I would try one of the earlier versions like 2.4.13.
Probably you do want to look into updating Spigot though.
-
View User Profile
-
Send Message
Posted Sep 7, 2014@VirtualPancake
Have the same problem
Im Using Server Spigot 1.7.2-R0.3 and the plugin version 2.5.3 It's probably incompatible with another plugin but i have so much plugins " and i don't know what plugins is.
I have ChestChop, IConomy, Citizens 2, CoreProtect, CoreProtect Anti-Xray, Vault, WorldEdit, WorldGuard, Sentry, Towny, CommandSigns, Jobs, The Essentials's Suite, BukkitYamler, Vanish No Packet, Redstone Timer, Dirty Arrows, TrollMode, WGCustomFlags, WGChunkFlag, MyCommand, LibsDisguises, UltraTool, ProtocolLib, Jail, WGSpawnPointFlag, WGBlockRestricter, WGDropFlags, HeroChat, NoCheatPlus, PetCreeper, NoCheatPlusCompact, PlayerPoints, BossShop, Lift, UltimateCards, Lottery, Brewery, BattleArena, BattleTracker, GuiShopManager, BS-SingleUse, AuthMe, ArenaParkour, ArenaSpleef, Quests, CustomObjective, CustomReward, CustomRequierement, NBTEditor, Accessories, MoneyDrop, PorteCoulissante, RetractableBridge, LockClock
-
View User Profile
-
Send Message
Posted Sep 3, 2014An update's been released but is awaiting approval (I subscribed)
-
View User Profile
-
Send Message
Posted Aug 25, 2014@VirtualPancake
This plugin is some-what outdated, but you would also need to tell us what version of the plugin you are using, not just server version :)
-
View User Profile
-
Send Message
Posted Aug 4, 2014Plz Update!
-
View User Profile
-
Send Message
Posted Jul 19, 2014Could you update for 1.7.9 / 1.7.10?
-
View User Profile
-
Send Message
Posted May 5, 2014Been having this problem for awhile and I still can't figure out what's causing it. Sometimes the plugin would work, other times it doesn't. No idea why. This is the error I get when I try to enable something after making a quantum connection. Plugin works fine up until this point.
My server is 1.7.2 R0.3
-
View User Profile
-
Send Message
Posted May 3, 2014I have a problem, when I set the sender then the receiver the sender doesn't change the receiver. Not sure what the problem is, I've tried different versions of the plugin too. I'll try to update my CraftBukkit, if it works after I do I'll delete this post. I've tried updating my CraftBukkit, it still gave the same error. If you can help, please do.
-
View User Profile
-
Send Message
Posted Apr 30, 2014@BornToSowDeath
You probably just need to update to 2.5.3; it was uploaded a few days ago so hopefully it will be approved soon.
Side note: I highly recommend clicking subscriptions above and subscribing to file updates on the plugins you want updates to faster. This way you can see the moment a file is uploaded without waiting around or mucking about on integration sites.
-
View User Profile
-
Send Message
Posted Apr 30, 2014I've posted a ticket - Doesn't work for me either.
-
View User Profile
-
Send Message
Posted Apr 2, 2014ok so craftbook wireless works it seems i just messed it up, but your plugin doesnt work evn on nearly a vanilla. Waht I have there is Cb,We,Essentials,Qc. Tested w/o we and cb still doesnt work. Am I not missing some plugin ? Or am I using it correctly ?
-
View User Profile
-
Send Message
Posted Apr 2, 2014@Ne0nx3r0
thanks i will try and give feedback
-
View User Profile
-
Send Message
Posted Apr 1, 2014@jozefmery
You should try running a test server or disabling all the plugins you can and see if it works. Then you can add them back until you notice not working again.
Generally this is how conflicts are detected, unless you have something odd in your error logs.
-
View User Profile
-
Send Message
Posted Apr 1, 2014Hi for soem reason this plugin isnt functional for me. Oddly other transmitter/wr redstone plugins dont work neither. Am I missing something ? Or is it anothers plugin doing
-
View User Profile
-
Send Message
Posted Mar 27, 2014Thanks for update!
-
View User Profile
-
Send Message
Posted Feb 10, 2014@Ne0nx3r0
Request: make the plugin cancel the action of breaking the block if you're in creative mode setting up a circuit.