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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Beamer [1.8, 1.12 and 1.19] 1.0.4

Create guardian lasers with this addon.

  1. LimeGlass
    Contributors:
    Efnilite
    Supported Minecraft Versions:
    • 1.8, 1.12, 1.19
    Create guardian lasers with this addon.
    If you have any suggestions/problems, please click here to report issues.

    Requirements:
    ProtocolLib (here)

    Screenshot example:
    2018-08-20_16.02.40.png 2018-08-20_16.02.27.png

    Basic Skript Example:
    Code (Skript):
    1. command /beam:
    2.    trigger:
    3.        set {_beam} to a new beam between player and target block for player
    4.        start beam {_beam}
    5.        wait 5 seconds
    6.        stop beam {_beam}
    Syntax:
    Code (Skript):
    1. Syntax:
    2.   Conditions:
    3.    CondBeamIsActive:
    4.      enabled: true
    5.      description: Check if the beam is active.
    6.      syntax:
    7.      - '%beam% (1¦is|2¦is(n''t|not)) active'
    8.    CondBeamIsViewing:
    9.      enabled: true
    10.      description: Check if the player is currently viewing the beam.
    11.      syntax:
    12.      - '%beam% (1¦is|2¦is(n''t|not)) [currently] viewable'
    13.   Effects:
    14.    EffUpdateBeam:
    15.      enabled: true
    16.      description: Update Guardian Beam.
    17.      syntax:
    18.      - update [beam[s]] %beams%
    19.    EffStartEndLocationBeam:
    20.      enabled: true
    21.      description: Set the starting or ending location of the beam.
    22.      syntax:
    23.      - set [the] (1¦starting|2¦ending) (location|postions)[s] of [(all [[of] the]|the)]
    24.        [beam[s]] %beams% to %location%
    25.    EffStartStopBeam:
    26.      enabled: true
    27.      description: Starts or stops a Guardian Beam.
    28.      syntax:
    29.      - (1¦start|2¦stop) [beam[s]] %beams%
    30.   Expressions:
    31.    ExprNewBeam:
    32.      enabled: true
    33.      description: Creates a new beam.
    34.      syntax:
    35.      - '[new] beam (between|from) %location% (to|and) %location% for %player%
    36.        [[(with|in)] radius %-number% [and] update delay %-number%]'
    Source code: https://github.com/TheLimeGlass/Beamer

Recent Updates

  1. 1.19 support
  2. 1.0.1
  3. 1.0

Recent Reviews

  1. Pyro
    Pyro
    3/5,
    Version: 1.0.1
    Update it please.............................................
  2. HackerOTVW
    HackerOTVW
    5/5,
    Version: 1.0.1
    on seeing good addons:
    rating 5 stars

    on update:
    #Can you add beam with end crystal and beacon?
  3. Kev_
    Kev_
    5/5,
    Version: 1.0.1
    Very Very Nice!

    I Love it :) :^)


    Keep it up! :)
  4. ShaneBee
    ShaneBee
    5/5,
    Version: 1.0
    I tried your example. Works great... I know some people are having issues on 1.8 (no names) but I prefer to use up to date server software, 1.12.2 ... and it works like a charm :) Great job guys!