my-name-is-samael / BeamJoy

All-in-One mod for BeamMP
GNU General Public License v3.0
9 stars 2 forks source link

Players cannot vote to start races #23

Closed Shedlow closed 1 day ago

Shedlow commented 2 days ago

Players cannot see the 'Vote' button in the BeamJoyInterface, these players are in both the None group and the Players group, I had a look at adding permissions to the groups but from all of the ones that I added players cannot cast a vote? but I am able to as the owner and it works perfectly fine.

my-name-is-samael commented 2 days ago

@Shedlow Tested today, it is working fine By default, the VoteServerScenario permission is given to player+ groups. If you want your new players to be able to spawn a vehicle and start a race vote, you need to give the group none a VehicleCap or 1 at least, and give the VoteServerScenario permission to none group. Also you race(s) must have multiple start positions to be considered as multiplayer races (the amount of start positions define the race player cap).

Edit: the vote race menu is hidden if there is not enough players to race

Shedlow commented 1 day ago

Thank you for all of the information.

Resolved!