- Для версий
- 1.17.✘
- 1.18.✘
- 1.19.✘
- 1.20.✘
- 1.21.✘
- Документация
- https://anikosr.gitbook.io/mmoblock-docs
MMOBlock is a powerful Bukkit plugin that revolutionizes your Minecraft server by introducing interactive custom entities and blocks. With seamless integration to popular plugins like ModelEngine, MMOItems, ItemsAdder, and PlaceholderAPI, MMOBlock brings a new level of immersion and engagement to your server.
Features
- Custom Entities: Spawn and interact with custom entities that can be configured with various properties.
- Block Placement: Place custom blocks that are invulnerable to damage and can be configured to have specific types and dimensions.
- Holograms: Create and manage holograms that provide information or interact with players.
- Animations: Play custom animations on entity interaction using ModelEngine.
- Drops and Rewards: Configure item drops and rewards for entity interactions, including support for MMOItems and ItemsAdder custom items.
- Cooldowns: Set cooldowns for entity interactions to prevent spamming.
- Integration: Seamlessly integrates with MMOItems, MMOCore, ModelEngine, ItemsAdder, and PlaceholderAPI.
Installation
- Download the MMOBlock plugin from the BuiltByBit resource page.
- Place the downloaded .jar file in the plugins folder of your Minecraft server.
- Start or restart your server to load the plugin.
- Configure the plugin using the config.yml file located in the plugins/MMOBlock directory.
Configuration
The config.yml file allows you to configure various aspects of the plugin, including entity types, models, allowed tools, drops, holograms, conditions, sounds, animations, and block placements. Here is a snippet of the configuration file: config.yml:
#config file version 1.1
debug: false
use-ipinfo: false
api-token: 'YOUR_IPINFO_TOKEN_HERE'
lang: en_us
cooldown: 1 # in seconds
entity:
iron:
type: ARMOR_STAND
send-title: Your Tool Not Matching
send-subtitle: or Tools are too low
decrease_durability: 15
model: iron_ore;2 #model from modelengine
on_click: hit;0;0;1 #animaniton_name;lerpin;lerpout;speed
ondeathanim: hit;0;0;1 #animaniton_name;lerpin;lerpout;speed
respawn: 5
death_delay: 1
hologram:
customHolo:
- 'Iron Ore'
- 'Required Mining Lvl 1'
- '[Click to Mine]'
height: 2
clickHeight: 1
block:
type: BARRIER #for itemsadder custom block use like this <namespace>:<block id>
wide: 0
height: 1
#conditions:
#mmocore-level:
# level: mining:1
# send-title: Your Level Is too Low
# send-subtitle: Minimum Level 1
#condition1: #can make more than 1
# first: '%vault_eco_balance%'
# second: 500
# operator: '>'
# send-title: Your funds not met
# send-subtitle: Minimum 500
sounds:
onClick: block.stone.hit
onDeath: block.stone.break
allowed_tools:
- DIAMOND_PICKAXE;3
# - TOOL:STEEL_PICKAXE;5
- STONE_PICKAXE;8
# - _iainternal:iron_pickaxe_custom;8
drops:
- RAW_IRON;3;0.8
# - TOOL:STEEL_PICKAXE;1;0.1
# - _iainternal:iron_pickaxe_custom;1;1
# - profession;woodcutting;30
- exp;50;1
- command;give %player% diamond 1;1
progressbar:
progressing: "§a|"
noprogress: "§7|"
barlength: 16
Language Files
message_ru_ru.yml:
player_message:
wait_before_interacting: "&eПодождите перед повторным взаимодействием."
progress_reset_damage: "&eВаш прогресс был сброшен из-за получения урона."
progress_reset_move: "&eВаш прогресс был сброшен из-за перемещения."
message_ja_jp.yml:
player_message:
wait_before_interacting: "&e再び操作する前に待ってください。"
progress_reset_damage: "&eダメージを受けたため、進行状況がリセットされました。"
progress_reset_move: "&e移動したため、進行状況がリセットされました。"
message_en_us.yml:
player_message:
progress_reset_damage: '&cYour progress has been reset due to damage taken.'
progress_reset_move: '&cYour progress has been reset due to moving away.'
wait_before_interacting: '&cPlease wait before interacting again.'
Commands
- /mmoblock place <entityId> <entityType> [world] [x] [y] [z]: Places a custom entity at the specified location.
- /mmoblock remove <all|entityId> [entityType]: Removes a custom entity at the specified location.
- /mmoblock reload: Reloads the plugin configuration.
- /mmoblock get: Gives the player a custom item for adjusting entity facing.
Permissions
- mmoblock.place: Permission to use the /mmoblock place command.
- mmoblock.remove: Permission to use the /mmoblock remove command.
- mmoblock.reload: Permission to use the /mmoblock reload command.
- mmoblock.get: Permission to use the /mmoblock get command.
Integration
- MMOItems: Supports custom items from MMOItems for interactions and drops.
- MMOCore: Enforces level requirements for entity interactions.
- ModelEngine: Provides custom models and animations for entities.
- ItemsAdder: Supports custom blocks and items from ItemsAdder.
- ProtocolLib: Provides Block Break Animation.
- PlaceholderAPI: Provides placeholders for entity interaction data.
- Hard Dependency:
- ProtocolLib - Optional:
- PlaceholderAPI
- MMOItems
- ItemsAdder
- MMOCore
- Model Engine 4
Support
For support, feature requests, or bug reports, please join our Discord community.Preview Video
Test on Server 1.21Test on Server 1.17-120