Halos Development
  • 👋Welcome to Halos Development
  • Overview
    • 💡About Us
  • Halos Player Spoofer
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 📄config.yml
      • messages.yml
      • Modules
        • 🧑Fluctuation Module
        • 🍘Cracked Module
        • 🙀Command Module
        • 💸Donations Module
        • 🧑‍🤝‍🧑Location Module
        • 💯Pickup Module
        • 🏓Ping Module
        • 🥛Ranks Module
        • 🗒️Vote Module
        • 🙉Welcome Module
    • 🛠️API
  • Halos Staff
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🏴󠁧󠁢󠁳󠁣󠁴󠁿messages.yml
  • Halos Bounty Hunter
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🪁custom-items.yml
      • 👽messages.yml
      • 🎹sounds.yml
      • Guis
        • 🍍bounties-gui.yml
        • 🍍bounty-shop.yml
        • 🍍bounty-top-gui.yml
        • 🍍hunter-top-gui.yml
        • 🍍wanted-top-gui.yml
  • Halos Boosters
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • 🥇Placeholders
    • 🥾Boosters
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 👽messages.yml
      • Boosters
        • 🍍example.yml
  • Halos Economy
    • 👨‍💻First Install
    • 📎Commands/Permsissions
    • 🥇Placeholders
    • Files
      • 🛑license.yml
      • 📃config.yml
      • 🤑economies.yml
      • 📄menus.yml
      • Shops
        • 🍍example.yml
  • Halos Giveaways
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🚨license.yml
      • 📇config.yml
      • 🎁giveaways.yml
      • 📄menus.yml
      • 👽messages.yml
Powered by GitBook
On this page
  1. Halos Player Spoofer
  2. Files

config.yml

# HalosPlayerSpoofer Utilizes a license key system. Please join discord.gg/halosdev to claim a license key. We will respond in generally 1-10 hours max.
#  
license: key-here


# This is a developer mode, useful for logging
# various aspects of the plugin to console.
debug: true
# Whether the player entity should be shown
# in-game, useful for Hub servers.
show-bot-entity: false

proxy:
  # If you wish to run Spoof within a proxy,
  # enable this and specify controller settings below.
  proxy-mode: false
  # This is your unique server identifier, this MUST be
  # set if using a proxy - e.g. BungeeCord.
  server-name: server
  database:
    # Possible values: SQL, REDIS or NONE
    type: NONE
    sql:
      url: jdbc:mysql://localhost:3306/spoofer
      username: root
      password: password
    redis:
      url: redis://localhost:6379
      password: password

max-chatters: 5
chatter-chance: 0.5
metadata-storage: LOCAL

# Disquise the plugin how ever you wish.
# You can Change all the following fields below.
plugin-disguise:
  name: spoofer
  authors:
  - rexlManu
  version: 1.0.0
  description: Improve the experience for new players on your server
  spoof-command: spoofer
PreviousFilesNextmessages.yml

Last updated 11 months ago

📄