Configuration

#    ____               ___
#   / __/__  ___  ___  / _/
#  _\ \/ _ \/ _ \/ _ \/ _/
# /___/ .__/\___/\___/_/
#    /_/
#
# Website: https://spoof.felux.io/


settings:

  # Toggle this if you're having difficulties with the plugin, it's a great
  # way to check in case of any conflicts with other plugins.
  debug: false

  # Whether the spoofed players should appear in-game.
  # This toggle is useful for survival servers, where
  # players will be hardly found.
  visible: true

  # This option requires NametagEdit to function correctly.
  # This is a bypass option for those using LuckPerms where
  # tags don't show correctly.
  tab-format: "&7%player%"

  # Enable this if you're using BungeeCord and wish to show your spoofed
  # count. The server id must be unique per server, or this will not
  # work correctly.
  bungee:
    enabled: false
    server: "my-server"

  # Add your username or uuid here to gain access to the in-game Spoof
  # panel using /spoof. This is to ensure others with full perms won't
  # see it exists.
  whitelisted:
    - 'Siri'


# These are the settings for each module, a developer may ask you to
# add their module name here, and enable it like so:
#
# modules:
#    example:
#       enabled: true
#
modules:
  vote:
    enabled: true
    sites:
     - ''
  fluctuation:
    enabled: true
    settings:
      delay:
        min: 1
        max: 10
      percent:
        min: 2.0
        max: 2.5
      users:
        - '<UUID>'
        - '<UUID>'
        - '<UUID>'

settings:
  whitelisted:
    - 'SomeUsername'

Last updated