ClientDetectorPlus | 1.21.4 Support | icon

ClientDetectorPlus | 1.21.4 Support | -----

A simple plugin to detect/manage a player's client. | Now Supporting Folia |



Code (YAML):

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[ClientDetectorPlus]----                                    #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[Plugin Config File]----                                    #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#ClientDetectorPlus config for 1.0.0

#  ┌─────────────────────────────┐
#  │  Client detection settings  │
#  └─────────────────────────────┘
client
:
  lockdown
:
    bypass-uuids
:
      #Do you want to have any UUID's bypass the server lockdown?
      #List of bypassed players' UUIDs.
      #THIS FEATURE ONLY FUNCTIONS CORRECTLY ON ONLINE MODE SERVERS AS IT USES OFFLINE PLAYER UUID CHECKS WITH MOJANG!
      #OPTIONS: 'anyList', PLACEHOLDERS: none, DEFAULT: ["UUID1", "UUID2", "UUID3"]
      list
:
       - "f8f7f33f-888f-486c-b701-212ab7fe381b"   #Author of CDPlus Loving11ish - Remove if you wish.
        - "UUID1"
        - "UUID2"
        - "UUID3"

  detection
:
    whitelisted-players
:
      #Do you want to have any players bypass ALL checks?
      #List of whitelisted players.
      #OPTIONS: 'anyList', PLACEHOLDERS: none, DEFAULT: ["Player1", "Player2", "Player3"]
      list
:
       - "Player1"
        - "Player2"
        - "Player3"

    whitelisted-clients
:
      #Should the plugin check if the player is using a whitelisted client?
      #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
      enabled
: false
      #List of whitelisted clients.
      #OPTIONS: 'anyList', PLACEHOLDERS: none, DEFAULT: ["Fabric", "Forge", "Lunar"]
      list
:
       - "fabric"
        - "forge"
        - "lunar"
      use-strict-client-matching
:
        #Should the plugin use strict client matching?
        #This will only allow the client to be detected if the client name matches the list exactly (including case).
        #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
        enabled
: false
      commands
:
        #Should the plugin execute commands if the player is not using a whitelisted client?
        #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
        enabled
: true
        #Commands that will be executed through the console if the player is not using a whitelisted client.
        #OPTIONS: 'anyList', PLACEHOLDERS: ['%player_name%', '%client_name%', '%player_uuid%', '%client_version%']
        #DEFAULT:'kick %player_name% You are not using a whitelisted client!'
        list
:
         - 'kick %player_name% You are not using a whitelisted client!'

    blacklisted-clients
:
      #Should the plugin check if the player is using a blacklisted client?
      #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
      enabled
: false
      #List of blacklisted clients.
      #OPTIONS: 'anyList', PLACEHOLDERS: none, DEFAULT: ["Fabric", "Forge", "Lunar"]
      list
:
       - "fabric"
        - "forge"
        - "lunar"
      use-strict-client-matching
:
        #Should the plugin use strict client matching?
        #This will only allow the client to be detected if the client name matches the list exactly (including case).
        #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
        enabled
: false
      commands
:
        #Should the plugin execute commands if the player is using a blacklisted client?
        #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
        enabled
: true
        #Commands that will be executed through the console if the player is using a blacklisted client.
        #OPTIONS: 'anyList', PLACEHOLDERS: ['%player_name%', '%client_name%', '%player_uuid%', '%client_version%']
        #DEFAULT:'kick %player_name% You are using a blacklisted client! <%client_name%> is not allowed on this server!'
        list
:
         - 'kick %player_name% You are using a blacklisted client! <%client_name%> is not allowed on this server!'

#  ┌─────────────────────────────┐
#  │        Client Control       │
#  └─────────────────────────────┘
client-control
:
  use-client-control
:
    #Should the plugin control the player's client?
    #This feature is still in development and may not work as expected.
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enabled
: true
  run-fallback-event-detection
:
    #Should the plugin run the fallback event detection?
    #This feature is intended to only be tried if you discover that client control features are not working.
    #This should only be used as a last resort.
    #If this still does not work, please report the issue to the developer (Loving11ish) on Discord.
    #https://discord.gg/crapticraft
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
    enabled
: false

#  ┌─────────────────────────────┐
#  │       Alerts settings       │
#  └─────────────────────────────┘
alerts
:
  join-notifications
:
    #Should the notifications be sent when a player's client are detected?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enabled
: true
    notify-joining-player-with-permission
:
      #Should the player with the permission 'clientdetectorplus.notify.join' be notified when they join?
      #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
      enabled
: true
  limit-Notifications
:
    #Should only important notifications be sent to the player's to avoid spamming?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
    enabled
: false
  #ClientDetector update system
  plugin-update-notifications
:
    #Do you want to enable in game plugin update notifications? (Permission:'clientdetectorplus.update').
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enabled
: true
  developer-debug-mode
:
    #Do you want to see a lot of debug messages in console when most actions are performed?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
    enabled
: false


#  ┌─────────────────────────────┐
#  │    Placeholder settings     │
#  └─────────────────────────────┘
placeholderAPI
:
  #Should placeholder be enabled?
  #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
  enable-Placeholders
: true
 

Code (YAML):

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[ClientDetectorPlus]----                                    #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                  ----[Plugin Messages File]----                                   #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#ClientDetectorPlus messages config for 1.0.0

#Prefix for all messages.
prefix
: "&7[&3CDPlus&7]"

lockdown
:
  #Message that will be sent when the server is in lockdown mode.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["Server is currently in lockdown mode! Please try again later!"]
  lockdown-message
: "Server is currently in lockdown mode! Please try again later!"
  #Message that will be sent when a player is allowed to bypass the server lockdown.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aYou are allowed to bypass the server lockdown!"]
  bypass-lockdown
: "&aYou are allowed to bypass the server lockdown!"
  #Message that will be sent when the server lockdown is activated.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aServer lockdown has been activated!"]
  lockdown-activated
: "&aServer lockdown has been activated!"
  #Message that will be sent when the server lockdown is deactivated.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aServer lockdown has been deactivated!"]
  lockdown-deactivated
: "&aServer lockdown has been deactivated!"
  #Message that will be sent when the server lockdown is already active.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cServer lockdown is already active!"]
  lockdown-already-active
: "&cServer lockdown is already active!"
  #Message that will be sent when the server lockdown is not active.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cServer lockdown is not active!"]
  lockdown-not-active
: "&cServer lockdown is not active!"

detection
:
  #Message that will be sent when a player's client (and client version) was detected.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%', '%client_name%', '%client_version%', '%channel_name%'], DEFAULT: ["&c%player_name% &7joined using &c%client_name% &7on channel &c%channel_name% &7(&8version: &c%client_version%&7)"]
  client-detection-message-with-version
: "&c%player_name% &7joined using &c%client_name% &7on channel &c%channel_name% &7(&8version: &c%client_version%&7)"
  #Message that will be sent when a player's client was detected.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%', '%client_name%', '%channel_name%'], DEFAULT: ["&c%player_name% &7joined using &c%client_name% &7on channel &c%channel_name%"]
  client-detection-message-without-version
: "&c%player_name% &7joined using &c%client_name% &7on channel &c%channel_name%"
  #Message that will be sent when a bedrock player joins your server.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%', '%client_version%'], DEFAULT: ["&c%player_name% &7joined using &cMinecraft Bedrock Edition &7(&8version: &c%client_version%&7)"]
  geyser-detection-message-with-version
: "&c%player_name% &7joined using &cMinecraft Bedrock Edition &7(&8version: &c%client_version%&7)"

error
:
  #Answer to command when the player is not online.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%', '%player_uuid%'], DEFAULT: ["&c%player_name% &7is not online!"]
  player-not-found
: "&c%player_name% &7is not online!"
  #Answer to command when the player has no permission to execute it.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cYou do not have permission to do that!"]
  no-permission
: "&cYou do not have permission to do that!"
  #Answer to command when it was executed through the console, but the command can only be used by players.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cThis command can only be used by players!"]
  only-player-command
: "&cThis command can only be used by players!"
  #Answer to command when the player is not online.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cCurrently there are no players online!"]
  no-players-online
: "&cCurrently there are no players online!"
  #Message sent to a player if they attempt to use a GUI feature that has been disabled by an admin.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cThis feature has been disabled by an admin!"]
  disabled-gui-feature
: "&cThis feature has been disabled by an admin!"
  #Message sent to a player if they attempt to use a command that does not exist.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cUnknown command! Use &3/cdp &cfor help."]
  unknown-command
: "&cUnknown command! Use &3/cdp &cfor help."

whitelisted-players
:
  #Message that will be sent when a player is whitelisted.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&a%player_name% &7has been temporarily whitelisted!"]
  added
: "&a%player_name% &7has been temporarily whitelisted!"
  #Message that will be sent when a player is removed from the whitelist.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been removed from the whitelist!"]
  removed
: "&c%player_name% &7has been removed from the whitelist!"
  #Message that will be sent when a player is already whitelisted.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7is already whitelisted!"]
  already-whitelisted
: "&c%player_name% &7is already whitelisted!"
  #Message that will be sent when a player is not whitelisted.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7is not whitelisted!"]
  not-whitelisted
: "&c%player_name% &7is not whitelisted!"

reload
:
  #Message that will be sent when the plugin begins reloaded.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aReloading the plugin..."]
  started
: "&aReloading the plugin..."
  #Message that will be broadcast when the plugin is being reloaded.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aThe plugin is being reloaded!\n&aPlease do not use any CDPlus features until complete!"]
  broadcast-started
: "&aThe plugin is being reloaded!\n&aPlease do not use any CDPlus features until complete!"
  #Message that will be sent when the plugin has been reloaded.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aReload complete!"]
  complete
: "&aReload complete!"

actions
:
  #Message that will be sent when the player uses the kick action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been kicked from the server!"]
  kick-successful
: "&c%player_name% &7has been kicked from the server!"
  #Message that will be sent when the player uses the ban action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been banned from the server!"]
  ban-successful
: "&c%player_name% &7has been banned from the server!"
  #Message that will be sent when the player uses the mute action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been muted!"]
  mute-successful
: "&c%player_name% &7has been muted!"
  #Message that will be sent when the player uses the unmute action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been unmuted!"]
  unmute-successful
: "&c%player_name% &7has been unmuted!"
  #Message that will be sent when the player uses the op action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been made an operator!"]
  op-successful
: "&c%player_name% &7has been made an operator!"
  #Message that will be sent when the player uses the deop action in the Actions GUI.
  #OPTIONS: "anyString", PLACEHOLDERS: ['%player_name%'], DEFAULT: ["&c%player_name% &7has been removed from the operator list!"]
  deop-successful
: "&c%player_name% &7has been removed from the operator list!"

commands
:
  #Message that will be sent when the player uses the /cdp command incorrectly.
  #OPTIONS: "anyStringList", PLACEHOLDERS: none
  cdp-command-incorrect-usage
:
   - "&7----- &7[&3CDPlus&7] &7-----&r\n"
    - "&6CDP command usage:\n"
    - "&3/cdp list <java|bedrock>\n"
    - "&3/cdp lookup <player>\n"
    - "&3/cdp lockdown <enable|disable>"
    - "&3/cdp tempwhitelist <add|remove> <player>\n"
    - "&3/cdp reload\n"
    - "&7----- &7[&3CDPlus&7] &7-----&r"

  cdp-console-list
:
    #Message that will be sent when the console uses the /cdp list command.
    #OPTIONS: "anyStringList", PLACEHOLDERS: ['%java_client%', '%bedrock_client%']
    java
:
     - "&7----- &7[&3CDPlus&7] &7-----&r\n"
      - "&7- &6Java clients
: &d%java_client%\n"
      - "&7----- &7[&3CDPlus&7] &7-----&r\n"
    bedrock
:
     - "&7----- &7[&3CDPlus&7] &7-----&r\n"
      - "&7- &6Bedrock clients
: &d%bedrock_client%\n"
      - "&7----- &7[&3CDPlus&7] &7-----&r\n"

  cdp-lookup
:
    #Message that will be sent when the console uses the /cdp lookup command.
    #OPTIONS: "anyStringList", PLACEHOLDERS: ['%player_name%', '%client_uuid%', '%client_name%', '%client_version%', '%channel_name%']
    client
:
     - "&7----- &7[&3CDPlus&7] &7-----&r\n"
      - "&7- &6Player Name
: &d%player_name%\n"
      - "&7- &6Client UUID
: &d%client_uuid%\n"
      - "&7- &6Client Name
: &d%client_name%\n"
      - "&7- &6Channel Name
: &d%channel_name%\n"
      - "&7- &6Client Version
: &d%client_version%\n"
      - "&7----- &7[&3CDPlus&7] &7-----&r\n"

update
:
  #Message that will be sent when the plugin is unable to check for updates.
  #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&4Unable to check for updates! - &c"]
  update-check-failure
: "&4Unable to check for updates! - &c"
  update-available
:
    #Message that will be sent when a new version is available.
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&4*-------------------------------------------*"]
    1
: "&4*-------------------------------------------*"
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&cA new version is available!"]
    2
: "&cA new version is available!"
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&4*-------------------------------------------*"]
    3
: "&4*-------------------------------------------*"
  no-update-available
:
    #Message that will be sent when the plugin is up to date.
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&a*-------------------------------------------*"]
    1
: "&a*-------------------------------------------*"
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&aPlugin is up to date!"]
    2
: "&aPlugin is up to date!"
    #OPTIONS: "anyString", PLACEHOLDERS: none, DEFAULT: ["&a*-------------------------------------------*"]
    3
: "&a*-------------------------------------------*"
 

Code (YAML):

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[ClientDetectorPlus]----                                    #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                 ----[Plugin GUI Config File]----                                  #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#ClientDetectorPlus GUI config for 1.0.0

general
:
  #Message sent when your on the first page.
  #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&7You are on the first page."
  GUI-first-page
: "&7You are on the first page."
  #Message sent when your on the last page.
  #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&7You are on the last page."
  GUI-last-page
: "&7You are on the last page."

  #Menu controls options
  menu-controls
:
    #The name of the previous page icon
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&2Previous Page"
    previous-page-icon-name
: "&2Previous Page"
    #The name of the next page icon
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&2Next Page"
    next-page-icon-name
: "&2Next Page"
    #The name of the close/go back icon
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&4Close/Go Back"
    close-go-back-icon-name
: "&4Close/Go Back"

  gui-fillers
:
    #Do you want to use the GUI fillers?
    #These are the items that fill the GUI's to make them look better.
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enabled
: true
    #What material do you want to use for the GUI fillers?
    #OPTIONS: 'material', PLACEHOLDERS: none, DEFAULT:'BLACK_STAINED_GLASS_PANE'
    material
: 'BLACK_STAINED_GLASS_PANE'
    #What is the name of the GUI fillers?
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT:' '
    name
: " "
    #What lore do you want to use for the GUI fillers?
    #OPTIONS: 'anyList', PLACEHOLDERS: none, DEFAULT:[]
    lore
: [ ]

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#This is the options for the Java Client List GUI
java-client-list
:
  #What name would you like the gui to have?
  #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&3Java Clients"
  title
: "&3Java Clients"

  icons
:
    #What Bukkit material do you want to use to represent each client in the GUI?
    #Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
    #Material CANNOT be either 'STONE_BUTTON' or 'BARRIER' as they are used for the menu controls.
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: 'PAPER'
    icon-material
: PAPER

    icon-display-name
:
      #Do you want to use the Player Name as the title for the icon?
      #If below is 'false' the name can be set below.
      #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
      use-player-name
: true
      #What name would you like the icon to have? (If above is 'false')
      #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&dJava Player"
      display-name
: "&dJava Player"

    #This allows you to customise the lore text for the player head icons in the client list GUI.
    #OPTIONS: 'anyList', PLACEHOLDERS: ['%client_uuid%', '%client_name%', '%client_version%', '%channel_name%']
    lore
:
     - "&7----------"
      - "&3UUID
: &d%client_uuid%"
      - "&3Client Name
: &d%client_name%"
      - "&3Client Version
: &d%client_version%"
      - "&3Channel
: &d%channel_name%"
      - "&7----------"
      - "&d&oClick for actions"
      - "&7----------"

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#This is the options for the Geyser Client List GUI
geyser-client-list
:
  #What name would you like the gui to have?
  #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&3Geyser Clients"
  title
: "&3Geyser Clients"

  icons
:
    #What Bukkit material do you want to use to represent each client in the GUI?
    #Use Bukkit material names in the recipes. (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
    #Material CANNOT be either 'STONE_BUTTON' or 'BARRIER' as they are used for the menu controls.
    #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: 'PAPER'
    icon-material
: PAPER

    icon-display-name
:
      #Do you want to use the Player Name as the title for the icon?
      #If below is 'false' the name can be set below.
      #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
      use-player-name
: true
      #What name would you like the icon to have? (If above is 'false')
      #OPTIONS: 'anyString', PLACEHOLDERS: none, DEFAULT: "&dGeyser Player"
      display-name
: "&dGeyser Player"

    #This allows you to customise the lore text for the player head icons in the client list GUI.
    #OPTIONS: 'anyList', PLACEHOLDERS: ['%client_uuid%', '%client_version%', '%client_xuid%']
    lore
:
     - "&7----------"
      - "&3UUID
: &d%client_uuid%"
      - "&3Client Version
: &d%client_version%"
      - "&3XUID
: &d%client_xuid%"
      - "&7----------"
      - "&d&oClick for actions"
      - "&7----------"

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#This is the options for the Geyser Client List GUI
actions-menu
:
  #What name would you like the gui to have?
  #OPTIONS: 'anyString', PLACEHOLDERS: ['%player_name%'], DEFAULT: "&3Actions: %player_name%"
  title
: "&3Actions: %player_name%"

  features
:
    #Do you wish to auto vanish before teleporting to a target?
    #This will only work if you have SuperVanish or PremiumVanish installed.
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-vanish-before-teleport
: true
    #What game mode do you want to be in before teleporting to a target?
    #OPTIONS: 'SURVIVAL', 'CREATIVE', 'ADVENTURE', 'SPECTATOR', PLACEHOLDERS: none, DEFAULT:'SPECTATOR'
    game-mode-for-teleport
: SPECTATOR

    #Do you wish to use the GUI based /op feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-op
: true
    #Do you wish to use the GUI based /deop feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-deop
: true

    #Do you wish to use the GUI based player inventory view feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-inventory
: true
    #Do you wish to use the GUI based player Enderchest view feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-enderchest
: true

    #Do you wish to use the GUI based /mute feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-mute
: true
    #Do you wish to use the GUI based /unmute feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-unmute
: true
    #OPTIONS: 'anyString', PLACEHOLDERS: ['%player_name%'], DEFAULT:'mute %target% You have been muted by an operator'
    mute-command
: 'mute %player_name% You have been muted by an operator'
    #OPTIONS: 'anyString', PLACEHOLDERS: ['%player_name%'], DEFAULT:'mute %player_name%'
    unmute-command
: 'mute %player_name%'

    #Do you wish to use the GUI based /kick feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-kick
: true
    #OPTIONS: 'anyString', PLACEHOLDERS: ['%player_name%'], DEFAULT:'kick %player_name% You were kicked by an operator'
    kick-command
: 'kick %player_name% You were kicked by an operator'

    #Do you wish to use the GUI based /ban feature?
    #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true'
    enable-target-ban
: true
    #OPTIONS: 'anyString', PLACEHOLDERS: ['%player_name%'], DEFAULT:'ban %player_name% You were banned by an operator'
    ban-command
: 'ban %player_name% You were banned by an operator'

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
 

Code (YAML):

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[ClientDetectorPlus]----                                    #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[Client Control File]----                                   #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#ClientDetectorPlus Client Control config for 1.0.0

#  ┌─────────────────────────────┐
#  │     BetterSprinting Mod     │
#  └─────────────────────────────┘
#  A popular PvP modification, that allows you to enhance the sprinting behaviour
bettersprinting
:
  #Should the whole mod get disabled (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableAll
: false
  #Should players be able to modify their fly speed (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  disableSurvivalFlyBoost
: true
  #Should the sprint in all directions (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  disableAllDirs
: true

#  ┌─────────────────────────────┐
#  │      5zig Mod (Reborn)      │
#  └─────────────────────────────┘
#  A popular PVP modification, that provides additional information in HUDs, Capes, Friends & Chats
fivezig
:
  #Shows a players effect on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disablePotionEffectHud
: false
  #Displays a vignette with different colors depending on the potion effect(s) (positive=green, negative=red) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disablePotionIndicatorVignette
: false
  #Shows a players armour(+durability) on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableArmourHud
: false
  #Shows the players saturation(additional to food) on screen (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disablePlayerSaturation
: false
  #Shows the health of entities on screen(HUD), this is considered as an unfair advantage (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  disableEntityHealthIndicator
: false
  #Automatically reconnect to a server (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableAutoReconnect
: false

#  ┌─────────────────────────────┐
#  │        LabyMod Client       │
#  └─────────────────────────────┘
#  An all-in-one modification for minecraft
labymod
:
  #Feature to switch back to the old animations of MC 1.7 (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableAnimations
: false
  #Feature that was removed from LabyMod, but still usable in older versions. Purely cosmetic feature (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  diableBlockBuild
: false
  #Provides additional features to the chat (AutoText, Channels, Special Characters) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableChat
: false
  #Fixes a rendering bug in minecraft, can be considered as an unfair advantage (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableCrosshairSync
: false
  #Fixes a rendering bug in minecraft with fast lava placement (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableImprovedLava
: false
  #Fixes some inventory bugs (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableRefillFix
: false
  #Renders the saturation of a player additional to the current food (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableSaturationBar
: false
  #Dispalys additional information above a player (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableTags
: false
  #General GUI, such as position, direction and current system time (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  disableGuiAll
: false
  gui
:
    #Shows a players armour(+durability) on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
    disableArmorHud
: false
    #Shows a players item(s) on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
    disableItemHud
: false
    #Shows a players effect on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
    disablePotionEffects
: false

#  ┌─────────────────────────────┐
#  │       WorldDownloader       │
#  └─────────────────────────────┘
#  Popular modification to download minecraft maps (of servers)
worlddownloader
:
  #Should the whole mod get disabled (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  disableAll
: false

#  ┌─────────────────────────────┐
#  │         Lunar Client        │
#  └─────────────────────────────┘
#  An all-in-one modification for minecraft
lunar_disable
:
  #Feature to switch back to the old animations of MC 1.7 (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  one_seven_visuals
: false
  #Shows a players fps on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  fps
: false
  #Shows a players cps on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  cps
: false
  #Makes the player sprint all the time (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  toggleSneak
: false
  #A collection of mods for the hypixel.net server (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  hypixel_mod
: false
  #Shows a players armor on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  armorstatus
: false
  #Shows a players mouse, space bar, keys on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  keystrokes
: false
  #Shows a players coordinates on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  coords
: false
  #Changes a players crosshair (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  crosshair
: false
  #Shows a players potion effects on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  potioneffects
: false
  #Shows a players direction on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  directionhud
: false
  #Lets a player set waypoints, they are shown as a beam (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  waypoints
: false
  #Allows the player to hide, customize scoreboards (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  scoreboard
: false
  #Shows a player the number of healing potion he has on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  potion_counter
: false
  #Shows a players ping on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ping
: false
  #Blurs surroundings on movement (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  motionBlur
: false
  #Allows you to modify your chat (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  chat
: false
  #Allow you to read long item descriptions (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  scrollable_tooltips
: false
  #Resizes some items, that are important in uhc (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  uhc_overlay
: false
  #Renders more particles (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  particleMultiplierMod
: false
  #Displays countdowns on screen (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  cooldowns
: false
  #Client-side interface for WorldEdit plugin (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  worldedit_cui
: false
  #Shows a player a clock on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  clock
: false
  #Shows a player a stopwatch on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  stopwatch
: false
  #Shows a player used memory on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  memory
: false
  #Shows a player his combos on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  combo
: false
  #Shows a player his range on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  range
: false
  #Allows the player to change the time client-side (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  timer_change
: false
  #Shows a player the ip of the server he is on, on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  serverAddressMod
: false
  #Shows a players saturation on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  saturation
: false
  #Gives items physic (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  itemPhysic
: false
  #Shows a player when and how much items he can pick up or drop (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  itemTracker
: false
  #Lets pots shine (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  shinyPots
: false
  #Outlines blocks on a players screen (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  block_outline
: false
  #Allows a player to modify what happens after he takes a screenshot (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  screenshot
: false
  #Allows a player to modify his fov (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  fov_mod
: false
  #Allows a player to send texts in chat with hotkeys (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  textHotKey
: false
  #Allows a player to connect mumble with minecraft (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  mumble-link
: false
  #Allows a player to disable/modify his bossbar (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  bossbar
: false
  #Allows a player to change their camera perspective without rotation (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  freelook
: false
  #Allows a player to use a client-side replay (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  replaymod
: false
  #Hides a player's nick (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  nickHider
: false

#  ┌─────────────────────────────┐
#  │     Badlion Client (BAC)    │
#  └─────────────────────────────┘
#  An all-in-one PVP modification for minecraft
badlion_disable
:
  #Feature to customize animations (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Animations
: false
  #Shows a players armor on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ArmorStatus
: false
  #Feature to automatically accepts friend request (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  AutoFriend
: false
  #Sends a "gg" after a match (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  AutoGG
: false
  #Allows a player to send texts in chat with hotkeys (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  AutoText
: false
  #Feature that automatically tips players on Hypixel (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  AutoTip
: false
  #Outlines blocks on a players screen (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Block Overlay
: false
  #Shows information about a block that the player is looking at (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  BlockInfo
: false
  #Allows a player to disable/modify his bossbar (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  BossBar
: false
  #Allows a player to modify his chat (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Chat
: false
  #Shows a boarder outline of the chunk the player is in (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Chunk Borders
: false
  #Allows players to toggle the GommeHD Clan Wars overlay (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Clan Wars
: false
  #Allows a player to modify glass (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Clear Glass
: false
  #Allows a player to modify his chat (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ClearWater
: false
  #Shows a player a clock on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Clock
: false
  #Shows a player his combos on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Combo Counter
: false
  #Shows a player his coordinates on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Coordinates
: false
  #Shows a player his cps on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  CPS
: false
  #Allows the player to modify his crosshair (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Crosshair
: false
  #Shows a player his direction on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Direction
: false
  #Makes enchanted items glint in a players inventory (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  EnchantGlint
: false
  #Allows the player to change his FOV (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  FOV Changer
: false
  #Shows a player his fps on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  FPS
: false
  #Makes a players game brighter (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Fullbright
: false
  #Allows the player to modify damage colors for entities (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Hit Color
: false
  #Displays hitboxes of entities in-game (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Hitboxes
: false
  #Blures the background when a player opened his inventory (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  InventoryBlur
: false
  #Shows a player his items on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Item Counter
: false
  #Shows a player information about a item on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Item Info
: false
  #Adds physics to items (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Item Physics
: false
  #Shows recently dropped or picked up items (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Item Tracker
: false
  #Shows all crafting recipes per item in a list (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  JustEnoughItems
: false
  #Shows a players mouse, space bar, keys on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Keystrokes
: false
  #Shows Hypixel player levels above their heads (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  LevelHead
: false
  #Displays possible mob spawn areas on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Light Overlay
: false
  #Shows a player used memory on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Memory
: false
  #Shows minimap on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  MiniMap
: false
  #Helps the player to make a mlg (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  MLG Cobweb
: false
  #Adds blur on movement (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  MotionBlur
: false
  #Link Mumble with minecraft (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  MumbleLink
: false
  #Allows a player to change how name tags are displayed (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Name Tags
: false
  #Allows a player to check the name history of other players (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Name History
: false
  #Allows a player to hide his nick (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  NickHider
: false
  #Shows a player pack on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Pack Display
