This update brings a couple of new features to Cellblock 2
General Changes
Version integer: 29072020
/cells is now an alias of the main /cellblock command.
Goto command should work a bit better. If it's not working properly for you (getting stuck in blocks, not working etc), please report it to me.
Added
Option restoration is now a thing. Cellblock 2 has a lot of options to customize Cellblock. The problem is when you update the script, you lose the options. Cellblock 2 will by default save the last set of options 5 times. You can then restore your option values to that point. Each time Cellblock loads up, it'll save them. For more information, consult the options section for "SaveOptions".
Eviction of specific cells and players has been added via /cb evict <player|cell> <player name|cell name>. This will evict the player from all their cells or just whoever is renting a specific cell.
Sign refreshing can be done via command of /cb refresh (more will be added to this command in future updates) or automatically when Cellblock loads up by enabling the option RefreshSignsOnLoad.
RemoveCornerBlocks option has been added. By default is true, it'll basically just set the 2 set points of a cell to air when its created. Making inner selections easier. Please be careful with what you enter. This command doesn't have many fail-safes to prevent breaking cells and will let you use any property and value.
rent-price/buy-price
time (how long they get when they rent it, uses 1d1h1m1s format)
expires (how long is left, uses 1d1h1m1s format)
owner/renter (this might break cells)
API Updates
Cellblock_Cells_Homes_Remove can be used to remove a specific cell from a players home list
Option saving and restoring are internal functions and not advised to be used outside of Cellblock Core. This might change in future versions, but they're currently not.
Bug Fixes
Selling a cell removes it from the user's homes.
Buying a cell adds it to the user's homes
Fixed a bug where the renter couldn't do anything in their cell
Fixed a colour formatting issue with the /cb setmode command