Problem with create regions on skript.

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

hbrt

Member
Aug 20, 2021
1
0
1
24
Hi,
I have a problem. I have a problem. I wanted to execute the plot creation command.

Code:
command /plot [<text>]:
    permission: plot.plot
    trigger:
        if arg 1 is "create":
            #and here I have a problem, do you know what to do to create a 64x64 region around the player?
 
Hi,
I have a problem. I have a problem. I wanted to execute the plot creation command.

Code:
command /plot [<text>]:
    permission: plot.plot
    trigger:
        if arg 1 is "create":
            #and here I have a problem, do you know what to do to create a 64x64 region around the player?
Tbh... just use a plugin for plots, but alternatively you could just use vectors and setup 2 points and make a skbee bound.
 
  • Like
Reactions: hbrt
Status
Not open for further replies.