本帖最后由 1582952890 于 2017-9-17 09:00 编辑
简介
AnimatedMenu插件有点类似于Chest Commands插件, 与那款插件不同的是它不仅能制作一样的菜单, 而且还能制作有动画的菜单
——————————————————————————————————————————————————————————
特点
——————————————————————————————————————————————————————————
使用方法
占位符(Placeholders)
效果图

籽岷介绍的服务器小游戏也有使用此类插件
https://player.youku.com/embed/XNzQxNDAyNTA4
——————————————————————————————————————————————————————————
命令 & 权限
关于物品点击权限
如果玩家没有指定的配置权限
是无法点击的
并且权限节点可自定义(好赞啊=w=)
——————————————————————————————————————————————————————————
更新日志(没人看, 就不翻译了)
最后
该插件无需汉化, 所以不用汉化
这个是我第一次搬运插件,果觉得我帖子排版还好的话,请给我一些人气吧,没有也可以回复一下,不回复也可以看看=w=
AnimatedMenu插件有点类似于Chest Commands插件, 与那款插件不同的是它不仅能制作一样的菜单, 而且还能制作有动画的菜单
——————————————————————————————————————————————————————————
特点
——————————————————————————————————————————————————————————
使用方法
Inventories:
#这个是设置这个菜单的编号,并非显示名字
Test:
#设置菜单的显示的名字
Menu-Name: 'Test'
#设置显示的物品 (必须使用物品的英文名字, 物品的英文名字查看http://minecraft-ids.grahamedgecombe.com/)
Menu-Opener: diamond-block
#设置打开菜单时的音效(游戏内的音效名可以查看http://www.mcbbs.net/thread-146334-1-1.html)
Open-Sound: arrow-hit
#设置音效的声音大小(默认为1)
Open-Sound-Pitch: 1
#设置菜单显示的行数(最大值为6,大于6就会报错)
Rows: 1
#设置单独的打开命令, 使用这个命令可直接打开指定菜单(可不用设置)
Command: 'openinv'
#设置使用的权限(可自定义权限节点, 支持中文)
Permission: 'animatedmenu.item.test'
#当没有权限时显示的内容
Permission-Message: '&4You do not have permission for that!'
Items:
Example-item:
#设置物品所在箱子槽的位置(箱子槽位置判断, 第一排为1-9, 第二排为10-18, 第三排为19-27, 以此类推)
Slot: 0
#设置物品显示的名字
Name: '&6Test'
#设置物品显示的材质, 同样使用英文名
#分析意思'Stone:1:0', 第一个为材质名, 第二个为显示的数量, 第三个为损伤值
#意思是, 假如一把剑, 你需要让他显示已经使用过了, 那个应该填'diamond-sword:1:1'
#这样显示的就是已经用过一次了, 如果有些方块有损伤值, 也同理
Material: Stone:1:0
#设置点击时触发的命令
#'console: ' 使用这个变量由控制台运行;
#'server: ' 使用这个变量由玩家发送到服务器运行;
#'broadcast: ' 使用这个变量为广播;
#'message: ' 使用这个变量发送指定消息;
Commands:
- 'say hi'
#设置点击时所需的花费
Price: 100
#当玩家没有足够的钱时, 显示的信息(可使用彩色字体)
Price-Message: '&cYou do not have enough money!'
#设置动画帧数(就是动画显示的数量, 比如一张Gif图需要几张图才能组成这张完整的Gif图)
Frames: 3
#设置帧速(内容切换的速度)
Frame-Delay: 20
#设置物品的介绍及动画介绍
Lore:
#第一个介绍
1:
- 'test'
- 'test2'
- 'test3'
#第二个介绍
2:
- 'test2'
- 'test3'
- 'test'
#第三个
3:
- 'test3'
- 'test'
- 'test2'
这样就设置完了, 动画显示的顺序是1-3然后又回到1, 这样一直循环
而且可以设置无限行(只要你有耐心的话-_-||)
占位符(Placeholders)
用于玩家的基础Placeholders
其他类型Placeholders
效果图

