MagicalWands
Support
  • 📍Important
    • Support
    • Default Pack (Charms & Wands) |DOWNLOAD|
  • 📡Introduction
    • Welcome Page
    • Plugin Showcase
    • Plugin Installation
  • 🛠️Default Configurations
    • Global Options
    • Language File
  • 📜Wands & Charms file examples
    • Wand Example
    • Charm Example
  • ⚙️Global Settings
    • Wand Usage
    • Commands & Permissions
    • HEX, Gradient & PAPI
    • Charm-Selector
    • Charm-Order and Info-Bar
    • Bedrock Support
  • 🪄Custom Wand Creation
    • Get started
    • Disabler & Name configuration
    • Item configuration
    • Wand options
    • Amplifier / Reducer
    • Holding effects list
  • 🌀Custom Charm Creation
    • Get started
    • Disabler, Skull, Name and basic options
    • Wand Functions
    • Damage configuration
    • Particle effects
    • Additional sounds
Powered by GitBook
On this page
  1. Default Configurations

Language File

Language file located in /MagicalWands/lang.yml

# Translation for GUIS
Menus:

  # Placeholder: {Position} - Charm's position
  CharmPositioned: "Charm is at {Position}"

  # Shows in placeholder when charm is not selected in order!
  CharmNotPositioned: "Charm is not set in order!"

# Translation for messages
Message:

  # Message when wand is not player's
  # NOTE: Works only if function OwnerCondition is enabled
  # Placeholder: {OriginalOwner}
  NotOwner: "&7This wand belongs to {OriginalOwner}!"

  # Message between actions (When player is delayed)
  Delay: "&7Wait before doing another action!"

  # Message when player don't have permission to perform action/command
  NoPermission: "&cYou don't have permissions for this!"

  # Message while using owner command
  # Placeholder: {Owner} - Wand's owner name
  WandOwner: "&7This wand belongs to {Owner}!"

  # Message while checking owner but item is not a Wand
  WrongWandItem: "&7This item is not wand!"

  # Message while wand is not configurable, but player is trying to do it
  WandNotConfigurable: "&7This wand can not be edited!"

  # Message when charm is saved into ItemStack
  WandSetConfiguration: "&7Charm has been saved to wand in your hand!"

# Translation for InfoBar
InfoBar:

  # Message while Charm is not selected
  None: "&7(None)"

  # Message while Wand limiting selection
  Over: "&c(Locked)"

  # Placeholder: {Delay} - Remaining delay
  Delay: "&c{Delay}"

  # Message when charm is available to use
  # Placeholder: {CharmName} - Charm name
  Normal: "{CharmName}"
PreviousGlobal OptionsNextWand Example

Last updated 1 year ago

🛠️