Spigot Plugin Configurations
These are some important settings you should turn on use your plugin successfully.
Step 1 - Configure Security Features
plugin_info: # Modify plugin information
name: "HalosPlayerSpoof" # Name that appears when using /plugins
authors: [ "HalosDev" ] # Author that appears when using /version
version: "1.0.0" # Version that appears when using /version
command_proxy: "spoof" # Change the name of the main plugin commandStep 2 - Configure Fluctuation. (Skip if running Velocity/Bungeecord)
provider:
# Available types: NAMEMC, LOCAL
type: NAMEMC
# This URL is ONLY relevant if your using namemc account generator.
url: https://api.namemc.com/server/mc.hypixel.net/likes
min-delay: 5
max-delay: 30
max-fake: 50
# Define how many real players need to be online before fluctuation will start.
# If set to -1 it will always run.
min-real-players: -1
# Customize LifeSpan.
# How long a fake player will stay on the server before leaving.
# Numbers are in mins here.
min-lifespan: 5
max-lifespan: 10Step 3 - Configure Ping Module
Step 4 - Configure Ranks Module
Last updated