JHider

隐藏或添加更多独特功能到您的服务器。

资源图片
🌠 **JHider** 🌌 Hide or add more unique features to your server This plugin hides or adds join, quit, death, unknown commands, and achievement messages. [GitHub](https://github.com/mitriyf/JHider) | [SpigotMC.org](https://www.spigotmc.org/resources/jhider-hide-or-add-more-features-1-7-1-1-21.127303/) | [SpigotMC.ru](https://spigotmc.ru/resources/jhider-skrojte-ili-dobavte-bolshe-funkcij-1-7-1-1-21.4050/) | [RuBukkit.org](https://rubukkit.org/threads/jhider-v1-0-skrojte-ili-dobavte-bolshe-funkcij-1-7-1-1-21.211091/) - $ Versions 1.7.1-1.21 are supported. - $ Has been tested on versions: 1.7.10, 1.8.8, 1.12.2, 1.16.5, 1.18.2, 1.21 - $ FAQ: [FAQ · mitriyf/JHider Wiki](https://github.com/mitriyf/JHider/wiki/FAQ) **🛠️ Customize your messages** You can improve messages for join, quit, death, respawn, unknown commands, and achievements. ![2025-07-25 22-53-26](https://github.com/user-attachments/assets/038e4bf0-8031-4521-9576-88651da93420) ![2025-07-25 23-16-26](https://github.com/user-attachments/assets/e90647c4-c5bd-4e68-b4f2-ead8521b5bed) **🛠️ Supported:** 🔮 Support Hex (1.16+), MiniMessage (1.18+) 🌍 Languages: - EN (English). - RU (Russian). - DE (German). - Any. 🌐 Plugins: - PlaceholderAPI - Add placeholders to your messages. ![2025-07-25 23-22-56](https://github.com/user-attachments/assets/2bea243f-7fc1-4f9e-897c-9654311d3db1) 🔎 Checks: - The plugin will automatically detect your server version so that it starts working correctly with your project. - The plugin will check the working conditions and, if necessary, will warn about errors and turn off. - Block the worlds where the plugin should not work. - It will automatically disable features that your version does not support. image **♾️ Functions:** ⌨️Command (/jhider): - /jhider - Reload the plugin. ✨Actions: - Add messages, commands, logs, sounds, bossbars [1.9+], titles [1.8+], and actionbars [1.11+]. 2025-07-25_23 34 11 ⚙️Config: - Send actions to players using messages. (Hex support from 1.16+, MiniMessage support from 1.18+) - Settings for join, quit, death, unknown commands, and achievements **📝 Configurations:**
config.yml ``` ################################################################### # JDevs v1.0 JHider # # JHider JDevs # ################################################################### # 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 # Set true to make placeholders work in messages. placeholderAPI: false # Specify which worlds will be blocked for performing actions. worlds: # Specify the blocking type: NULL, WHITELIST, BLACKLIST type: "null" 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 # Disable the default player's death message. death: true # 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 # Achievement message. achievement: false # Set up the message. # This will only work if you have selected the plugin configuration mode. messages: # Actions: # [actionbar] message - Send the actionbar with your message. For 1.11+ # [message] message - Send a message to the player. # [broadcast] message - Send a message to all players. # [log] message - Send a message to the console. # [player] command - Run the command on behalf of the player. # [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 - Perform a sound for the player. # 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 # [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] 未知指令。输入 &a/help &ffor help。" join: - "[message] %player% 已 &ajoined!" quit: - "[log] %player% 退出..." death: - "[message] %player% 已 &c死亡..." achievement: - "[message] %player% 获取了一个 &aAchievement!" ```
You can consider the rest of the possibilities when using the plugin.