About ZoneSell - Land Purchase
This is a plugin designed for servers that want to set up an area for RP purposes!
With this plugin you can set Zones/plots up for players to be able top purchase them though the buy menu.
You will also be able to set an amount of time before the Buyer is evicted from being offline too long so other can purchase that land who are active!
You can also set up the cost of each plot of land.
If a player tries to build in a plot of land they will not be able to as the zone will auto delete anything they attempt to build instantly.
FAQ:
How do I set up the zones? - Currently the only way to set up the zones is to use zone manager and put the zone id in the Data file of the Plugin. Example below
Does Server Rewards work with this? - Yes! as of 10/7/2021 Server rewards support has been added
Commands:
/buyzone - Brings up the buyzone GUI
When in the Buyzone menu. when you hit show in map a red circle with appear on your map for 15 seconds after clicking the button
Admin Commands:
/UI_ZONESELL EXIT "STEAMID" - Force evicts player.
Example Video:
Example Config: ZoneSell
{
"The number of days for the player to be evicted": 5,
"Zone Settings": {
"1": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 1 - $3500"
},
"2": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 2 - $3500"
},
"3": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 3 - $3500"
},
"4": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 4 - $3500"
},
"5": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 5 - $3500"
},
"6": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 6 - $3500"
},
"7": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 7 - $3500"
},
"8": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 8 - $3500"
},
"9": {
"Cost of the zone": 3500,
"Zone image": "https://i.imgur.com/XIWhXKP.jpg",
"Zone descriptions": "Large 9 - $3500"
}
}
}
Example config: Zonemanager
{
"definitions": [
{
"Name": "Large 1",
"Radius": 20,
"Radiation": 0,
"Comfort": 0,
"Temperature": 0,
"SafeZone": false,
"Location": "119.2166 23.62214 152.51",
"Size": "22 22 22",
"Rotation": "0 0 0",
"Id": "1",
"ParentID": null,
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "None"
},
{
"Name": "Large 2",
"Radius": 20,
"Radiation": 0,
"Comfort": 0,
"Temperature": 0,
"SafeZone": false,
"Location": "154.3679 23.62212 152.4911",
"Size": "22 22 22",
"Rotation": "0 0 0",
"Id": "2",
"ParentID": null,
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "None"
},
{
"Name": "Large 3",
"Radius": 20,
"Radiation": 0,
"Comfort": 0,
"Temperature": 0,
"SafeZone": false,
"Location": "189.7382 23.62219 152.3189",
"Size": "22 22 22",
"Rotation": "0 0 0",
"Id": "3",
"ParentID": null,
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "None"
},
{
"Name": "Large 4",
"Radius": 20,
"Radiation": 0,
"Comfort": 0,
"Temperature": 0,
"SafeZone": false,
"Location": "189.4252 23.62212 117.2129",
"Size": "22 22 22",
"Rotation": "0 0 0",
"Id": "4",
"ParentID": null,
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "None"
},
Checkout Cashr's Other plugins! https://codefling.com/cashr
Todo:
Add a way to add zones easier.