籽岷介绍的服务器小游戏也有使用此类插件
http://v.youku.com/v_show/id_XNzQxNDAyNTA4.html
——————————————————————————————————————————————————————————
命令 & 权限
关于物品点击权限
如果玩家没有指定的配置权限
是无法点击的
并且权限节点可自定义(好赞啊=w=)
——————————————————————————————————————————————————————————
更新日志(没人看, 就不翻译了)
v1.0.1Fixed bug that when stepping on pressure plate the inventory opens
Added that when there is no permission plugin, people that aren't op can still open the inventory with /am open or the item
v1.0
Finally(100% sure) fixed the reload command!
Now supports multiple inventories!(see default config for tutorial)
Config now fully functional!
Fixed some nasty bugs including 'server: ' that used to error in console
The above thing means no more console spam!(unless invalid config)
Added custom inventory opener command!(add a 'Command: `COMMANDNAME`' at an inventory)
Added economy support!(requires vault, see default config for tutorial)
Added image uploader! :
Start a lore with 'file: ' to let it add an image(it reads from a folder called `images` in the plugins folder(you have to create it) and reads .png files, be * sure to only put the name of the image, not .png)
v0.9.5
Fixed that the first item doesn't show up(I think it was something I didn't see right, it worked already...).
You can now set max frames per-item!
You can also do unlimited frames per-item!
Changed the item type handler:
Material: stone, Amount: 1 and Data-Value: 0 changed into
Material: stone:1:0
v0.9
Added more frames - configurable amount up to 16
Customize the amount of rows
Unlimited commands per-item
Unlimited item lore lines
Place items wherever you want in the inventory
Open sound + pitch customisation
Fixed reload command
Added broadcast possibility: Start with 'broadcast: ' to send a message(colorable) to the whole server!
Added player messaging: Start with 'message: ' to send a message to the clicker only
Item permissions
Command permissions(/am open+/am reload)
AnimatedMenu commands now work through console(except for /am open of couse).
v0.8.1
You can now customize the item amount
Commands can now be ran by console: start the command with 'console: '
Players can be sent to a BungeeCord server: start the command with 'server: '
Added %p that changes to the player's name, useful for commands ran by console
最后
该插件无需汉化, 所以不用汉化
这个是我第一次搬运插件,果觉得我帖子排版还好的话,请给我一些人气吧,没有也可以回复一下,不回复也可以看看=w=
简介
AnimatedMenu插件有点类似于Chest Commands插件, 与那款插件不同的是它不仅能制作一样的菜单, 而且还能制作有动画的菜单
——————————————————————————————————————————————————————————
特点
- 自定义菜单界面
- 可设置每一个图标的功能
- 自定义收费功能
- 可设置动态Lore
- 也可制作Lore动画
——————————————————————————————————————————————————————————
使用方法
占位符(Placeholders)
效果图
籽岷介绍的服务器小游戏也有使用此类插件
https://player.youku.com/embed/XNzQxNDAyNTA4
——————————————————————————————————————————————————————————
命令 & 权限
| 命令 | 权限 | 介绍 |
| /animatedmenu 或 /am | 无 | 查看插件帮助 |
| /am open [name] | 无 | 列出或打开菜单 |
| /am reload | 默认OP | 重载配置文件 |
如果玩家没有指定的配置权限
是无法点击的
并且权限节点可自定义(好赞啊=w=)
——————————————————————————————————————————————————————————
更新日志(没人看, 就不翻译了)
最后
该插件无需汉化, 所以不用汉化
这个是我第一次搬运插件,果觉得我帖子排版还好的话,请给我一些人气吧,没有也可以回复一下,不回复也可以看看=w=
2021.12 数据,可能有更多内容
简介AnimatedMenu插件有点类似于Chest Commands插件, 与那款插件不同的是它不仅能制作一样的菜单, 而且还能制作有动画的菜单
——————————————————————————————————————————————————————————
特点
- 自定义菜单界面
- 可设置每一个图标的功能
- 自定义收费功能
- 可设置动态Lore
- 也可制作Lore动画
——————————————————————————————————————————————————————————
使用方法
Inventories:
#这个是设置这个菜单的编号,并非显示名字
Test:
#设置菜单的显示的名字
Menu-Name: 'Test'
#设置显示的物品 (必须使用物品的英文名字, 物品的英文名字查看http://minecraft-ids.grahamedgecombe.com/)
Menu-Opener: diamond-block
#设置打开菜单时的音效(游戏内的音效名可以查看http://www.mcbbs.net/thread-146334-1-1.html)
Open-Sound: arrow-hit
#设置音效的声音大小(默认为1)
Open-Sound-Pitch: 1
#设置菜单显示的行数(最大值为6,大于6就会报错)
Rows: 1
#设置单独的打开命令, 使用这个命令可直接打开指定菜单(可不用设置)
Command: 'openinv'
#设置使用的权限(可自定义权限节点, 支持中文)
Permission: 'animatedmenu.item.test'
#当没有权限时显示的内容
Permission-Message: '&4You do not have permission for that!'
Items:
Example-item:
#设置物品所在箱子槽的位置(箱子槽位置判断, 第一排为1-9, 第二排为10-18, 第三排为19-27, 以此类推)
Slot: 0
#设置物品显示的名字
Name: '&6Test'
#设置物品显示的材质, 同样使用英文名
#分析意思'Stone:1:0', 第一个为材质名, 第二个为显示的数量, 第三个为损伤值
#意思是, 假如一把剑, 你需要让他显示已经使用过了, 那个应该填'diamond-sword:1:1'
#这样显示的就是已经用过一次了, 如果有些方块有损伤值, 也同理
Material: Stone:1:0
#设置点击时触发的命令
#'console: ' 使用这个变量由控制台运行;
#'server: ' 使用这个变量由玩家发送到服务器运行;
#'broadcast: ' 使用这个变量为广播;
#'message: ' 使用这个变量发送指定消息;
Commands:
- 'say hi'
#设置点击时所需的花费
Price: 100
#当玩家没有足够的钱时, 显示的信息(可使用彩色字体)
Price-Message: '&cYou do not have enough money!'
#设置动画帧数(就是动画显示的数量, 比如一张Gif图需要几张图才能组成这张完整的Gif图)
Frames: 3
#设置帧速(内容切换的速度)
Frame-Delay: 20
#设置物品的介绍及动画介绍
Lore:
#第一个介绍
1:
- 'test'
- 'test2'
- 'test3'
#第二个介绍
2:
- 'test2'
- 'test3'
- 'test'
#第三个
3:
- 'test3'
- 'test'
- 'test2'
这样就设置完了, 动画显示的顺序是1-3然后又回到1, 这样一直循环
而且可以设置无限行(只要你有耐心的话-_-||)
占位符(Placeholders)
用于玩家的基础Placeholders
- %name%
- %uuid%
- %ping%
- %money%
- %points%
其他类型Placeholders
- %unicode:<unicodeid>%
- %ping-online/<serverip>:<serverport>%
- %ping-max/<serverip>:<serverport>%
- %bungee-online/<servername>%
- %mv-online/<worldname>%
- %mv-max/<worldname>%
- %region/<worldname>,<regionname>%
效果图
籽岷介绍的服务器小游戏也有使用此类插件
http://v.youku.com/v_show/id_XNzQxNDAyNTA4.html
——————————————————————————————————————————————————————————
命令 & 权限
| 命令 |
| 权限 |
| 介绍 |
| /animatedmenu或/am |
| 无 |
| 查看插件帮助 |
| /am open [name] |
| 无 |
| 列出或打开菜单 |
| /am reload |
| 默认OP |
| 重载配置文件 |
如果玩家没有指定的配置权限
是无法点击的
并且权限节点可自定义(好赞啊=w=)
——————————————————————————————————————————————————————————
更新日志(没人看, 就不翻译了)
v1.0.1Fixed bug that when stepping on pressure plate the inventory opens
Added that when there is no permission plugin, people that aren't op can still open the inventory with /am open or the item
v1.0
Finally(100% sure) fixed the reload command!
Now supports multiple inventories!(see default config for tutorial)
Config now fully functional!
Fixed some nasty bugs including 'server: ' that used to error in console
The above thing means no more console spam!(unless invalid config)
Added custom inventory opener command!(add a 'Command: `COMMANDNAME`' at an inventory)
Added economy support!(requires vault, see default config for tutorial)
Added image uploader! :
Start a lore with 'file: ' to let it add an image(it reads from a folder called `images` in the plugins folder(you have to create it) and reads .png files, be * sure to only put the name of the image, not .png)
v0.9.5
Fixed that the first item doesn't show up(I think it was something I didn't see right, it worked already...).
You can now set max frames per-item!
You can also do unlimited frames per-item!
Changed the item type handler:
Material: stone, Amount: 1 and Data-Value: 0 changed into
Material: stone:1:0
v0.9
Added more frames - configurable amount up to 16
Customize the amount of rows
Unlimited commands per-item
Unlimited item lore lines
Place items wherever you want in the inventory
Open sound + pitch customisation
Fixed reload command
Added broadcast possibility: Start with 'broadcast: ' to send a message(colorable) to the whole server!
Added player messaging: Start with 'message: ' to send a message to the clicker only
Item permissions
Command permissions(/am open+/am reload)
AnimatedMenu commands now work through console(except for /am open of couse).
v0.8.1
You can now customize the item amount
Commands can now be ran by console: start the command with 'console: '
Players can be sent to a BungeeCord server: start the command with 'server: '
Added %p that changes to the player's name, useful for commands ran by console
最后
该插件无需汉化, 所以不用汉化
这个是我第一次搬运插件,果觉得我帖子排版还好的话,请给我一些人气吧,没有也可以回复一下,不回复也可以看看=w=
好高级的插件(/ω\)
hao gao duan de yang iz
看起来很厉害的插件,不过我不会用~~!
Σ(っ °Д °;)っ 这就是H服用的菜单插件么Σ(っ °Д °;)っ
楼主啊,这配置的说明不够准确啊{:10_524:},表示没有看懂......
a240849496 发表于 2014-10-16 22:12
楼主啊,这配置的说明不够准确啊,表示没有看懂......
哪里不明白?
我没看懂,什么情况
不错,,,,,
看到籽岷我就滚来了
我想问下:
怎么在同一个菜单里创第二个
怎么在同一个菜单里创第二个
很不错的插件= =可惜不支持Spigot而且貌似1.7.9锁定?
111111111111111111111111111111
1105142575 发表于 2014-11-5 17:27
111111111111111111111111111111
请勿水回复
(⊙o⊙)… 呃 好吧 不错的插件 支持 !!!
支持+11111111111111111111111111111
签名到很好看
这个插件有支持显示BC在线人数的变量,但我将变量添加到lore上重载插件,config文件会被清空掉,如果你知道请告诉我如何解决?
不错,楼主顶你!期待更新的作品
我没有看到这么设置动画啊