Posted 23 June 2014 - 01:59 AM
So like the title says, I want to have a sort of mailbox system set up in my spawn area, where players can come in and say put an item in the chest. Then I was trying to figure out how to get a computer to recognize that something is now in that chest, and then alert the receiving player "You've got mail."
I'm relatively new to ComputerCraft so I have no idea where to start really. First off, some context, I'm using the CrackPack modpack, so I only have ComputerCraft and OpenCCPeripherals (in terms of dedicated ComputerCraft mods). So I was thinking, the chests could be set and labeled, and using Peripheral Proxies and wired modems, check to see if the chests' inventories have changed. Then the computer running the system would be able to figure out which mailbox it is, and therefore which user it is. This is where things get a little hairy. I have no idea how to get the computer to at this point message the user to tell them, hey come check out your mailbox. Is this even possible?
Any advice or ideas are more than appreciated! Thank you!
I'm relatively new to ComputerCraft so I have no idea where to start really. First off, some context, I'm using the CrackPack modpack, so I only have ComputerCraft and OpenCCPeripherals (in terms of dedicated ComputerCraft mods). So I was thinking, the chests could be set and labeled, and using Peripheral Proxies and wired modems, check to see if the chests' inventories have changed. Then the computer running the system would be able to figure out which mailbox it is, and therefore which user it is. This is where things get a little hairy. I have no idea how to get the computer to at this point message the user to tell them, hey come check out your mailbox. Is this even possible?
Any advice or ideas are more than appreciated! Thank you!