Solved /faction map

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

    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.

WiebeHero

Active Member
Aug 23, 2017
135
5
0
So i am making a faction plugin but it cant understand this one condition, can anyone help me with this?
Code:
set {_chunk} to chunk at block {_y} blocks north {_x} blocks west of player
 
i think you just need to replace blocks with meters
code_language.skript:
set {_chunk} to chunk at block {_y} meters north {_x} meters west of player
 
Thanks! Do you know how to remove the brakcets from a player? like this <WiebeHero> but then WiebeHero without them?
 
Thanks! Do you know how to remove the brakcets from a player? like this <WiebeHero> but then WiebeHero without them?
by editing the chat format with whatever chat plugin you use. if you use essentials chat its under the chat section in the config
 
Status
Not open for further replies.