Resource icon

Script RedstoneDeluxe - Long Distance Redstone Signals 1.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.9
  2. 1.10
  3. 1.11
  4. 1.12
  5. 1.13
  6. 1.14
  7. 1.15
  8. 1.16
Are you trying to build features for your server using redstone but find yourself limited by the lack of wireless signal? Then you'll be glad to find out that this simple script lets you do just that.

Options:
DefaultBlock: (block) - Defaults to cyan glazed terracotta, is the type of block that uses signals.
Check: (number) - Defaults to 4, is the time delay between checks.
Permission: (permission name) - Defaults to RSDeluxe, name of the permission for certain parts of the script.
PermMsg: (permission message) - Defaults to a short message, feel free to change it. Players will see it if they don't have permission to use a command.

Commands:
/Signal list - Sends list of places where signal blocks are placed
/Signal on/true - Sets signal checking to true
/Signal off/false - Sets signal checking to false
/Signaltp (x-coord) (y-coord) (z-coord) (world) - Used in the code when clicking on the location of a signal block. Feel free to use it for other purposes if you want.

Usage:
Shift-right click on a signal block while holding nothing to begin signal block linking. Instructions will be clear.
Shift-left click on a signal block while holding nothing to get sent what signal block it is linked to.

Dependencies:
Skript 2.5 or higher
NO addons required

upload_2021-4-4_0-48-13.png
Author
death source
Downloads
722
Views
722
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from death source

Latest updates

  1. Small Fixes

    -Fixed certain parts of the code to maximize performance. -Added permission message options...