Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
JHider
PluginMIT

JHider

Hide or add more unique features to your server

90
Downloads
1
Followers
2 months ago
Updated
📦
3
Versions
managementoptimizationutilitybukkitfoliapaperpurpurspigot
Download Latestv1.2View on Modrinth

📖About JHider

🌠 JHider

🌌 Hide or add more unique features to your server
This plugin hides or adds first join, join, quit, death, unknown commands, and achievement messages.

GitHub | SpigotMC.org | SpigotMC.ru | RuBukkit.org

  • $ 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

🛠️ Customize your messages

You can improve messages for first join, join, quit, death, respawn, unknown commands, and achievements.

2025-07-25 22-53-26
2025-07-25 23-16-26

🛠️ Supported:

🔮 Support Hex (1.16+), MiniMessage (1.18+)

🌍 Languages:

  • EN (English).
  • RU (Russian).
  • DE (German).
  • Any.

🌐 Plugins:

  • PlaceholderAPI - Add placeholders to your messages.
  • JPirates - Make messages only for those who are on the whitelist. (from v1.2)

2025-07-25 23-22-56

🔎 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 first join, join, quit, death, unknown commands, and achievements

📝 Configurations:

config.yml
###################################################################
# 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!"

You can consider the rest of the possibilities when using the plugin.

👥 Team & Contributors

Mitriyf
MitriyfOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.7.21.7.31.7.41.7.51.7.61.7.71.7.81.7.9+71 more

🔗 Links

Modrinth Page