Config

Basic description of the config file.

Lang

Specifies the language file that the plugin will use. By default, only the 'EN' file is available. To add more languages, duplicate and edit the YAML files in the Langs folder.

# Currently supports: EN
language: EN

Settings

Plugin settings such as API keys, commands etc.

# License key for the plugin
license-key: HIDDEN
# Main command name for the plugin
command: realm
# Aliases for the main command
aliases:
- realms
# Admin command name for the plugin
admin-command: realmsadmin
# Aliases for the admin command
admin-aliases:
- realmadmin
# Debug mode for the plugin
debug-mode: false
# World prefix for realms world
# Do not use _ its automatically added
world-prefix: Realms
 # Default Y value for realms paste location
 y-value: -65
# Default realm name
default-name: <player>'s Realm
# Default realm description
default-description: A realm created by <player>
# Change players default preference on how messages are received
# CHAT, TITLE, SUBTITLE, ACTION_BAR, BOSS_BAR
default-message-preference: CHAT
# Change players default preference on realm border color
# BLUE, GREEN, RED
default-border-color: BLUE
# Blocked keywords for name and description
blocked-keywords:
- admin
- mod
- owner
- aselstudios
# Blocks forbidden to set realm spawn location
forbidden-blocks:
- WATER
- LAVA
# Items that can act as switches
switch-items:
- CHEST
- SHULKER_BOXES
- TRAPPED_CHEST
- FURNACE
- BLAST_FURNACE
- DISPENSER
- HOPPER
- DROPPER
- JUKEBOX
- SMOKER
- COMPOSTER
- BELL
- BARREL
- BREWING_STAND
- LEVER
- NON_WOODEN_PRESSURE_PLATES
- BUTTONS
- WOOD_DOORS
- FENCE_GATES
- TRAPDOORS
- MINECARTS
- LODESTONE
- RESPAWN_ANCHOR
- TARGET
- OAK_CHEST_BOAT
- DECORATED_POT
- CRAFTER
# Items allowed for specific use cases
use-items:
- MINECARTS
- BOATS
- ENDER_PEARL
- FIREBALL
- CHORUS_FRUIT
- LEAD
- EGG

Paster

Schematic paster settings

# Schematic paster plugin name
name: WorldEdit
# Distance range for other realms
distance-range: 5000

Thread Settings

These settings are used to configure the thread pool for the plugin

maximum-pool-size: 10
core-pool-size: 10
keep-alive-time: 30

Number Settings

locale: en-US
style: SHORT

Title Settings

create:
    enabled: true
    title: Realm Created!
    subtitle: You have successfully created your realm.
  delete:
    enabled: true
    title: Realm Deleted!
    subtitle: Your realm has been deleted.

Last updated