BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

/tourne create ERROR #110

Closed SoraShiunin closed 5 years ago

SoraShiunin commented 5 years ago

Hello, recently started using Battle Arena and wanted to get into automated tourneys. Except wen I type /tourney create (arena name), nothing happens and error pops up. Am I doing something wrong? https://pastebin.com/JLZ0Q27X

Redned235 commented 5 years ago

What version of BattleArena are you using?

Redned235 commented 5 years ago

Just booted up a test server and had the same error. This command actually should not exist (from what I know) for tourney commands. What you instead should do is use the /tourney auto (arena name) or /tourney open (arena name).

Take a look at this page for more information: https://docs.battleplugins.org/docs/ba/scheduling/tournaments

This should also cover how to set up an auto tournament with the specified arena type.

SoraShiunin commented 5 years ago

Alright. Thanks. I'm using the 3.9.12.13 version.