nso-family-multiplayer/.fastback/mods-backup/config/TabTPS/main.conf

34 lines
913 B
Plaintext
Raw Permalink Normal View History

2024-03-22 00:00:50 +00:00
# TabTPS main plugin settings
# Colors used in the command help menus
help-colors {
accent="dark_gray"
alternate-highlight="#284fff"
highlight=white
primary="#00a3ff"
text=gray
}
# These memory pools will not be displayed in the '/memory' command
ignored-memory-pools=[
"CodeHeap 'profiled nmethods'",
"Code Cache",
"Non-Heap Memory Usage",
"CodeHeap 'non-profiled nmethods'",
"Compressed Class Space",
Metaspace,
"CodeHeap 'non-nmethods'"
]
# A player may only have a single display config active at once, even if they have permissions for multiple
# This list allows defining the order in which permissions will be checked
permission-priorities=[
"tabtps.defaultdisplay"
]
# Should the plugin check GitHub for updates on startup?
update-checker=true
# How many milliseconds in between updates
update-rates {
action-bar=250
boss-bar=250
tab=250
}