Setting Up (Game and Team Types)

How to set up the coolio Paid features

YouTube tutorial (To Be Made)

"A YouTube tutorial is in development" ~Milky Dev of GameMaster

Setting a paid discord

!Set Paid Discord

This must be set for a discord paid features to work

Creating a TeamType

TeamTypes are what your players will be using to create there teams for your games

GameType and TeamTypes are not the same and cannot have the same name

!create teamtype <Team Type Name>
Alias "!c teamtype"

example !create teamtype Duo

Recommendations: Keep Team Type Names simple, users will be using the name to create teams I would recommend the following as names: Solo Duo Squad

Set Max users on Team

!set MaxUsers <Teamtype> <number>

example !set maxUsers duo 7

Max it can be is 9

Require Mod for Team Creation

!set RequireMod <TeamType> <True or False>

example !set RequireMod duo false

Setting to true will mean players cannot make teams. This will require mods to make teams for players.

Creating a GameType

GameType and TeamTypes are not the same and cannot have the same name

!create gametype <Game Type Name>
Alias "!c gametype"

example !create gametype Duos

Recommendations: Keep Team Type Names simple, You will be using it later to set everything I would recommend the following as names: Solos Duos Squads

Setting GameCodes Channels for Scoring

!set GameCodes <GameType>

example !set gamecodes duos

Sets the gamecodes channel for Gamelist

Setting the ScoreRoom

!set ScoreRoom <GameType>

example !set ScoreRoom duos

Sets the ScoreRoom for scoring

Setting the leaderboard

!set leaderboard <GameType>

example !set leaderboard duos

Sets the channel for the leaderboard

Setting the TeamType

TeamType will be auto set to solo, if you are creating a solo scored game skip this

!Set Teamtype <GameType><TeamType>

example !set teamtype duos duo

Set the TeamType for a GameMode

Last updated