Jump to content

Jixzy

Member
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jixzy's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. So, this skript is a simple warn skript, if you don't want, or advanced ban is failing you : command /warn [<player>] [<text>]: permission: warn.use permission message: &cYou do not have the correct permission to execute this command! trigger: if arg-1 is set: if arg-2 is set: broadcast "" broadcast "&b&lWarning" broadcast "&b%arg-1% &7has been warned by &b%player% &7for &b%arg-2%" broadcast "" add 1 to {_warning.%arg-1%} command /unwarn [<player>]: permission: warn.use permission message: &cYou do not have the correct permission to execute this command! trigger: if arg-1 isn't set: send "&cUsage: /unwarn <player>" if arg-1 is set: broadcast "" broadcast "&b&lWarning" broadcast "&b%arg-1% &7has been un-warned by &b%player%&7!" broadcast "" remove 1 from {_warning.%arg-1%}
×
×
  • Create New...