Elijah Duffy
|
562910938f
|
Fix invalid usage message (#1)
|
2019-12-17 11:36:12 -08:00 |
|
cenodis
|
217379465d
|
Fix invalid usage message
When mesecons is installed the invalid use message states "Invalid usage, see /help tell.". This should be "/help tellafk".
|
2019-12-04 00:18:47 +00:00 |
|
octacian
|
c1d45ae4b1
|
Fix conflict with mesecons_commandblock
Mesecons registers a command called `/tell`, so, if mesecons_commandblock is found, tell registers a command called `/tellafk` instead.
|
2017-04-04 10:54:30 -07:00 |
|
octacian
|
2f0d181c95
|
Add description.txt
|
2017-04-04 09:47:57 -07:00 |
|
octacian
|
f1a55eb0da
|
Add screenshot
|
2017-04-04 09:14:58 -07:00 |
|
octacian
|
095fa4ecf6
|
Update README
|
2017-04-04 09:05:50 -07:00 |
|
octacian
|
bbbef1ab85
|
Show messaged on_chat_message
Useful if trying to contact an AFK player. If a chat message is detected from a player with a backlog of messages, they are shown.
|
2017-04-04 08:06:01 -07:00 |
|
octacian
|
a185d602a9
|
Add tell.show
Shows all messages for the player specified. See API.md.
|
2017-04-04 08:05:15 -07:00 |
|
octacian
|
e16cadee62
|
Show messages on_joinplayer
Loop through messages for the joining player and show them in orange removing them after.
|
2017-04-04 08:02:02 -07:00 |
|
octacian
|
a28c39ee94
|
Add /tell chatcommand
Formatted like /msg, allows registering a msg to be shown the the player specified when they become active.
|
2017-04-04 08:01:27 -07:00 |
|
octacian
|
0914819f5e
|
Add tell.add and tell.remove API
Documented in API.md.
|
2017-04-04 08:00:47 -07:00 |
|
octacian
|
2a84d977ee
|
Add save() and load()
Data will be stored in `<world>/tell.txt`
|
2017-04-04 07:57:33 -07:00 |
|
octacian
|
1bb4acd2ae
|
Initial commit
|
2017-04-03 20:34:37 -07:00 |
|