cancel message on run WorldGuard commands

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

jomjonejame

Member
Jan 26, 2017
54
1
8
29
Category: WorldGuard

Suggested name: cancel message

What I want:
cancel message on run WorldGuard commands

Captureฟฟฟฟฟ.PNG


Ideas for commands:
code_language.skript:
on place:
    set {_loc1} to getCoordinates(player,event-location,{ProtectionStone::Data::%{_size}%::Size},1)
    set {_loc2} to getCoordinates(player,event-location,{ProtectionStone::Data::%{_size}%::Size},2)
    set {_name} to "ps%getRealLocation(event-location)%" parsed as string
    run player command "//pos1 %{_loc1}%" as op
    run player command "//pos2 %{_loc2}%" as op
    run player command "/rg define %{_name}%" as op
        cancel message

When I'd like it by: A reasonable time
 
Last edited:
Category: WorldGuard

Suggested name: cancel message

What I want:
cancel message on run WorldGuard commands

View attachment 2876


Ideas for commands:
code_language.skript:
on place:
    set {_loc1} to getCoordinates(player,event-location,{ProtectionStone::Data::%{_size}%::Size},1)
    set {_loc2} to getCoordinates(player,event-location,{ProtectionStone::Data::%{_size}%::Size},2)
    set {_name} to "ps%getRealLocation(event-location)%" parsed as string
    run player command "//pos1 %{_loc1}%" as op
    run player command "//pos2 %{_loc2}%" as op
    run player command "/rg define %{_name}%" as op
        cancel message

When I'd like it by: A reasonable time
I could make this for you, but I want you to look at this first: https://docs.skunity.com/syntax/search/create region addon:tuske,piratesk. If, for some reason, those aren't good for what you want, tell me and I'll try to make this.