You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.
I want to use your wg expr from 1.6.3 but it doesn't work, or it's me ? ^^
Skript 2.2dev13b
Spigot 1.12.2
Sharpsk 1.6.3
WorldGuard 6.2.1
Code:
on right click:
set {_sharpsk} to sharpsk region at player's location
send "§6Name : %{_sharpsk}%"
set {_owners::*} to sharpsk worldguard all owners of region "%{_sharpsk}%" in world "world"
send "§aOwners : %{_owners::*}%"
set {_owners2::*} to sharpsk worldguard all owners of region "ospone_weber_le_pecheur" in world "world"
send "§dOwners2 : %{_owners2::*}%"
Results :
Expr. like (add | remove) (members | owners) works fine.
The text was updated successfully, but these errors were encountered:
I have to add a player with this name, not this uuid otherwise is not found by sharpsk.
set {_region} to sharpsk region at player's location
set {_player} to "Svlat" parsed as offline player
sharpsk worldguard add owner player to region {_region} in "{@world}"
sharpsk worldguard add owner {_player} by uuid to region {_region} in "{@world}"
set {_owner::*} to sharpsk all owners of region {_region} in "{@world}"
send "Owner: %{_owner::*}%"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I want to use your wg expr from 1.6.3 but it doesn't work, or it's me ? ^^
Skript 2.2dev13b
Spigot 1.12.2
Sharpsk 1.6.3
WorldGuard 6.2.1
Code:
Results :
Expr. like (add | remove) (members | owners) works fine.
The text was updated successfully, but these errors were encountered: