NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
  • Light switch that controls furniture in a radius of 15 (31x31x31) on channel 1.00:
  • Light that gets toggled if it's in the range of a channel 1.00 transmitter
Edit on GitHub
  1. Mechanics

Signal

Signal mechanic.

The Signal mechanic lets you control light sources of nearby furniture using just 1 furniture, meaning you can make light switches

Setting the radius too high will result in lag and possibly crashing!

Light switch that controls furniture in a radius of 15 (31x31x31) on channel 1.00:

Mechanics:
  furniture:
    furniture:
      signal:
        radius: 15         # Can be any integer (1, 2, 48594, 2147483647) DON'T MAKE THIS VALUE HIGH.
        channel: 1.00      # Can be any double (1, 1.00, 0.001, 12.34, 3.657).
        role: TRANSMITTER  # TRANSMITTER makes it be the "controller".

Light that gets toggled if it's in the range of a channel 1.00 transmitter

Mechanics:
  furniture:
    furniture:
      signal:
        channel: 1.00   # Same channel as the TRANSMITTER (Light switch) above.
        role: RECEIVER  # RECEIVER makes it receive.
PreviousShiftBlockNextSpawnerBreak

Last updated 3 months ago