🤖Commands

On this page, you will find all the commands that you can use on our plugin

Commands

/queue - Opens the queue menu for the player. /queue <unranked/ranked> <solo/duo/trio/quad> <mode> - Queue the player for a specific mode. /duel <player> - Invite a player to a duel. /duelsettings - Opens the settings menu for the player. /duellostitems - Opens the menu with the lost items of a player. /spectate - Spectate another player's current match. /toggleduelrequests - Toggle the requests for duel invitations. /kiteditor - Opens the menu to edit the kits.

Party Commands

/party - Opens the party menu. /party accept <user> - Accepts a party invitation from a user. /party decline <user> - Declines a party invitation from a user. /party create - Create a party. /party disband - Disband your party. /party accept <user> - Accepts a party invitation from a user. /party fight - Opens the party fight menu. /party split - Split your party in half. /party ffa - Player FFA with your party.

Admin Commands

/pduels editor - Open the in-game editor for the plugin /pduels reload - Reload the Phoenix Duels configuration files. /pduels tpArena <id> - Teleport to an arena with a specific ID. /pduels setLobby - Set a specific spawn-point for the plugin.

/pduels addRating <player> <mode> <amount> - Add an elo amount to a player for a specific mode. /pduels removeRating <player> <mode> <amount> - Remove an elo amount of a player for a specific mode. /pduels resetRating <player> <mode> <amount> - Reset the elo of a player for a specific mode. /pduels setRating <player> <mode> <amount> - Set a specific elo to a player for a specific mode.

/pduels createMap <id> - Create a map with a specific ID. /pduels deleteMap <id> - Delete a map with a specific ID. /pduels createMode <id> - Create a mode with a specific ID. /pduels deleteMode <id> - Delete a mode with a specific ID.

Alternative Command

With alternative commands, you can modify the plugin's default commands. For example, if another plugin uses /party, you can change Phoenix's command to /match.

To achieve it change the command in the config.yml

commands:
  require-permission: false
  party:
    enabled: true
    alternative: match

Note, that the permission will still be phoenixduels.command.party

Last updated

Was this helpful?