Chat/Mention popup (#81)

* 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
This commit is contained in:
badgamernl
2018-09-14 20:01:43 +02:00
committed by Cooldude2606
parent f5968f3e93
commit 489a17a897
2 changed files with 43 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ require('health')
require('spawn')
require('starting-items')
require('paths')
require('body-marker')
require('body-marker')
require('chat-popup')