- 插件中文名称
- 自定义地图
- 插件英文名称
- Custom Maps
- 支持的核心
- Bukkit
- Spigot
- Paper
- Purpur
- 资源语言
- 英语
- 适配版本
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
Custom Maps
工作原理:在地图上放置任何图像,然后将其放在物品框架上!
Minecraft 版本
这个插件适用于 Minecraft 1.16+ 版本。
功能
- 使用内置命令在物品框架上创建一面墙
- 将你的地图放在左下角的物品框架中,你的图像就会被显示出来
- 地图会显示它们的大小以及它们需要多少物品框架
- 你可以复制已创建地图的 URL
- 你可以调整已创建地图的大小
/custommap give <URL> - 给你一张带有原始质量 URL 图片的地图
/custommap give <URL> automatic - 给你一张自动适应物品框架的、带有 URL 图片的地图
/custommap give <URL> small - 给你一张 URL 图片被缩小到 1x1 的地图
/custommap give <URL> scale <float> - 给你一张 URL 图片大小乘以给定比例的地图
/custommap fillitemframes <x1> <y1> <z1> <x2> <y2> <z2> - 在这个地形上填充物品框架,并自动旋转它们
/custommap fillitemframes <x1> <y1> <z1> <x2> <y2> <z2> <direction> - 在这个地形上填充带有设定方向的物品框架
/custommap changeproperties original - 将持有的地图大小调整为原始质量
/custommap changeproperties automatic - 更改持有的地图属性,使其质量自动调整
/custommap changeproperties small - 将持有的地图大小调整为 1x1
/custommap changeproperties scale <float> - 更改持有的地图大小,使其乘以给定比例
/custommap geturl - 给你持有的地图的 URL
/custommap fix - 修复持有的地图的预览(通常在服务器重启后会出现问题)
/custommap help - 显示命令列表
配置选项
编辑 plugins/MinecraftManhunt/config.yml 文件以更改其他选项。
权限
如果在 config.yml 文件中将 usePermissions 设置为 true,那么没有操作权限的玩家将需要以下权限才能使用命令:
custommaps.custommap - 允许玩家使用所有 /custommap 命令。
custommaps.give - 允许玩家使用 /custommap give 命令。
custommaps.fillitemframes - 允许玩家使用 /custommap fillitemframes 命令。
custommaps.changeproperties - 允许玩家使用 /custommap changeproperties 命令。
custommaps.geturl - 允许玩家使用 /custommap geturl 命令。
custommaps.fix - 允许玩家使用 /custommap fix 命令。
custommaps.help - 允许玩家使用 /custommap help 命令。
Made by Matistan