create-nest

Creates a new public nest in the database attached to the current server.

Permissions

  • User must have the admin role

  • Command must be used in the admin channel

Command Usage

$create-nest <nest name>, [pokestops], [gyms], [spawns], [ex gyms], [alias]
$cn <nest name>, [pokestops], [gyms], [spawns], [ex gyms], [alias]

< > is a required field and [ ] is optional. Use a comma to skip any optional fields.

EXAMPLES

Name
$cn test park
Name & Pokestops
$cn test park, 10
Name, Pokestops, Gyms
$cn test park, 10, 2
Name, Pokestops, Gyms & Spawns
$cn test park, 10, 2, 20
Name, Pokestops, Gyms, Spawns & Ex Gyms
$cn test park, 10, 2, 20, 1
Name, Pokestops, Gyms, Spawns, Ex Gyms & Alias
$cn test park, 10, 2, 20, 1, tp
Name, Ex Gym & Alias
$cn test park, , , 1, tp

Last updated