From 5305b573091a8705febf380bb85eb3d3812a0af1 Mon Sep 17 00:00:00 2001 From: Shepel Pavel Date: Sat, 15 Jun 2024 16:39:17 +0300 Subject: [PATCH] feat: change description --- README.md | 12 +++++++++++- mod.conf | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d83636..bdd7d33 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,18 @@ Licenses: code: LGPL-2.1, media: CC BY-SA-4.0 Version: 4 -Hides players nametag when they are sneaking, or invisible if you have the invisible privilege. +Hides players nametag and become invisible using the invisible privilege and the invisibility tool (invisible:tool). Give yourself the invisible stick, to toggle your invisible on/off +``` /giveme i +``` + +Скрывает имена игроков и делает их невидимыми, если у вас есть привилегия невидимки и инструмент невидимости (invisible:tool). + +Получить инструмент невидимости, чтобы включать/выключать невидимость: + +``` +/giveme i +``` diff --git a/mod.conf b/mod.conf index 107c557..3802185 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name=invisible -description=Hide nametag while sneaking, or invisible with the invisible privilege +description=Hide nametag and become invisible using the invisible privilege optional_depends=3d_armor \ No newline at end of file