This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
uNeekHG's profile picture

Chat Monitor

Started by uNeekHG, 12 June 2016 - 05:35 PM
uNeekHG #1
Posted 12 June 2016 - 07:35 PM
This program is for 1.6.4, I repaired it and now it is open for anyone to use. It shows global and local chat (If you have multiple chats) plus when players join and leave, all you have to go in and do is change the http link to the server you are playing on
If anyone would like to try editing it to make it show an L infront of the name when its in local and a G for Global I would really love that, or if you want to make a new one do that or if you have a link to a program that does that
I am using ccget so the command is "ccget get (type) (name)"

http://sitenil.comli.com/CC/Script/chatMonitor.lua
http://sitenil.comli.com/CC/API/essentials.lua
http://sitenil.comli.com/CC/API/json.lua

for 1.7.10 /\

and to change it to to 1.6.4 remove the third line in essentialsAPI and put
local mon = peripheral.wrap(" ")
terminalDisplay = term.redirect(mon)

the json API should be named json
and essentials API named eAPI
DannySMc #2
Posted 16 June 2016 - 02:41 PM
1. Add screenshots, makes people more likely to be interested,
2. Add pastebin download links, not many people will download it off a site,
3. You can easily make an installer for this as well.