mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
* Chat/Mention popup Creates floating text entity above the player with the chat message content, if this contains a player-name of a online player it creates a floating text entity above them to notify them they have been mentioned. This is useful for people that are not focusing on the chat. BUGS: Text not centered when zooming out, could be changed that the text is not centered but better get some player feedback to see if they even like the feature. Text longer than 128 characters overlaps when zooming out. * Moved Function Up Keeping Conventions
17 lines
622 B
Lua
17 lines
622 B
Lua
--[[
|
|
Explosive Gaming
|
|
|
|
This file can be used with permission but this and the credit below must remain in the file.
|
|
Contact a member of management on our discord to seek permission to use our code.
|
|
Any changes that you may make to the code are yours but that does not make the script yours.
|
|
Discord: https://discord.gg/r6dC2uK
|
|
]]
|
|
--Please Only Edit Below This Line-----------------------------------------------------------
|
|
-- this file will just contain all the diffrent requires
|
|
require('colours')
|
|
require('health')
|
|
require('spawn')
|
|
require('starting-items')
|
|
require('paths')
|
|
require('body-marker')
|
|
require('chat-popup') |