69068111888
本帖最后由 69068111888 于 2022-8-3 09:25 编辑


盔甲架快捷编辑器



插件简介
Allows players in survival to easily edit armor stand pose and attributes. I hated that there was no way to edit armor stands without using command blocks or giving players permission to use dangerous(if given to everyone) cumbersome commands.

Features
· Easily edit armor stands with no commands
· Quick to learn
· Rotate all armor stand parts along each axis.
· Rotate the entire armor stand after it is placed.
· Open up the armor stand's inventory to place items where they wouldn't normally go. (Allows for dual wielding, banners on heads, pumpkins in had, etc.)
· Crouch+Scroll to change the axis on the fly without opening the menu.
· Fine adjustment allows you to fine-tune a body part's position while coarse adjustment allows you to quickly get it close to the intended position.
· Toggle show arms, invisibility, baseplate, normal/small size, and gravity.
· Move armor stands around to get them exactly where you want them.
· Copy settings of one armor stand and paste them to another.
· Survival-friendly pasting: It does not copy/paste/duplicate items unless the player is in creative mode.
· Store the copied settings in one of 9 copy slots.
· Name armor stands with name tags, just like with vanilla mobs.
· Now with colored names!
· (1.17) Glowing Item Frames Support
· Respects almost all protection plugins including Worldguard, Towny, GriefPrevention, and Residence. (currently being re-worked)
· (1.18) Towny Support
How to use
1. Hold the editing tool in your main hand(flint by default)
2. Left/right-click away from an armor stand to open the menu
3. Select the labeled menu options
4. Left/Right Click the armor stand with the tool in hand to apply those options.
Tips
· Shift+scroll wheel up/down changes axis quickly
· Remember that when rotating body parts left click rotates one direction and right-clicking the armor stand rotates it the opposite way.
· Coarse adjustment rotates body parts quickly, while fine adjustment allows you to fine-tune the position once it is close.
· When you copy armor stand settings, the tool automatically switches to paste mode
· Are other ArmorStands getting in the way? Press the switch-items key (default F) to target a specific armor stand.
特性
· 不需要输入任何命令就能编辑盔甲架

