I'd like to use this plugin to implement asynchronous PvP in RMMZ, but I have some concerns regarding feasibility and security:
- Several players upload and store their party data into the database through NPC interaction. Player B then matches with a suitable opponent from the player party pool in the database and generates a temporary troop for Player B to simulate the battle. Is this achievable using this plugin?
- Can the database be protected against malicious tampering or the uploading of illegal content? For example, by using an API to upload data, which is then processed securely on the server side before being written to the database.
Thank you very much if you can take the time to answer; it would be a great help to me!