HidePlayer [2.0 COMING SOON] icon

HidePlayer [2.0 COMING SOON] -----

Hide and Show players in your server



HidePlayer
  • You can Hide / Show players
  • Add your friends to your Keepvisible list
  • Item on join for switch hide/show
  • Cooldown in commands
  • Support MySQL, MariaDB, PostgreSQL, SQLite, H2 and Yaml
  • Custom heads
Commands
  • /showall - Show all players
  • /hideall - Hide all players
  • /keepvisible <add / remove / reset> - Add or Remove players from Keepvisible list, or Reset the list
  • /hideplayer - Reload plugin
Permissions
  • hideplayer.reload - Reload plugin
  • hideplayer.cooldown - Bypass cooldown
Placeholder
  • %hideplayer_is_players_hidden% -> custom output in messages.yml
How to use custom heads
  • Set PLAYER_HEAD as material and value in custom-head-value in 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
 

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"
Resource Information
Author:
----------
Total Downloads: 1,180
First Release: May 29, 2021
Last Update: Jun 8, 2022
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings