About Rust League
Create a Game event using cars and a ball 2 to 6 players .
See video for gameplay.
Grant yourself permission "rustleague.admin"
Build your arena and use zonemanager to put a zone around the arena. the zone will be used to bounce your ball off of if tryed to fly out top of arena.
in the center of your arena type /rl center
Where you want red to score /rl red you can adjust size in config.
Where you want blue to score /rl blue you can adjust size in config.
in config set your zoneID of the zone you created around the arena.
Currently this is in bata so i want admins to monitor the event so for now to start event.
/rl open will wait 60 seconds for players 2 to 6 if not then will wait 60 again.
It will take players in 2's so 2 4 6.
event will auto close after rounds numbers you set in config.
you can close event with /rl close
players join event with /rl
You can set cost and prize for event.
dismount button will shoot rockets and amount can be set in config for per round.
swap seats will push the car useful if car is flipped.
Video By Supporters
{
"Settings": {
"PermissionAdmin": "rustleague.admin",
"RoundSeconds": 120.0,
"MaxRounds": 4,
"WinPoints": 5,
"ArenaZoneID": "",
"autoEvents": false,
"nextEventSeconds": 320,
"playersOnlineNeeded": 2
},
"Ball Settings": {
"BallMaxvelocity": {
"x": 100.0,
"y": 108.0,
"z": 100.0
}
},
"Item settings": {
"winItemEnable": false,
"winItem": -932201673,
"winItemAmount": 100,
"joinItemEnable": false,
"joinItem": -932201673,
"joinItemAmount": 50
},
"Car information": {
"totalRockets": 2,
"carFrame": "assets/content/vehicles/modularcar/car_chassis_2module.entity.prefab",
"carSlot0": 1559779253,
"carSlot1": -1501451746,
"carSlot2": 0,
"carSlot3": 0,
"tierFixUp": 2
},
"Event Location information": {
"eventCenter": {
"x": 1167.33386,
"y": 3.69761777,
"z": 1592.65881
},
"RedZone": {
"x": 1165.883,
"y": 3.07808065,
"z": 1489.669
},
"RedZoneSize": {
"x": 20.0,
"y": 18.0,
"z": 3.0
},
"RedZoneRotation": 357.8081,
"BlueZone": {
"x": 1167.10522,
"y": 4.46679068,
"z": 1694.1842
},
"BlueZoneSize": {
"x": 20.0,
"y": 18.0,
"z": 3.0
},
"BlueZoneRotation": 184.378128
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 26
}
}