🌠 JHider | Скройте или добавьте больше функций | 🌌1.7.1-26.1+🌌

Плагин 🌠 JHider | Скройте или добавьте больше функций | 🌌1.7.1-26.1+🌌 1.3

Создайте и подтвердите аккаунт для скачивания
Поддерживаемые версии
  1. 1.7
  2. 1.8
  3. 1.12
  4. 1.16
  5. 1.18
  6. 1.19
  7. 1.21
Ядра и Прокси
  1. Spigot
  2. Paper
Минимальная версия Java
8
Исходный код
https://github.com/mitriyf/JHider/

🌠 JHider


🥸 Скройте или добавьте больше функций на ваш сервер.


// Этот плагин скрывает или добавляет сообщения о первом присоединении, присоединении, выходе, смерти, неизвестных командах и достижениях.
// Поддерживаются версии 1.7.1-26.1+.
// Был протестирован на версиях: 1.7.10, 1.8.8, 1.12.2, 1.16.5, 1.18.2, 1.21, 26.1.
// Перейти на русский форум SpigotMC можно через GitHub или SpigotMC.org, найдя такого же рода окошко.

FAQ: You must be logged in to see this link.


🛠️ Настраивайте свои сообщения


Вы можете кастомизировать сообщения о первом присоединении, присоединении, выходе, смерти, респавна, неизвестных командах и достижениях.
470870470-038e4bf0-8031-4521-9576-88651da93420 (1).gif

470877595-e90647c4-c5bd-4e68-b4f2-ead8521b5bed (2).gif


🛠️ Поддержка


🔮 Поддержка Hex (1.16+), MiniMessage (1.18+)

🌍 Языки:

  • EN (Английский).
  • RU (Русский).
  • DE (Немецкий).
  • Любые.

🌐 Плагины:

  • PlaceholderAPI - Добавьте плейсхолдеры в ваши сообщения.
470879283-2bea243f-7fc1-4f9e-897c-9654311d3db1 (2).gif

  • JPirates - Отправляйте сообщения только тем, кто внесен в белый список. (от v1.2)

🔎 Проверки:

  • Плагин автоматически определит версию вашего сервера, чтобы он начал корректно работать с вашим проектом.
  • Плагин проверит условия работы и, при необходимости, предупредит об ошибках и отключится.
  • Заблокируйте миры, где плагин не должен работать.
  • Плагин автоматически отключит функции, которые не поддерживаются в вашей версии.

♾️ Функции:


⌨️ Команда (/jhider):

  • /jhider - Перезагрузить плагин.

✨ Действия:

  • Добавьте сообщения, команды, логи, звуки, боссбары [1.9+], подключения, задержки, титлы [1.8+], надписи над инвентарём [1.11+] и многое другое.
1753466593535.png

⚙️Конфигурация:

  • Отправляйте действия игрокам с помощью сообщений. (Поддержка Hex с версии 1.16+, поддержка MiniMessage с версии 1.18+)
  • Настройки для сообщений о первом присоединении, присоединении, выходе, смерти, неизвестных команд и достижений.

🔄ConfigUpdater и NotifyUpdater (только required или, по желанию, release может быть включен в конфигурации)

📝Автоматическое обновление конфигураций.

⚰️Быстрое возрождение.

📝 Конфигурации:


Просмотрите конфигурации, перейдя по ссылке You must be logged in to see this link.или просто пролистайте ниже.

YAML:
###################################################################
# JDevs                        v1.2                        JHider #
# JHider                                                    JDevs #
###################################################################

version: 1.2

# Control the messages.
settings:
  # Insert hex or minimessage.
  # minimessage - for Paper, 1.18+.
  # hex - It works starting from version 1.16.5, but if your server is lower than this version, do not change anything.
  translate: hex
  # You can find out the language code by clicking on the link below and looking at the In-Game section.
  # https://minecraft.fandom.com/wiki/Language#Languages
  # Set true to enable locales for messages.
  # You can configure locales in the plugin folder where the locales. folder is located. You can create your own files.
  locales: false
  # Notification of updates.
  updater:
    # Is it enabled?
    # Updates are checked when the plugin is enabled.
    enabled: true
    # Auto-update settings.
    settings:
      # Enable this to update only critical updates.
      required: true
      # Enable this feature to update the plugin with any new versions.
      release: false
  # Plugins that are supported.
  supports:
    # Set true to make placeholders work in messages. The PlaceholderAPI plugin is required.
    placeholderAPI: false
    # Set true to remove unnecessary messages. The JPirates plugin is required.
    jPirates: false
  # Specify which worlds will be blocked for performing actions.
  worlds:
    # Specify the blocking type: WHITELIST, BLACKLIST
    type: "BLACKLIST"
    worlds:
      - "thisIsBadWorldD1"
      - "YesThlsIsbad"
  command:
    # Return the message about the unknown command.
    # For Paper and forks - 1.12+ | For Spigot - 1.7-1.11 (or less?) | spigot.yml or this
    unknown: true
  player:
    # Disable the default player's joining message.
    join: true
    # Disable the default player's exit message.
    quit: true
    # Death settings.
    deaths:
      # Disable the default player's death message.
      disabled: true
      # Enable the fast death function.
      fast: false
  # Specify which messages will work in this configuration.
  messages:
    # Specify true to allow the plugin to accept values from this config.
    # To make this work correctly, you need to apply the settings in the "command" and "player" sections.
    # Unknown command. From 1.7 (or less?)
    unknown: false
    # Join message.
    join: false
    # Quit message.
    quit: false
    # Death message.
    death: false
    # Respawn message.
    respawn: false
    # Achievement message.
    achievement: false
