😅
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. Getting Started

Commands & Permissions

Permission Node
Description
Default

mmoblock.command

Access to all /mmoblock commands.

op

mmoblock.command

Get wand item/mmoblock wand

op

mmoblock.command

Get block selector item /mmoblock blockselector

op

mmoblock.command

Toggle show visual hitbox /mmoblock hitbox visul

op

mmoblock.command

Editing to add block or remove block configuration from blockselector item /mmoblock edit <entityId> [add|remove] [removeArgs]

op

mmoblock.command.place

Use /mmoblock place.

op

mmoblock.command.remove

Use /mmoblock remove.

op

mmoblock.command.reload

Reload configs with /mmoblock reload.

op

1. /mmoblock place <entity_id> [x] [y] [z] [world]

Description: Spawns a custom block. Usage:

/mmoblock place example           # Places at your location
/mmoblock place example world_nether 100 64 -200

Permissions:

  • mmoblock.command.place (or mmoblock.command)


2. /mmoblock remove [all]

Description: Removes a custom block (or all). Usage:

/mmoblock remove                  # Open gui removal
/mmoblock remove all              # Removes ALL blocks

Permissions:

  • mmoblock.command.remove (or mmoblock.command)


3. /mmoblock reload

Description: Reloads configs and respawns blocks. Permissions:

  • mmoblock.command.reload (or mmoblock.command)

PreviousCompatibility & RequirementsNextHologram

Last updated 12 days ago

🚀
🔐