Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

22 total results found

Plugins

Access the documentation for Blueva plugins.

Setups

Access the documentation for Blueva setups.

Blue Arcade

Blue Edit

Spoof Engine

Blue Menu

First Steps

Blue Arcade

Buy the plugin First of all, you will need to download the plugin from one of the following stores: BuiltByBit ($11.99) Polymart ($11.99) Spigot ($11.99) Once you have purchased it, you must wait for the payment to be processed. Usually it is instantaneous, ...

Commands and Permissions

Blue Arcade

User Commands Commands for regular players to join and interact with arenas. Note: [] Required --- () Optional Command Permission Description /ba bluearcade.info Displays plugin information. /ba help bluearcade.help Shows available player commands. ...

Create an arena

Blue Arcade

Before You Start Before creating your first arena, we recommend: Enable server whitelist to prevent players from joining while you're configuring Prepare your worlds in advance: Main lobby world Waiting lobby area Minigame maps (these will be configured late...

Set up a mini-game

Blue Arcade

Note: You must first have created an arena before configuring any minigame. See how to create an arena. Adding a Minigame to Your Arena Before configuring a minigame, you need to add it to your arena: /baa game [arena_id] add [minigame] Example: /baa game 1 ...

Placeholders

Blue Arcade

To use Blue Arcade Placeholders in external plugins, you need to have PlaceholderAPI installed, and the target plugin must support it. Placeholder Description %bluearcade_player_games_played% Returns the number of games played by the player. %bluearca...

First steps

Blue Edit

Buy the plugin First of all, you will need to purchase the plugin from one of the following stores: BuiltByBit ($2.99) Polymart ($2.99) Once you have purchased it, you must wait for the payment to be processed. Usually it is instantaneous, but there may be e...

Commands and Permissions

Blue Edit

Note: [] Required --- () Optional Command Aliases Permission Description /swe /survivalworldedit, /blueedit, /be blueedit.swe Main command /stick /wand, /magicstick blueedit.stick Get the magic stick /undo - blueedit.edit.undo Undo the actions you h...

First Steps

Spoof Engine

Buy the plugin First of all, you will need to purchase the plugin from one of the following stores: BuiltByBit ($14.99) Polymart ($14.99) Note: After purchase, wait for payment processing (usually instant). If it takes more than 24 hours, please contact us. ...

Commands and Permissions

Spoof Engine

Note: [] Required | () Optional Command Aliases Permission Description /se /spoofengine, /spoof spoofengine.info Displays plugin information /se help /spoofengine help, /spoof help spoofengine.help Shows help commands /se connect [amount/name] /spoo...

Placeholders

Spoof Engine

Requirements To use Spoof Engine placeholders in external plugins: You must have PlaceholderAPI installed The target plugin must support PlaceholderAPI Placeholders Reference Server Placeholders Placeholder Description %spoofengine_server_total% Total...

First Steps

Blue Menu

Buy the plugin First of all, you will need to purchase the plugin from one of the following stores: BuiltByBit ($11.99) (SOON) Polymart ($11.99) (SOON) SpigotMC ($11.99) (SOON) Blueva Store ($11.99) (SOON) Once you have purchased it, you must wait for the pa...

Commands and Permissions

Blue Menu

Note: [] Required --- () Optional Command Permission Description /bm bluemenu.info Displays plugin information. /bm help bluemenu.help Shows available player commands. /bm open [java/bedrock/auto] [menu] (player) bluemenu.openbluemenu.open.others (f...

Java Menus

Blue Menu

This page explains how to build Java inventory menus in YAML and how to manage them from the web editor. Menu anatomy (YAML) A Java menu is a YAML file in plugins/BlueMenu/menus/java/ with a menuName, menuSize (multiple of 9 up to 54), a type of CHEST, and an ...

Bedrock Menus

Blue Menu

This page explains Floodgate/Geyser-compatible menus for Bedrock players, both in YAML and through the web editor. Menu anatomy (YAML) Bedrock menus live in plugins/BlueMenu/menus/bedrock/ and must define type as SIMPLE, MODAL, or CUSTOM. The menu title and co...

Conditions

Blue Menu

Use display conditions to show or hide menu elements based on player data, placeholders, or logic. Java items, Bedrock buttons, and Bedrock components all share the same evaluator. Syntax options Simple list: every condition string must be true. Grouped map: ...

Menu Registration

Blue Menu

Menu files are activated through plugins/BlueMenu/config.yml. Java and Bedrock menus each have a list of entries in the format menu_key;file_name.yml. The plugin reads those lists during startup and reloads to know which files to load. Where to register The de...