Adventure-Terraria-Server-Project / HouseRegions-Plugin

House Regions plugin for Terraria Server API and TShock.
GNU General Public License v3.0
6 stars 18 forks source link

Ownership Transfer #17

Closed bippity closed 8 years ago

bippity commented 8 years ago

I was wondering if it's possible to implement a way to let a user transfer ownership to another player. It would be very useful for servers that "rent out" predefined houses to players. If this was added in, we could easily check if the player has already reached the house limit. I'm thinking the feature would probably work by removing the HouseRegion from the original owner, storing the region temporarily in memory, and then set it as a new HouseRegion for the new owner.

CoderCow commented 8 years ago

Shouldn't be hard to implement. I'll look into it when I have time.