Enhance your redstone using logic gates which are created and executed by signs. The current gates (and other signs) supported by this plugin are:
XAND
AND
XOR
OR
TRANSMIT
RECEIVE
WAIT
SR
(More signs will be added soon.)
The plugin uses the transmit sign to input a signal into a circuit. An example usage of the transmit sign is:
[R+]
TRANSMIT
1 (name of the signal, can be anything)
All RedstonePlus signs must have [R+] as the 1st line, the 2nd line is whatever type of sign you want to create, like transmit, receive, xand, etc.
An example usage of the AND sign is:
[R+]
AND
1
2
When a transmit sign with the name "1" and when another transmit sign with the name "2" is activated with redstone, the AND sign will activate.
The same logic applies for all other receiver signs. There are 2 types of signs, receivers, and transmitters. Receiver signs listen to inputs from transmitter signs and update accordingly depending on the type.
This plugin can also function as a simple wireless redstone plugin by using the receive sign.
You can edit the plugin's messages and permissions in the messages.yml file, and config.yml.
If you have any questions or find an issue, add me on Discord, my username is "new_nesanco", if this plugin gets enough attention, I will create better documentation and a support server.