Resource icon

Other PMenu菜单配置文件 Ver 1.0

Source of resources
Re-developed
Copyright link
#
Language
Chinese(Simplified)
Precondition
PMenu https://www.minebbs.com/threads/pmenu.12544/
Supported version
  1. The latest version
PMenu菜单配置文件

下载解压后放到.\plugins\Planet\PMENU\packs里(不是把文件夹放进去是json文件)
依赖:https://www.minebbs.com/resources/pmenu.4277/
注意:禁止用记事本改配置

1656224104395.png


JSON:
{
    "title": "服务器菜单",
    "content": "菜单:",
    "buttons": [
        {
            "images": true,
            "image": "textures/ui/promo_gift_small_blue.png",
            "money": 0,
            "text": "§l签到",
            "command": "sign",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/items/map_locked",
            "money": 0,
            "text": "§l领地系统",
            "command": "land",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/sidebar_icons/featured.png",
            "money": 0,
            "text": "§l商店",
            "command": "shop",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/realmsIcon",
            "money": 0,
            "text": "§l传送系统",
            "command": "cs",
            "type": "form"
        },
        {
            "images": true,
            "image": "textures/ui/icon_book_writable",
            "money": 0,
            "text": "§l称号系统",
            "command": "ch",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/video_glyph_color_2x",
            "money": 0,
            "text": "§l管理菜单",
            "command": "opmenutow",
            "type": "opfm"
        }
    ]
}
JSON:
{
    "title": "传送菜单",
    "content": "菜单:",
    "buttons": [
        {
            "images": true,
            "image": "textures/ui/dressing_room_skins",
            "money": 0,
            "text": "§l好友传送",
            "command": "tpa",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/icon_best3",
            "money": 0,
            "text": "§l公共传送",
            "command": "warp",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/village_hero_effect",
            "money": 0,
            "text": "§l家园传送",
            "command": "home",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/mashup_world",
            "money": 0,
            "text": "§l随机传送",
            "command": "tpr",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/FriendsIcon",
            "money": 0,
            "text": "§l跨服传送",
            "command": "server",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/anvil_icon",
            "money": 0,
            "text": "§l返回主菜单",
            "command": "main",
            "type": "form"
        }
    ]
}
JSON:
{
    "title": "OP菜单",
    "content": "菜单:",
    "buttons": [
        {
            "images": false,
            "image": "textures/ui/promo_gift_small_blue.png",
            "money": 0,
            "text": "§l称号管理",
            "command": "chset",
            "type": "comm"
        },
        {
            "images": false,
            "image": "textures/items/map_locked",
            "money": 0,
            "text": "§l经济管理",
            "command": "money gui",
            "type": "comm"
        },
        {
            "images": false,
            "image": "textures/ui/sidebar_icons/featured.png",
            "money": 0,
            "text": "§l备份存档",
            "command": "backup",
            "type": "comm"
        },
        {
            "images": false,
            "image": "textures/ui/realmsIcon",
            "money": 0,
            "text": "§l领地管理",
            "command": "land mgr",
            "type": "comm"
        },
        {
            "images": true,
            "image": "textures/ui/anvil_icon",
            "money": 0,
            "text": "§l返回主菜单",
            "command": "main",
            "type": "form"
        }
    ]
}
Author
DHDCC
Price
10金粒
Downloads
295
Views
3,493
First release
Last update

Ratings

5.00 star(s) 2 ratings

Share this resource

Latest reviews

非常nice,很全面的配置文件
谢谢。。。
Back
Top Bottom