· 操作超级简单
· 能够沿着每条轴例如XYZ去旋转盔甲架每个部件
· 放置后可以旋转整个盔甲架
· 打开盔甲架的装备栏,可以把物品放在不可思议的地方。 (允许双持-dual wielding、头上的横幅-banners on heads、南瓜-pumpkins in had等)
· 潜行+滚轮(Crouch+Scroll)可在不打开菜单的情况下改变每个轴。
· 微调(fine adjustment)可以微调盔甲架每个部件的位置,而粗调(Coarse adjustment)可以快速编辑每个部位。
· 切换(Toggle可以显示手臂或者隐身设置底板设置大小尺寸,设置有无重力。
· 可以移动盔甲架,将它们精准地放在你所想要的任何位置。
· 可以复制一个盔甲架的设置到另一个盔甲架上,这样就无需大量操作时一个一个编辑
· 复制粘贴功能除非玩家处于创造模式,否则他不能复制粘贴任何物品。
· 可以将复制的属性存储在9个属性插槽(copy slots)之中。
· 名字盔甲带有名字标签,就像普通怪物(vanilla mobs)一样。
· 现在可以用彩色的名字了!
· (1.17)发光物品框架支持
· 兼容几乎所有的保护插件,包括WorldGuard区域保护插件、Towny城镇插件、GriefPrevention领地插件和residence领地插件。(目前正在重做)
· (1.18) 支持Towny 城镇插件
如何使用
1. 将编辑工具拿在手上(默认为燧石)
2. .左/右键单击盔甲架以打开菜单
3. 点击你想要的效果选项
4. 手持工具(默认就是燧石)左/右键单击盔甲架来改变他的动作
提示
· Shift键+滚轮上下移动快速改变轴
· 请记住,当旋转身体部位时,左键单击会向一个方向旋转,而右键单击盔甲架会以相反的方向旋转。
· 粗调(Coarse adjustment )可以快速旋转盔甲架各个部位,而微调(fine adjustment )可让你进行更加细微的调整。
· 当您复制盔甲架设置属性时,手上的工具会自动切换成粘贴模式
如果有多个盔甲架挡住你可以按切换键(默认是F键)以选择指定盔甲架为当前设置的目标





视频介绍+图文价绍

https://www.bilibili.com/blackboard/newplayer.html?playlist=false&crossDomain=1&aid=216567424&page=1




配置文件上半部分是原文,下半部分是我本人汉化
  • #-----------------------------#
    #   ArmorStandEditor-Reborn   #
    #-----------------------------#

    #DO NOT CHANGE THIS - CHANGES AUTOMATICALLY PER UPDATE
    version: "1.19.1-36"

    #----------- LANGUAGE
    #Name of the language file you wish to use

    #NOTE: If you are editing en_US.yml, it will not persist across restarts due to it being overwritten
    #Please read the comments at the top of that file before editing/changing/modifying.
    lang: en_US.yml

    #----------- UPDATE NOTIFICATIONS
    #Set this to allow your operators to get messages w.r.t Plugin updates
    opUpdateNotification: false

    #----------- TOOL SETTINGS

    #Name of the edit tool's item Material. You can find a full list at
    tool: FLINT

    #(Optional) data that the plugin looks for to identify the edit tool, such as the damage value of a sword or the pattern of sandstone.
    requireToolData: false
    toolData: 0

    #(Optional) The first "Lore" entry that the plugin looks for to identify the edit tool.
    requireToolLore: false
    toolLore: Let's get dangerous

    #(Optional) Allow the use of CustomModelData - NOTE: This looks at the editTool set by Config
    #and at the Int set here to know what to set.
    #Also please if you are using this, ensure that you also give people the ability asedit.give in
    #order to allow them to change their edit
    #tool for the right Custom Model Data
    allowCustomModelData: false
    customModelDataInt: 0

    #----------- ARMOR STAND SPECIFICS

    #How many rotations to make a full circle in Coarse adjustment mode
    coarse: 12

    #How many rotations to make a full circle in Fine adjustment mode
    fine: 120

    #Allow the option to toggle invisibility for ItemFrames and ArmorStand
    #YOu can either use this or the below permissions to allow visibility changes
    #asedit.armorstand.invisible
    armorStandVisibility: true
    #asedit.itemframe.invisible
    invisibleItemFrames: true


    #------ GUI Options

    #If true, the GUI will only open if the player is sneaking
    requireSneaking: false

    #------ Misc Options

    #(Optional) Glowing Item Frames Support for Item Frames in 1.17 - WILL NOT WORK IN 1.16 OR LOWER AND 1.17.1 OR HIGHER
    #If true, players can make itemFrames glow by right-clicking with a Glow Ink Sac
    glowingItemFrame: true


    #-----------------------------#
    #   ArmorStandEditor-Reborn   #
    #-----------------------------#

    #这里是版本号,不能更改!!!!!!!!
    version: "1.19.1-36"

    #----------- 语言
    语言选项
    lang: en_US.yml

    #----------- 更新通知
    #开启则进行更新通知
    opUpdateNotification: false

    #----------- 工具设置

    #这里设置工具的材质
    tool: FLINT

    #可选
    设置Data,插件会自动将含有此Data的物品设置为工具
    requireToolData: false
    toolData: 0

    #可选
    设置工具的lore  
    这样插件会自动将含有此lore的物品设置为工具
    requireToolLore: false
    toolLore: Let's get dangerous


    #允许使用CustomModelData
    设置工具的模型
    allowCustomModelData: false
    customModelDataInt: 0
    CustomModelData

    #这个数值就是,例如这里是12.就是你调成一个部位,点击一下就会朝你所设置的
    方向进行旋转,12就是12次后旋转回原来的位置;12次点击为一圈
    coarse: 12

    #这个选项同上,不过这里是微调模式下的数值
    微调模式下120次为一圈
    fine: 120

    允许切换盔甲架的隐身模式
    你可以设置下面的选项true或者false来更改是否可以进行隐身属性的更改
    #asedit.armorstand.invisible
    armorStandVisibility: true
    #asedit.itemframe.invisible
    invisibleItemFrames: true


    #------ 菜单设置

    #是否只有在玩家潜行的时候才能打开菜单
    requireSneaking: false

    #------ 杂项
    在1.16或更低版本和1.17.1或者更高的版本
    将不支持这个功能,玩家可以通过右键单击发光墨囊

    #可选的选项
    1.17中的发光选项支持
    在 1.16 或更低版本和 1.17.1 或更高版本
    将不支持这个功能,玩家可以通过右键单击发光墨囊
    glowingItemFrame: true




匿名卡
有bbcode残留,加油排版

名副其实
1. 帖子内的支持语言应当添加英语
2. 原文部分应当使用quote代码标记
3. 配置文本代码部分若要显示颜色高亮应当用下列代码注标
  1. [quote][font=consolas]config.yml                              YAML
  2. [color=Green]#Your code here...[/color][/font][/quote]
复制代码

69068111888
名副其实 发表于 2022-8-3 06:44
1. 帖子内的支持语言应当添加英语
2. 原文部分应当使用quote代码标记
3. 配置文本代码部分若要显示颜色高亮 ...

谢谢大佬指点

小奇又来了
猫端好像用不了

xiaowud
这个插件很不错但是希望可以更新点更多的玩法

FireworkPolymer
ArmorStandEditor-Reborn —— 盔甲架编辑器重生了
https://www.mcbbs.net/thread-1254205-1-1.html
?????
你这算二搬了吧