: false
  #Adds useful resourcepack tweaks (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Pack Tweaks
: false
  #Allows a player to modify the amount of particles shown on screen (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Particles
: false
  #Allows a player to change your camera perspective without rotation (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Perspective
: false
  #Shows a player's ping on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Ping
: false
  #Shows a player the amount of players on the server on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Player Counter
: false
  #Shows a player's potion status on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  PotionStatus
: false
  #Shows a player protection on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Protection
: false
  #Makes it easy to join the next game on some servers (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Quickplay
: false
  #Shows a player's reach on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Reach Display
: false
  #Adds a replay mod (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Replay
: false
  #Shows a player's saturation on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Saturation
: false
  #Allows the player to save/lead schematics (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  Schematica
: true
  #Allows the player to hide, customize scoreboards (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Scoreboard
: false
  #Shows a player the address of the server he is on, on the screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Server Address
: false
  #Makes pots shine (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Shinypots
: false
  #Multiple addons for skyblock (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  SkyblockAddons
: false
  #Shows a player a stopwatch on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Stopwatch
: false
  #Shows a player's teamspeak status on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  TeamSpeak
: false
  #Allows the player to change his time (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  TimeChanger
: false
  #Shows timers on screen(HUD) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Timers
: false
  #Allows a player to disable chat (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ToggleChat
: false
  #Makes the player sneak all the time (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ToggleSneak
: true
  #Makes the player sprint all the time (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ToggleSprint
: true
  #Lets a player set waypoints, they are shown as a beam (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Waypoints
: false
  #Allows the player to change his weather (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  WeatherChanger
: false
  #Client-side interface for WorldEdit plugin (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  World Edit CUI
: false
  #Allows the player to zoom (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  Zoom
: false

#  THE FOLLOWING FEATURES ARE EXPERIMENTAL AND MAY NOT WORK AS INTENDED
#  PLEASE REPORT ANY BUGS OR ISSUES TO THE DEVELOPER ALONG WITH THE CONFIGURATION FILE AND THE SERVER LOGS
#  ┌─────────────────────────────┐
#  │        Axolotl Client       │
#  └─────────────────────────────┘
#  An all-in-one modification for minecraft
axolotl_disable
:
  #Disables all additional features of the client (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  DisableAll
: false
  #Disables the player ability to use the FreeLook (FreeCam) feature (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  FreeLook
: false
  #Disables the player to see their own nametag (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  ShowOwnNametag
: false
  #Disables shadows under entities (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  UseShadows
: false
  #Disables the player to see the nametag background (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  NametagBackground
: true
  #Disables player badges (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  ShowBadges
: true
  #Disables the player to use custom badges (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  CustomBadge
: false
  #Disables player ability to change their time (client-side) (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  TimeChanger
: false
  #Disables the player to use custom sky (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  CustomSky
: true
  #Disables player ability to see the sun and moon (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  ShowSunMoon
: true
  #Disables player ability to use dynamic FOV (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  DynamicFOV
: true
  #Disables player ability to use FullBright (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  FullBright
: false
  #Disables player ability remove vignette (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  RemoveVignette
: false
  #Disables player ability to reduce fire obscuring (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  LowFire
: false
  #Disables player ability to reduce shield obscuring (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  LowShield
: false
  #Disables player ability to reduce view bobbing (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  MinimalViewBob
: false
  #Disables player ability to turn off the HurtCam (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  NoHurtCam
: false
  #Disables player ability to enable flat items (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  FlatItems
: false
  #Disables player ability to enable always night mode (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  NightMode
: false
  #Disables player ability to use a custom window title (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'true')
  CustomWindowTitle
: true
  #Disables player ability to use custom outlines (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  EnableCustomOutlines
: false
  #Disables player ability to use custom chroma outlines (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  OutlineChroma
: false
  #Disables player ability to remove rain (OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false')
  NoRain
: false
 
Resource Information
Author:
----------
Total Downloads: 21,327
First Release: Mar 20, 2021
Last Update: Jan 2, 2025
Category: ---------------
All-Time Rating:
49 ratings
Find more info at patreon.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings