plotsquared

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

  1. SulphurMC

    Plotsquared + Skript, how can I detect if a player is in a plot they own/are trusted in?

    I need to detect if a player inside of a plot they own/are trusted in and run some if statements based off of that. for example: I have a skript for upgrading someone's gens in my server, but they can currently upgrade gens outside of plots they own, they can also break them. Any way of fixing...
  2. sn3akzzz

    Skript-Reflect x PlotSquaredAPI

    if {_Plot}.getConnectedPlots().size() > 1: set {_ConnectedPlots} to {_Plot}.getConnectedPlots() #set {_firstPlot} to {_ConnectedPlots[1]} #send "%{_firstPlot}%" to {_p}...
  3. N

    Solved Skript + Plotsquared being weird

    for some reason if i use "on block place:" event it still registers the block place if someone places it on the plotsquared road or another plot. not sure if this is a normal problem but i expected it to be like worldguard for example where worldguard removes the block before it registers.