From d6857e96a307cd25502f9b1ae8a9e80bd09f8add Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 18 Jun 2021 23:37:18 +0200 Subject: [PATCH] ajout title in broadcast --- README.md | 1 + main.sk | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index bf136ec..445ff2e 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ simple commands in skript for my private minecraft server (in french) ## versions - [Skript](https://github.com/SkriptLang/Skript) 2.5.3 (latest current version) - [SkBee](https://github.com/ShaneBeee/SkBee) 1.10.2 (for the completion suggest) +- [skRayFall](https://dev.bukkit.org/projects/skrayfall) 1.9.25 (for the title in broadcast) diff --git a/main.sk b/main.sk index a2826a1..51d416b 100644 --- a/main.sk +++ b/main.sk @@ -20,6 +20,7 @@ command broadcast []: if player is op: if arg 1 is set: broadcast "&a&lBREAKING NEWS &7» &6%arg 1%" + send all players title "&a&lBREAKING NEWS" with subtitle "&6%arg 1%" for 5 seconds else: send "&4Vous n'avez pas spécifier de texte." else: