mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Added Damage Popups
This commit is contained in:
@@ -16,6 +16,7 @@ return {
|
||||
'modules.commands.help',
|
||||
-- QoL Addons
|
||||
'modules.addons.chat-popups',
|
||||
'modules.addons.damage-popups',
|
||||
-- Config Files
|
||||
'config.command_auth_admin', -- commands tags with admin_only are blocked for non admins
|
||||
'config.permission_groups', -- loads some predefined permission groups
|
||||
|
||||
7
config/popup_messages.lua
Normal file
7
config/popup_messages.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
--- 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
|
||||
}
|
||||
Reference in New Issue
Block a user