mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
7 lines
432 B
Lua
7 lines
432 B
Lua
--- A combination of config settings for different popup values like chat and damage
|
|
return {
|
|
show_player_messages=true, -- weather a message in chat will make a popup above them
|
|
show_player_mentions=true, -- weather a mentioned player will have a popup when mentioned in chat
|
|
show_player_damage=true, -- weather to show damage done by players
|
|
show_player_health=true -- weather to show player health when attacked
|
|
} |