update to fr

This commit is contained in:
Mylloon 2021-06-28 03:13:36 +02:00
parent 63b0090bd3
commit b486b6c35e

View file

@ -1,38 +1,40 @@
# skript-mc # skript-mc
simple commands in skript for my private minecraft server (in french) Commandes simples en skript pour mon serveur privé minecraft (en français)
## versions ## versions
- [Skript](https://github.com/SkriptLang/Skript) 2.5.3 (latest current version) - [Skript](https://github.com/SkriptLang/Skript) 2.5.3 (dernière version actuelle)
- [SkBee](https://github.com/ShaneBeee/SkBee) 1.10.2 (for the completion suggest) - [SkBee](https://github.com/ShaneBeee/SkBee) 1.10.2 (pour l'auto-complétion)
- [skRayFall](https://dev.bukkit.org/projects/skrayfall) 1.9.25 (for the title in broadcast) - [skRayFall](https://dev.bukkit.org/projects/skrayfall) 1.9.25 (pour le `title` dans le /broadcast)
## Commands & Features ## Commands & Features
### Commands
*(quand l'argument est entre `[]`, c'est facultatif, quand c'est entre `<>`, c'est obligatoire)*
- /skr -> Reload main skript. - /skr -> Reload main skript.
- /forceexecute -> Forces a player to execute a command. - /forceexecute -> Force un joueur à exécuter une commande.
- /broadcast <message> (or /bc) -> Make an announcement. (30s cooldown) - /broadcast <message> (or /bc) -> Faites une annonce. (30s cooldown)
- /skull <joueur> (or /head, /tete) -> Drop a player's head. - /skull <joueur> (or /head, /tete) -> Donnez la tête d'un joueur.
- /clearchat (or /cc) -> Clear the chat history for everyone. (1mn cooldown) - /clearchat (or /cc) -> Efface l'historique des tchats pour tout le monde. (1mn de recharge)
- /sethome [nom] -> Define a teleportation point. (e.g. your house) - /sethome [nom] -> Définissez un point de téléportation. (par exemple, votre maison)
- /delhome [nom] -> Removes a teleportation point. - /delhome [nom] -> Supprime un point de téléportation.
- /home [nom] -> Teleports you to a teleportation point. - /home [nom] -> Permet de se téléporter vers un point de téléportation.
- /listhome -> List of your teleportation points. - /listhome -> Liste de vos points de téléportation.
- /afk -> Announce that you are going to afk. - /afk -> Annoncez que vous allez être afk.
- /gmc [joueur] -> Change the game mode to creative. - /gmc [joueur] -> Changez le mode de jeu d'un joueur en mode créatif.
- /gms [joueur] -> Change the game mode to spectator. - /gms [joueur] -> Changez le mode de jeu d'un joueur en mode spectateur.
- /top -> Teleports you to the top of the block above you. - /top -> Vous téléporte au sommet du bloc au-dessus de vous.
- /killall -> Kills all entities in the world except: player, armour stand, arrow, paint, item frame, boat, villager and entity with a name. - /killall -> Tue toutes les entités du monde sauf : les joueurs, les porte-d'armure, les flèches, les tableaux, les cadres, les bateaux, les villageois et les entités ayant un nom.
- /feed [joueur] -> Fills a player's food bar. - /feed [joueur] -> Remplit la barre de nourriture d'un joueur.
- /nickname [joueur] <surnom|off> (or /nick) -> Change your name or another player's name. (max 15 characters) - Put `off` as an argument to delete the nickname. - /nickname [joueur] <surnom|off> (or /nick) -> Changez votre nom ou celui d'un autre joueur. (max 15 caractères) - Mettez `off` comme argument pour supprimer le surnom.
- /msg <joueur> <message> (or /whisper, /w, /tell, /t) -> Send a private message to a player. - /msg <joueur> <message> (or /whisper, /w, /tell, /t) -> Envoyez un message privé à un joueur.
- /reponse <message> (or /rep, /r) -> Sends a reply to a player. - /reponse <message> (or /rep, /r) -> Envoie une réponse à un joueur.
- /rename <nom> -> Rename an item. - /rename <nom> -> Renommer un élément.
- /quelbloc -> Activate or deactivate the name of the block in front of you. - /quelbloc -> Activez ou désactivez le nom du bloc qui se trouve devant vous dans l'`action bar`.
- /deacoudre -> Start a game of thimble (it teleports everyone to the platform, repeat the command to stop playing, the wools land by themselves) - if you use that for you, you should first build the platform and change the coordinates - /deacoudre -> Commencez une partie de dé à coudre (il téléporte tout le monde sur la plateforme, répétez la commande pour arrêter de jouer, les laines spawn d'elles-mêmes). - *si vous utilisez cela pour vous, vous devez d'abord construire la plateforme et changer les coordonnées.*
- /casque (or /hat) -> Put the item in your hand on your head. - /casque (or /hat) -> Mettez l'objet dans votre main sur votre tête.
<br><br> ### Features
- It never rains. - Il ne pleut jamais.
- Home commands got autocompletion. - Les commandes `home` ont une autocomplétion.
- Custom first join, join and quit message. - Personnalisation du message de première connexion, de connexion et de départ.
- Custom chat. - Chat personnalisé.
- Custom motd and max player - Motd et joueur maximum personnalisés.
- The /clear command does not remove the equipment, to remove it use /clearall. - La commande /clear ne supprime pas l'équipement, pour le supprimer, utilisez /clearall.