Draftpick: Difference between revisions
No edit summary |
mNo edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Draftpick is a [[ | {{SitenavNested|Sourcemod Plugins|Sourcemod Plugins}}<br /> | ||
Draftpick is a [[Sourcemod]] plugin by [[Mikleo]], it is responsible for automatically balancing the players between teams using statistics gathered by [[Empstats]]. It includes four types of Draft. | |||
=Drafts= | |||
Drafts are automated processes that helps control which players goes in which team. There are five types of drafts<br /> | |||
==Captain Draft== | |||
In the '''Captain Draft''' players elect two captains which will then pick a number of players for their team before the rest are automatically assigned. | |||
==Captain Squad Draft== | |||
In the '''Captain Squad Draft''' players elect two captains which will then pick a number of players or squad of players for their team before the rest are automatically assigned. | |||
==Auto Draft== | |||
In the '''Auto Draft''' players are automatically assigned to teams based on their MMR which is determined by statistics gathered by [[Empstats]]. | |||
==Auto Squad Draft== | |||
In the '''Auto Squad Draft''' players and squad of players are automatically assigned to teams based on their MMR which is determined by statistics gathered by [[Empstats]]. | |||
==Ranked Match== | |||
'''Ranked Match''' is a special type of draft that plays like Captain Draft but is reserved for competitive matches. | |||
=Admin Chat Commands= | =Admin Chat Commands= | ||
Line 40: | Line 56: | ||
==sm_pick== | ==sm_pick== | ||
==sm_dmusic== | ==sm_dmusic== | ||
[[Category:Sourcemod_Plugin|Draftpick]] |
Latest revision as of 12:32, 10 February 2022
Home > Sourcemod Plugins > Draftpick
Draftpick is a Sourcemod plugin by Mikleo, it is responsible for automatically balancing the players between teams using statistics gathered by Empstats. It includes four types of Draft.
Drafts
Drafts are automated processes that helps control which players goes in which team. There are five types of drafts
Captain Draft
In the Captain Draft players elect two captains which will then pick a number of players for their team before the rest are automatically assigned.
Captain Squad Draft
In the Captain Squad Draft players elect two captains which will then pick a number of players or squad of players for their team before the rest are automatically assigned.
Auto Draft
In the Auto Draft players are automatically assigned to teams based on their MMR which is determined by statistics gathered by Empstats.
Auto Squad Draft
In the Auto Squad Draft players and squad of players are automatically assigned to teams based on their MMR which is determined by statistics gathered by Empstats.
Ranked Match
Ranked Match is a special type of draft that plays like Captain Draft but is reserved for competitive matches.
Admin Chat Commands
setcaptain
setcaptain is a chat command added by Draftpick, it allows admins to pick a Captain during a Manual Draft or a Manual Squad Draft.
- Syntax: /setcaptain "player"
- Where "player" can be partial or full name.
- Example: /setcaptain Xia - will make Xiam captain.
removecaptain
removecaptain is a chat command added by Draftpick, it allows admins to remove a Captain during a Manual Draft or a Manual Squad Draft.
- Syntax: /removecaptain "player"
- Where "player" can be partial or full name.
- Example: /removecaptain Xia - will remove Xiam from captains.