Hello, Is there a way to bring a test player into the server with a given name so I can test my plugins with it while I use my client to test on the dummy player? Thanks
There has been a project similar to this one discussed awhile back. The developers used a client that accessed the server and performed basic tasks. The idea was dismissed as insecure due to the potential threat of malicious users. I would recommend creating an external app that logs into the server. I don't think a plugin would work out because plugins cant trigger in-game events like a player breaking a block.
Incorrect. It is very possible to do in a plugin. In fact, @PEMapModder and I were both working on projects to accomplish this in a plugin. We both abandoned them though
Oh okay, an automated testing setup would be extremely helpful for developers. I've been a shadow at a tech firm here and they make a big deal out of testing their software. Coding automated testing programs is half of the work.