HomeJavaModsHidePlayer [2.0 COMING SOON]
HidePlayer [2.0 COMING SOON]
HidePlayer
Commands
Permissions
Placeholder
How to use custom heads
Bug report (click here)
Features (click here)

Spoiler: config.yml
Code (Text):

storage:
  # [DB type]
  # => mysql        | [Remote] Save the data into Mysql database
  # => mariadb      | [Remote] Save the data into MariaDB database
  # => postgresql   | [Remote] Save the data into PostgreSQL database
  # => sqlite       | [File] Save the data into SQLite database
  # => h2           | [File] Save the data into H2 database (default)
  # => yaml         | [File] Save the data info .yml file
  type: h2

  settings:

    # [Remote DB settings - MySQL / MariaDB / PostgreSQL]
    remote-db:
      host: localhost
      port: 3306
      database: hideplayer
      username: root
      password: ""

    # [SQLite settings] (need .db extension)
    sqlite: "hideplayer.db"

    # [H2 settings]
    h2: "hideplayer"


# Item
item:
  enable: true
  slot: 6
  show:
    material: LIME_DYE
    name: "&7Players: &aVisible &7(Right-Click)"
    lore: "&7Right-Click to toggle player visibility!"
    custom-head-value: "" #Leave empty for player personal head
  hide:
    material: GRAY_DYE
    name: "&7Players: &cHidden &7(Right-Click)"
    lore: "&7Right-Click to toggle player visibility!"
    custom-head-value: "" #Leave empty for player personal head

# Other
use-visible-status-on-join: true
cooldown: 3 #In second
check-updates: true
 

Spoiler: messages.yml
Code (Text):
prefix: "&7[&6HidePlayer&7] "
reload: "&aPlugin reload!"

# Error
no-perm: "&cYou do not have permission to run this command"
no-console: "&cOnly players can run this command"
player-not-found: "&cPlayer not found"
add-yourself: "&cYou can not add yourself"
already-added: "&cYou already added &6%player% &cin your keepvisible list"
player-not-in-list: "&cThis player is not in your keepvisible list"
cooldown: "&cYou must wait &e%time%s &cbetween uses!"

# Messages
hideall: "&cPlayer visibility disabled!"
showall: "&aPlayer visibility enabled!"
add-player: "&aYou added &6%player% &ain your keepvisibile list"
remove-player: "&aYou removed &6%player% &afrom you keepvisible list"
reset-list: "&aYou have reset your keepvisible list"

# Placeholder API
is-players-hidden:
  true: "Yes"
  false: "No"

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

HidePlayer [2.0 COMING SOON] is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18, 1.19. Downloaded 1,270 times (via Spigot). Download it and open it directly in the game.

Explore more