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

show banned players

Started by dcleondc, 19 May 2012 - 01:53 AM
dcleondc #1
Posted 19 May 2012 - 03:53 AM
hey i have a cool idea for my server, what my idea is a program that has all the names that are on the ban list, is it possible to have a computer read the names from the ban list?
MathManiac #2
Posted 19 May 2012 - 04:01 AM
Hmm… I am not sure, but that sounds impossible. My theory is that it won't be allowed so no computer programs would go outside of the computercraft mod regions. By that reason, I believe it would not be possible. However, somebody could have a computer add an api that has a player list, so it could work like that…
Grim Reaper #3
Posted 19 May 2012 - 04:17 AM
Perhaps, you could just transfer all of the information from the banned list into a separate file with no file extension so you could read it in ComputerCraft. However, this solution does not guarantee the list always being up to date; it would require that every time someone was banned, the admin would need to edit the file with the new information.

A good thought though!