- Contributors
- Efnilite
- Supported Minecraft Versions
- 1.8
- 1.12
- 1.19
Beamer by Efnilite and LimeGlass
Create guardian lasers with this addon.
If you have any suggestions/problems, please click here to report issues.
Requirements:
ProtocolLib (here)
Supported Minecraft Versions are 1.8, 1.12 and 1.19+ as these are the version where Mojang changed the Squid/Guardian packets. Any other version is untested, but would most likely work.
Source code: https://github.com/TheLimeGlass/Beamer
Screenshot example:
Basic Skript Example:
Syntax:
Create guardian lasers with this addon.
If you have any suggestions/problems, please click here to report issues.
Requirements:
ProtocolLib (here)
Supported Minecraft Versions are 1.8, 1.12 and 1.19+ as these are the version where Mojang changed the Squid/Guardian packets. Any other version is untested, but would most likely work.
Source code: https://github.com/TheLimeGlass/Beamer
Screenshot example:
Basic Skript Example:
code_language.skript:
command /beam:
trigger:
set {_beam} to a new beam between player and target block for player
start beam {_beam}
wait 5 seconds
stop beam {_beam}
Syntax:
code_language.skript:
Syntax:
Conditions:
CondBeamIsActive:
enabled: true
description: Check if the beam is active.
syntax:
- '%beam% (1¦is|2¦is(n''t|not)) active'
CondBeamIsViewing:
enabled: true
description: Check if the player is currently viewing the beam.
syntax:
- '%beam% (1¦is|2¦is(n''t|not)) [currently] viewable'
Effects:
EffUpdateBeam:
enabled: true
description: Update Guardian Beam.
syntax:
- update [beam[s]] %beams%
EffStartEndLocationBeam:
enabled: true
description: Set the starting or ending location of the beam.
syntax:
- set [the] (1¦starting|2¦ending) (location|postions)[s] of [(all [[of] the]|the)]
[beam[s]] %beams% to %location%
EffStartStopBeam:
enabled: true
description: Starts or stops a Guardian Beam.
syntax:
- (1¦start|2¦stop) [beam[s]] %beams%
Expressions:
ExprNewBeam:
enabled: true
description: Creates a new beam.
syntax:
- '[new] beam (between|from) %location% (to|and) %location% for %player%
[[(with|in)] radius %-number% [and] update delay %-number%]'