Questions & Answers
On this page, you will find possible answers for questions you might have regarding issues
Last updated
Was this helpful?
On this page, you will find possible answers for questions you might have regarding issues
Last updated
Was this helpful?
Our regeneration process relies on the WorldEdit plugin. However, if you're using the default WorldEdit, it can cause performance issues because it doesn't run tasks asynchronously on your server. To improve performance, we recommend installing FAWE (Fast Async WorldEdit), which is an optimized alternative that handles tasks more efficiently.
Download FAWE: Click Here
There are two ways to enable only the Ranked Mode for your server:
Via the in-game editor: Navigate to the plugin's settings and disable both the Custom and Unranked modes.
Via the config file: Open the main config.yml file of the plugin and modify the allowed-types setting to only permit Ranked mode.
Both methods will restrict players to only the Ranked mode on your server.
allowed-types:
- RANKED
You can use a plugin such as VoidGen that works with MultiverseCore.
By default, all gaBattle Region
The Battle Region is the zone where the actual combat takes place. Players won't be able to leave this area, and within it, they'll be able to build, break blocks, and more.
The Universal Region refers to the overall arena. It's useful for regenerating or duplicating the arena, among other functions. The dueling will always be happening inside the Battle Region.
By default, all game modes come with their scoreboard. You can disable this either manually by editing the mode's configuration file in the modes folder or directly from the in-game editor. Once a game mode's scoreboard is disabled, it will automatically use the plugin's main scoreboard. This provides flexibility in managing your scoreboards across different modes.
To make the queue via an npc, the process is pretty easy. First, you need to select your npc by doing Select the NPC: Face the NPC and run the following command to select it: /npc select
Add the Duels Command: Once you've selected the NPC, you can assign the duels play command. This example will allow the NPC to queue the player for an unranked 1v1 duel in classic mode: /npc command add duels play unranked solo classic
This will automatically queue the player for an unranked 1v1 match with classic mode when they interact with the NPC.