# Set up the message.
# This will only work if you have selected the plugin configuration mode.
# If you have enabled locales, the messages below will be displayed by default if the language is not set.
messages:
  # Actions:
  # [actionbar] message - Send the actionbar with your message. For 1.11+
  # [connect] server - Send a player to a specific BungeeCord server.
  # WARNING: Requires BungeeMessaging. This is present on BungeeCord and WaterFall.
  # On Velocity it might be disabled by default. Check your proxy config.
  # [message] message - Send a message to the player.
  # [broadcast] message - Send a message to all players.
  # [log] message - Send a message to the console.
  # [delay] ticks - Make a delay between actions. In ticks. (20 ticks = 1 second)
  # [player] command - Run the command on behalf of the player.
  # [teleport] world;x;y;z;yaw;pitch;delay - Teleport the player to the specified coordinates. The delay is measured in ticks.
  # [console] command - Run the command on behalf of the console.
  # [title] title;subtitle;fadeIn;stay;fadeOut - Send the title to the player. For 1.8+
  # [sound] sound;volume;pitch;delay - Perform a sound for the player. The delay is measured in ticks.
  # Search for sounds here: https://helpch.at/docs/$version$/org/bukkit/Sound.html
  # // Replace $version$ with the version of your server, for example: https://helpch.at/docs/1.8.8/org/bukkit/Sound.html
  # [effect] type;duration;amplifier;delay - Give the effect to the player. The delay and duration is measured in ticks.
  # Find the types of effects here: https://helpch.at/docs/$version$/org/bukkit/potion/PotionEffectType.html
  # [explosion] power;setFire;breakBlocks;delay;addX;addY;addZ - Create an explosion. The delay is measured in ticks.
  # setFire, breakBlocks - set to false or true. addX, addY, addZ - double values that are added to the player's explosion location.
  # [bossbar] message;color;type;time;style;flag - Send a bossbar to a player with a message for a specific time. For 1.9+
  # Types:
  # stop - The bossbar will disappear after the time you specified in time (seconds)
  # time - Bossbar will animate the time that is running out.
  # Functions:
  # %time% - Seconds left.
  # You can find all the functions like color, style, and flag here: https://helpch.at/docs/$version$/org/bukkit/boss/BossBar.html
  #
  # Info:
  # Messages sent to the console may not replace placeholders or perform certain actions above.
  # Built-in functions:
  # %player% - Get the player name.
  unknown:
    - "[message] Unknown command. Type &a/help &ffor help."
  firstjoin:
    - "[broadcast] %player% joined the server."
  join:
    - "[broadcast] %player% appeared on the horizon"
  quit:
    - "[broadcast] %player% sailed beyond the horizon"
  death:
    - "[broadcast] %player% is &cdead..."
  respawn:
    - "[broadcast] %player% has been &crespawned!"
  achievement:
    - "[broadcast] %player% get a &aAchievement!"

Остальные возможности вы можете рассмотреть при использовании плагина.

English version:
You must be logged in to see this link.

// Donation-Link: You must be logged in to see this link.
Зависимости
Нет. Дополнительные зависимости: PlaceholderAPI.
Команды и права
/jhider - Перезагрузить плагин.
Автор
Mitriyf
Скачивания
23
Просмотры
1 333
Первый выпуск
Обновление
Оценка
5.00 звёзд 1 оценок

Другие ресурсы пользователя Mitriyf

Поделиться ресурсом

Последние обновления

  1. JHider v1.3 | Исправления

    Исправлено: Код был почищен. Плагин теперь работает с версиями 26.x и выше. При отключенной...
  2. JHider v1.2 | JPirates (от v1.2), добавлены новые функции и исправлены ошибки | 1.7-1.21+

    Добавлено: Поддержка плагина JPirates (от v1.2). ConfigUpdater и NotifyUpdater (только...
  3. JHider - 1.1 | Release

    Добавлено: Сообщение respawn. Быстрая смерть. Действия: effect, teleport. Автоматическое...

Последние рецензии

Спасибо тебе, за твою поддержку! Я рад, что есть люди, которые поддерживают тех, кто новичок в этой сфере :)
Mitriyf
Mitriyf
Спасибо, что вы оценили в новом обновлении плагина JHider поддержку плагина JPirates.
Искренне вам признателен, что вы в сообществе этого форума.
:)
Назад
Сверху Снизу