This is my first plugin for Minecraft game so I hope you will enjoy it
.
As first I must write that my native language is Slovak so I apologizing for my maybe bad English
.
This plugin is inspired by WirelessRedstone and AdvancedWirelessRedstone.
Through this plugin you can create a wireless redstone signals that means you can efficiently create large and complex redstone builds.
You can use this plugin and share it as you want. But don't release the plugin as your own.
Features:
Optimized
You can make unlimited connections on one sign
Easy to make
You can add, remove or change the owner of a sign (wireless redstone).
Other features will be added by updates
Commands:
(<> <- required | [] <- optional)
/wrp set <type> [delay_in_secs]
You can set type of a sign. You must aim on the sign and write this command. Available types are: normal, clock, delay
With types "clock" and "delay" you must specify the delay in tics.
/wrp info
When you aiming on the sign through this cmd you can view position of a powers (lever / pressure plate / button) and more informations like owner, setten delay and type.
/wrp help
This will show you a help page where will be shown just commands to which a player has permissions.
/wrp reload
Reloads the entire plugin
/wrp addower
With this command you can add a new player as a sub-owner to your sign. This means that your new sub-owner will have full permissions to manipulate your sign.
/wrp removeowner
With this command you can remove a player as a sub-owner in your sign. This means that your sub-owner will not have any permissions to manipulate your sign.
/wrp changeowner
Changes the owner of the sign.
How-to:
Place the sign on the ground and attach an activator (lever/pressure plate/button) to it.
Then place the power on the ground (lever / pressure plate / button) wherever you want.
Pick up the redstone dust and click on the power with the RMB and click on the sign also with the RMB.
By doing this you have made the connection, and the wireless redstone you have created.
Now you can e.g. change the type or if you want you can also add, remove or even change the owner.
To remove the connection you have to press the key combination shift + LMB.
Main Permissions:
wrp.create
Allowing you to create Wireless Redstones.
wrp.help
Allowing you to use the command "/wrp help".
wrp.info
Allowing you to use the command "/wrp help"
wrp.set
Allowing you to use the command "/wrp set"
wrp.owner.add
Allowing you to use the command "/wrp addowner"
wrp.owner.change
Allowing you to use the command "/wrp changeowner"
wrp.owner.remove
Allowing you to use the command "/wrp removeowner"
Your own permissions (groups):
In a config file of the plugin you can create something like groups. There you can create for example a group (permission) where you can set how much connections can players have (maximum).
For example:
In the config you will write "wrp.con.5: 5" this means that players with this permission can only create 5 connections (5 powers on one sign)