Language

JHider | Hide or add more features | 1.7.1-26.1+

JHider | Hide or add more features | 1.7.1-26.1+

SpigotMC

Hide or add more unique features to your server

96 downloads
latest v1.3 SpigotMC
1.7 – 26.1

JHider


Hide or add more unique features to your server

This plugin hides or adds first join, quit, death, unknown commands, and achievement messages.

  • $ Versions 1.7.1-26.1+ are supported.
  • $ Has been tested on versions: 1.7.10, 1.8.8, 1.12.2, 1.16.5, 1.18.2, 1.21, 26.1
  • $ FAQ: FAQ · mitriyf/JHider Wiki
️Customize your messages
You can improve messages for first join, join, quit, death, unknown commands, and achievements.
470870470-038e4bf0-8031-4521-9576-88651da93420 (1) (1).gif
Supported:
| Support Hex (1.16+), MiniMessage (1.18+)
| Languages:

  • EN (English)
  • In the future, any
| Plugins:
  • PlaceholderAPI - Add placeholders to your messages.
  • JPirates - Make messages only for those who are on the whitelist. (from v1.2)
| 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.
| Functions:
| Command (/jhider):

  • /jhider - Reload the plugin.
| Actions:
  • Add messages, commands, logs, sounds, connects, bossbars [1.9+], titles [1.8+], actionbars [1.11+] and others.
| 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:
Code (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!"
Русская версия: Плагин - JHider | Скройте или добавьте больше функций | 1.7.1-1.21+ | SpigotMC.RU — Minecraft форум

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

// Donation-Link: JDevs - Creating Minecraft Projects

Versions

Release
1.3
·
2
Release
1.3
·
1
Release
1.2
·
20
Release
1.1
·
49
Release
1.0
·
18

Comments 0

No comments yet. Be the first to share your thoughts.

Download JHider | Hide or add more features | 1.7.1-26.1+

Files are served directly from the original source. Modgrid does not host or modify them.