lightphoenix2 / LPX

LPX for Rocket
5 stars 8 forks source link

New Features #19

Open JustOneMoreBlock opened 8 years ago

JustOneMoreBlock commented 8 years ago

Hello,

Additional Features

The owner of the car destroys car would usually lose your license. However, with an extra option of insurance in the config, we could charge an additional fee and respawn their car.

Command: /buyi or Command: /car buy i

Another player destroys your car would usually lose your license. However, with purchased insurance. The player who destroyed your car would have to pay the deductible. Then setup to ban that player for a particular time set in the config. There will be options in the config to enable/disable.

Change the buy command

/buyv to /car buy v

Possibly a vehicle blacklist of what cars you shouldn't be able to purchase.

<AllowCarInsurance>true</AllowCarInsurance> <CarInsurancePrice>100</CarInsurancePrice> <CarInsuranceDeductible>500</CarInsuranceDeductible> <BanCarGriefer>true</BanCarGriefer> <CarGrieferDeductible>1000</CarGrieferDeductible> <BanCarGrieferTime>24H</BanCarGrieferTime> <CarBlackList>true</CarBlackList> <CarBlackListIDs>APC,PLANE</CarBlackList>

JustOneMoreBlock commented 8 years ago

I'd change: <BanCarGrieferTime>24H</BanCarGrieferTime>

to

<CarGrieferAction>ban {griefer} "Car Greifing" 86400</CarGrieferAction>

This will allow us to choose to "kick or ban" and set a time and a proper reason using the ban command.