😅
MMOBlock Docs
  • 🏠Welcome
  • 🚀Getting Started
    • ⚡Quickstart
    • ⚙️Configuration File
    • 🌎Language Messages
    • 🔌Compatibility & Requirements
    • 🔐Commands & Permissions
  • 📘Basics
    • ✨Hologram
    • 🧱Block
    • ⚖️Conditions
    • ⚒️Allowed Tools
    • 🎁Drops
  • 🔰Integrations
    • 🧲ModelEngine 4
    • 🧲PlaceholderAPI
    • 🎨MiniMessage
Powered by GitBook
On this page
  1. Basics

Conditions

Conditions restrict block interaction based on player stats.

📊 PlaceholderAPI

conditions:
  condition1:
    first: '%vault_eco_balance%'
    second: 500
    operator: '>'
    send-title: "&eNot enough money!"
  • Compare placeholders with numeric/string values.

⛏️ MMOCore Profession Level

mmocore-level:
  level: mining:1  # profession:level
  send-title: "&eLevel too low!"
  • Requires MMOCore.

🔣 Operators

Operator
Description

>

Greater than

<

Less than

==

Equal to

!=

Not equal to

PreviousBlockNextAllowed Tools

Last updated 2 months ago

📘
⚖️