Skip to content

Bingo Command

Steaf23 edited this page Feb 21, 2025 · 3 revisions

All commands (except for bingo reload) only affect the world that the command sender is in. Bingo commands cannot be done through the console.
Listed below are all available sub-commands under the /bingo command.

Commands

Player commands

Commands that can be used by everyone with the bingo.player permission (which is everyone by default).

  • /bingo since v1.0.0

    Shows the team selection menu to players and shows the bingo settings menu to players with the bingo.admin permission. View the wiki page on Bingo Menu to read more about the settings menu.
  • /bingo start since v1.0.0

    Starts the game instantly with currently enabled settings and teams. Can only be used when the game has not yet started.
  • /bingo end since v1.0.0

    Ends the currently ongoing game immediately, without announcing a winner. Should only be used to just cancel a game.
  • /bingo getcard since v1.0.0

    Obtain the bingo card. Use when you lose the bingo card for any reason. Later versions of the plugin make it pretty hard to lose the card but this command still exists just in case.
  • /bingo back since v1.0.0

    Alternate way to teleport back to the place you died. gets executed by the chat message that appears when you die.
  • /bingo leave since v1.0.0

    command used to leave any team joined on a game. This can also be done using the join menu.
  • /bingo join since v1.4.0

    Join the game by selecting a team to play in, alternatively, this command can also be used to leave the game or to join a random team. A player that has not selected a team will be put in a random team when the game starts.
  • /bingo stats since v1.5.0

    Shows your statistics across all games of bingo. Player statistics need to be enabled for this command to work as intended.
  • /bingo view since v3.1.0

    Allows the sender to view the card of any team during the game. Can be disabled using the config (but still accessible by players with the bingo.admin permission).

Admin commands

Commands that can only be used by players with OP or the bingo.admin permission.

  • /bingo deathmatch since v1.1.0

    Start a bingo deathmatch between all teams. During deathmatch next player to complete the task provided in the chat will win the game. Read more about deathmatch here.
  • /bingo creator since v1.3.0

    Opens the custom card creator menu for bingo admins. Read more about custom cards here.
  • /bingo stats <player_name> since v1.5.0

    Same as /bingo stats, but is able to show stats any player by using their name.
  • /bingo kit since v2.0.0

    • /bingo kit add <slot> <kit_name>: Use to add a new kit in the specified slot with the given name.
      • There are 5 slots for custom kits: 1, 2, 3, 4, 5.
      • The name can be formatted and also contain spaces (see this page for more about formatting messages).
      • Copies all inventory contents of the player that used the command and saves it into the given custom slot in the kits menu (accessible from /bingo). First arrange your inventory to what you want the kit to look like (in creative), and then use this command to create the kit.
      • Without a card item, the card will override whatever item is in the off-hand slot when adding the kit.
    • /bingo kit remove <slot>: Removes the kit currently saved in the given slot.
      • There are 5 slots for custom kits: 1, 2, 3, 4, 5.
    • /bingo kit item <item_name>: Use to obtain an item from the plugin, used for creating custom kits. Can be one of:
      • wand: Go-Up-Wand, used for teleporting up and down.
      • card: Dummy version of the bingo card, specifically used to position the card in a different inventory slot compared to the deafult position.
  • /bingo teamedit since v2.0.0, renamed from /bingo teams since v2.1.0

    Edit teams that can be joined, read the page on Team Editor to read how to use this menu.
  • /bingo wait since v2.1.0

    When enough people join the game, the game will start automatically after some amount of time. This command pauses that. To continue the countdown, use this command again, or start the game using /bingo start whenever you want to.
  • /bingo teams since v2.1.2

    Sends a message listing all teams with atleast 1 player in them, alongside all players that are in those teams.
  • /bingo about since v3.0.0

    Shows the version of the plugin and some other information about the plugin.
  • /bingo reload [all | languages | worlds] since v3.1.0

    Reload part or all of the plugin. Used for when you change files externally, such as the config.yml or scoreboards.yml file for example.

    Arguments

    • config: Reload the config.yml file, reapplying configuration options where possible.
    • worlds: Ends all currently running games, kicks all players from all worlds to the deafult world and removes plugin created worlds (only applicable to configuration MULTIPLE). Finally this option will recreate the default worlds according to the config, good as new. DO NOT USE DURING NORMAL GAMEPLAY (unless you want the game to be abruptly stopped)
    • placeholders: Reloads the placeholders.yml file, making sure the next placeholders that get converted use the newly updated file.
    • scoreboard: Reloads the scoreboards.yml file, but does not immediately apply the new scoreboards. Instead a /bingo reload all or /bingo reload worlds command needs to be used, or the current game has to be restarted.
    • data: Reloads all other data files. These should normally not get edited outside of the plugin, but using NBT editors thsi can be done if desired. This option will reload the newly changed files.
    • languages: Reloads currently language file (and en_us.yml as the fallback).
    • all: Reloads all of the above in such an order that it is the same as restarting the plugin completely, excepting a small handful values used here and there. The best way to reload everythin this plugin contains is to simply restart the server itself.
Clone this wiki locally