Hi! Today I want to help a server owned by a friend. I would like that if a player from my server enters his server, the player receives a reward on my server. Do you know any plugin that can help me on doing this? And also do you know any plugin that can assign specific rewards based on the contents of a database provided by the second server?
The two servers are running spigot 1.8. I have unlimited mysql databases, so that's no problem with this.
That might not be very important, he could set it up so that if a player joins on his friends server for the first time it adds the player's UUID to the 2 tables, one is hasJoined and another needsReward, when he joins his own server it could check if the player's UUID is in needsReward and gives them the item then removes them from needsReward. (If they join the friends server again and they are in hasJoined it doesn't add them to needsReward)