Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement News/Broadcaster function #3

Open
Grafe opened this issue Apr 11, 2013 · 1 comment
Open

Implement News/Broadcaster function #3

Grafe opened this issue Apr 11, 2013 · 1 comment
Assignees

Comments

@Grafe
Copy link
Member

Grafe commented Apr 11, 2013

/news - Displays news
/news add time - Adds News for time
/broadcaster add - Adds new broadcast

@ghost ghost assigned Grafe Apr 14, 2013
@TTTheKing
Copy link
Member

Implemented Broadcaster:

Message Types:
-Broadcast:
--An unlimited message which stays until it gets cleared from the config file.
-News:
--An message with limited time period. The TagColor swichtches over the time from "important" to "less important"
--until it gets cleared. Before it gets cleared it will be send once again to every logged in player.
-Date(Event):
--An message with limited time period heading towards a specific event/timestamp. The TagColor swichtches over
--the time from "less important" to "important" and the date will be shown in the tag until it gets cleared. Before it
--gets cleared it will be send once again to every logged in player.

Every message will be send to a player after some minutes, the minutes depend on the amount, the player recieved the message before. Like this, a player will recieve messages he allready know less offten than new ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants