Config.yml
#Use actionbars instead of chat messages
#Disabled in GUI's by default because it may not be visible for larger GUI scales
Actionbars:
enable: true
use-in-GUI: false #Will be removed when custom menus are done
#Command alias to use instead of /eglow
Command-alias:
enable: false
alias: "glow"
#Delay speed for effects
Delays:
slow: 2.0
fast: 1.0
#Make eGlow handle the formatting of the tab/tag
#Nametag will always have the glow, to help change this check out this:
#https://feedback.minecraft.net/hc/en-us/community/posts/360075673311
Formatting:
tablist:
enable: false
format: "%prefix% &r%name% %suffix%"
tagname:
enable: false
prefix: "%prefix%"
suffix: "%suffix"
#Store player data in a MySQL database
MySQL:
enable: false
host: "localhost"
port: 3306
DBName: ""
username: "root"
password: "123"
#Block/allow glowing in certain worlds
World:
enable: false
action: block
worlds:
- "world1"
- "world2"
Personal-effect:
max-steps: 20
min-delay: 0.5
max-delay: 2.0
gui-color-add-sound:
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
pitch: 2
volume: 0.7
Settings:
disable-glow-when-invisible: true
menu:
main-menu:
enabled: true
file-name: "main-menu"
gui:
disable-gui: false #Will be removed when custom menus are done
render-skulls: true #Will be removed when custom menus are done
add-glass-panes: true #Will be removed when custom menus are done
add-prefix-to-title: true #Will be removed when custom menus are done
global-effects-in-gui: true #Will be removed when custom menus are done
personal-effect-in-gui: true #Will be removed when custom menus are done
#Enabling this setting requires you to manually add the colors to the GUI section
#of the messages.yml
use-gui-color-for-messages: false #Will be removed when custom menus are done
interaction-delay: 0.8 #Will be removed when custom menus are done
join:
check-glow-permission: false
default-glow-on-join-value: true
mention-glow-state: false
#Configure effects to force on players/groups (using permission)
force-glows:
enable: false
bypass-blocked-worlds: false
glows:
#permission: eglow.force.founder
founder: "rainbowfast"
#permission: eglow.force.vip
vip: "gold"
notifications:
plugin-update: true
invisibility-change: true
target-set-unset-command: true
#Advanced settings - Only edit these when you know what you're doing!
#Disabling some of these settings may cause eGlow to not work properly
Advanced:
#Use Velocitab plugin messaging to update team colors to ensure correct glow colors
use-velocitab-plugin-messaging: false
#Use velocity plugin messaging if you are running EGlowTabProxy addon on Velocity
use-velocity-plugin-messaging: false
#Disable the messaging between backend and proxy server (required for eGlow's proxy addon)
force-disable-proxy-messaging: false
#Disable the integration with TAB to have simple glow colors which gets controlled by the end of tagprefix in TAB
force-disable-tab-integration: false
#This setting will be able to hide the glow behind objects
glow-visibility:
enable: false
delay: 0.5 #half a second is the hardcoded minimum! This to prevent possible performance issues
MySQL:
useSSL: true
teams:
entity-collision: true
nametag-visibility: true
#Mainly aimed towards proxy networks to prevent 'Team already exists' kick
remove-teams-on-join: true
#Allows eGlow to set the proper glow color
#automatically disabled when using TAB
send-eGlow-team-packets: true
packets:
#Allows eGlow to modify team packets that would break the glow color
#automatically disabled when using TAB
smart-packet-blocker: true
#Resend a delayed entityMetadata packet on join to prevent a player not glowing until they sneak/update their metadata
send-delayed-entitymetadata: falseLast updated