Skip to content

Commands

Unariginal edited this page Jun 21, 2025 · 2 revisions

Commands

Raid

Usage: /raid
Description:
Displays information about the mod

List

Permission: novaraids.list
Usage: /raid list
Description:
Opens a GUI that displays all active raids and relevant information, including the raid ID. Players can use this menu to join Raids that don't require a raid pass.

Join

Permission: novaraids.join
Usage: /raid join <id>
Description:
Intended for admin use, but no harm in letting players use this command. Joins a raid exactly like /raid list would let you join.

Leave

Permission: novaraids.leave
Usage: /raid leave
Description:
Leave any raids you're participating in.

Queue

Permission: novaraids.queue
Usage: /raid queue
Description:
If raid queuing is enabled, it opens a GUI that shows all queued raids.

Check Banned

Permission: novaraids.checkbanned
Usage:

/raid checkbanned global
/raid checkbanned category <category>
/raid checkbanned boss <boss>

Description:
Opens a GUI that displays which Items/Pokemon/Moves/Abilities are banned from Raids. Specified in various config files.

Admin Commands

Reload

Permission: novaraids.reload
Usage: /raid reload
Description:
Reloads the config files.

Start

Permission: novaraids.start
Usage:

/raid start <boss>
/raid start random [category]

Description:

Starts a Raid of the specified boss or a random boss. Random boss will be limited to any specified Category if provided.
If queued raids are enabled in config.json, the Raid will be queued.

Give

Permission: novaraids.give
Usage:

/raid give <player> pass * [category]
/raid give <player> pass random [category]
/raid give <player> pass <boss>
/raid give <player> voucher * [category]
/raid give <player> voucher random [category]
/raid give <player> voucher <boss>
/raid give <player> pokeball global <pokeball> <amount>
/raid give <player> pokeball category <category> <pokeball> <amount>
/raid give <player> pokeball boss <boss> <pokeball> <amount>

Description:

Gives the specified player the specified item.
A pass is used to join a raid that requires a pass.
A voucher is used to start a raid.
If raid pokeballs are enabled in config.json, a Raid Pokeball is used during the catch phase.

'*' Represent any boss. If a category is specified, it will only allow bosses from that category. This will open a GUI allowing the player to pick from corresponding raids/bosses.
'random' Will pick from all possible bosses/active raids. If a category is specified, it will only pick bosses/raids in that category.

Skip Phase

Permission: novaraids.skipphase
Usage: /raid skipphase <id>
Description:
Skips the current phase of the specified Raid.

World

Permission: novaraids.world
Usage: /raid world
Description:
Shows the identifier of the world you're in, for use in the Locations config.

Damage

Permission: novaraids.damage
Usage: /raid damage <id> <amount>
Description:
Forces damage to a boss, for testing purposes.

Test Rewards

Permission: novaraids.testrewards
Usage: /raid testrewards <boss> <placement> <total-players>
Description:
Test rewards for a boss based on the specified placement and simulated total player count.

Unimplemented Commands

History

Permission: novaraids.history
Usage: /raid history
Description:
This command will show raid history and leaderboard history.

Clone this wiki locally