diff --git a/main.sk b/main.sk index 1e324de..02ff02f 100644 --- a/main.sk +++ b/main.sk @@ -2,13 +2,10 @@ command skr []: # recharge ce skript executable by: players, console description: Reload de skripts trigger: - if player is op: - if arg-1 is set: - execute player command "sk reload %arg-1%" - else if arg-1 isn't set: - execute player command "sk reload main" # sk reload all pour tout reload - else: - send "&4Tu n'as pas la permission d'utiliser cette commande." + if arg-1 is set: + execute player command "sk reload %arg-1%" + else if arg-1 isn't set: + execute player command "sk reload main" # sk reload all pour tout reload command broadcast []: # annonce executable by: players, console