MMOCore

MMOCore integration allows MMOBlock to enforce level requirements for entity interactions. This ensures that players meet certain criteria before they can interact with custom entities.

entity:
  example_entity:
    conditions:  # Level requirements from MMOCore can be defined in the conditions section.
      mmocore-level:
        level: MINING:5  # Example of a level requirement from MMOCore.

Last updated