Cells Module
fynntimes opened this issue ยท 5 comments
The Cells module's purpose is to add functional cells to the game. In the Prison game-type, Cells are rented areas of land that players can use to store their items. They act as a functional living space. They are one of the two common types of player areas that Prison servers use (the other is plots, which Prison will not be providing).
The Cells module will make it simple to create these cells. The checklist below is subject to change as feature ideas are added.
- Basic cell loading and saving
- Basic cell land protection functionality (i.e. protected doors, land)
- Permissions
- Multiple users
@DylanFPS You wanted to take this?