本插件旨在提升服务器的生存与小型游戏(如UHC、空岛战争等)体验,允许你创建自定义方块、物品、命令以及各种配方。它集成了快速合成、反向合成等功能模块,并支持自定义纹理、NBT数据存储和丰富的物品效果。无论是服务器管理员还是开发者,都能利用它实现高度自定义的游戏内容。
plugins 文件夹。# 列出你希望禁用的配方,格式:材料:损伤值
remove-vanilla:
- STONE_PICKAXE:0编辑 commands.yml 文件(结构示例):
<命令标签>:
arguments: <参数数量,-1表示无限>
description: '<命令描述>'
usage: '<用法提示>'
permission: '<所需权限>'
aliases:
- <别名1>
- <别名2>
commands:
- <执行命令1>
- <执行命令2>server:<命令> 执行控制台命令。{0}、{1} 等作为参数占位符,{sender.name} 代表执行玩家。item_packs 文件夹内创建YAML文件(例如 myitems.yml)。MyBigStone:
material: STONE
damage: 0
enchantments:
- DAMAGE_ALL:2
name: '&6The Pickaxe'
lore:
- '&rThis pickaxe can destroy bedrock. Yes. (Nope)'CRAFT_MyBigStone:
type: craft
shaped: true
permission: my.stone
slot:
'1':
material: STONE
# ... 定义其他8个格子
output:
custom: MyBigStone
amount: 1FURNACE_MyBigStone:
type: furnace
permission: my.stone
input:
material: STONE
experience: 10
output:
custom: MyBigStone
amount: 1BREW_MyBigStone:
type: brew
material:
material: STONE
input:
material: STONE
output:
custom: MyBigStone
amount: 1HappyFace:
material: REDSTONE_TORCH
name: '&cSummon happy face'
lore:
- '&rA weird item. When placed you put a happy face instead.'
data:
custom:
block: 1 # 方块ID (1-10)texturepack\assets\minecraft\textures\blocks\lapisdemon\bonus\mushroomblocks\001.png)。?dl=1 结尾。MegaChest:
material: PLAYER_HEAD
damage: 3
skull:
owner: 'MHF_Chest'
name: '&rMega&6Chest'
data:
giftchest: 'MegaChest_loot' # 对应礼物箱配置IDgiftchest.yml 中定义奖励池:MegaChest_loot:
items:
stone:
material: STONE
amount: 4
enchantments:
- DAMAGE_ALL:2
diamond:
material: DIAMOND
amount: 1
name: '&4Diamond'
enchantments:
- DAMAGE_ALL:4
sound: BLOCK_GRASS_BREAK
particle:
name: SMOKE
amount: 10data:
tool:
effect: breakbedrock # 效果类型:breakbedrock, autosmelt, xpdrop
# 若为xpdrop效果,可指定数量:
# amount: 4&v=0,下次更新改为 &v=1,依此类推。Server Resource Pack 设置为 Enabled。data: 部分存储任意键值对,其他插件可通过API读取。 MItemStack mis = new MItemStack(tool);
String id = mis.getNBTTag("MY_ID");
if (mis.data.get("tool.effect") == null) return;---
支持与联系:如需捐赠或进一步帮助,请通过Discord/Twitter联系作者。协作开发欢迎访问Github项目页面。
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人次:3,028,238 | 今日访问人次:12,366 | 昨日访问人次:11,147
独立 IP:4,872 | 最近24小时有3,877人访问本站
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6