This is gonna short and to the point, simply make a ranked/league system so that way people who very good at the game won't get paired, or put against with someone who just joined the server, and have no clue what they are doing; it not fun or fair. It would as be suggested to keep a casual mode
PLEASE VOTE ABOVE
-Hephaestus59
Read the rest if you want a possible coding method
If(Game is won)
{
Add 2 point to League
}
If(Game is lost)
{
Subtract X point(s) from League
}
If(Player Abandons)
{
Subtract point(s) from league
Add X minute(s) ban from league
}
If(Queued for a game)
{
If(LeagueLevel = 1)
{
Queue to league 1
}
If(LeagueLevel = 2)
{
Queue to league 2
}
If(LeagueLevel = 3)
{
Queue to league 3
}
}
*Note* I have never coded Java so actual code may be different
PLEASE VOTE ABOVE
-Hephaestus59
Read the rest if you want a possible coding method
If(Game is won)
{
Add 2 point to League
}
If(Game is lost)
{
Subtract X point(s) from League
}
If(Player Abandons)
{
Subtract point(s) from league
Add X minute(s) ban from league
}
If(Queued for a game)
{
If(LeagueLevel = 1)
{
Queue to league 1
}
If(LeagueLevel = 2)
{
Queue to league 2
}
If(LeagueLevel = 3)
{
Queue to league 3
}
}
*Note* I have never coded Java so actual code may be different