I am currently working on a thief plugin that will differ from pickpocket, and I need a little help. I'm very new to plugin development, and I am curious as to what you would actually need to have code-wise to have a player communicate with another players inventory as if they were a chest. Any help would be appreciated. Thanks in advance.
I don't have any personal experience with something like this, but take a look at OpenInv. This should definitely get you headed in the right direction.
Change of pace, i would like to incorporate register, so Instead the thief steals some economy money. How would i go about stealing money such as iconomy?
I'm not sure what "incorporate register" means, but to "steal" iConomy money would just be subtracting some amount from playerA and adding that amount to playerB. I would check out the iConomy plugin to find the API.
Oh, I meant that I would like to use niji's register in my plugin so I can work with all types of economy if possible. I'll look on his threads.