forked from AzureHanChen/DeluxeMenus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserverselector.yml
85 lines (85 loc) · 3.01 KB
/
serverselector.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# ---------------------------------------------------------------------- #
# 此菜单制作环境: DeluxeMenus 1.10.4 #
# ---------------------------------------------------------------------- #
# #
# 注意: 此菜单是单独文件格式存在的,请勿直接复制进config.yml #
# 把以下代码复制进入gui_menus的serverselector.yml(没有就新建一个) #
# 并在config.yml注册,注册的代码紧跟在下面 #
# 然后重置插件(/dm reload) #
# #
# gui_menus: #
# kits: #
# file: serverselector.yml #
# #
# ---------------------------------------------------------------------- #
menu_title: '&9选择房间'
open_command: server
size: 9
update_interval: 1
items:
waiting:
material: WOOL
data: 5
slot: 1
priority: 1
update: true
view_requirement:
requirements:
vanila_online:
type: string equals ignorecase
input: '%pinger_motd_127.0.0.1:10001%' #注意,PINGER的PAPI需要IP:端口,不能解析域名!!!
output: '&a等待中...'
display_name: '&a起床战争 &7(&e等待中&7)'
lore:
- '&7人数: &a%bungee_bedwars_1% &7/ &a%pinger_127.0.0.1:10001%'
- '&7地图: &b吃豆豆'
- ''
- '&a点击加入该房间'
left_click_commands:
- '[close]'
- '[message] &7正在连接至 &aBedWars_1(吃豆豆)&7...'
- '[connect] bedwars_1'
playing:
material: WOOL
data: 14
slot: 1
priority: 2
update: true
view_requirement:
requirements:
vanila_online:
type: string equals ignorecase
input: '%pinger_motd_127.0.0.1:10001%' #注意,PINGER的PAPI需要IP:端口,不能解析域名!!!
output: '&c游戏中'
display_name: '&a起床战争 &7(&c已开始&7)'
lore:
- '&7人数: &a%bungee_bedwars_1% &7/ &a%pinger_127.0.0.1:10001%'
- '&7地图: &b吃豆豆'
- ''
- '&a点击刷新'
left_click_commands:
- '[refresh]'
right_click_commands:
- '[refresh]'
error:
material: WOOL
data: 15
slot: 1
priority: 3
update: true
view_requirement:
requirements:
vanila_online:
type: string equals ignorecase
input: '%pinger_motd_127.0.0.1:10001%' #注意,PINGER的PAPI需要IP:端口,不能解析域名!!!
output: '&a等待中...'
display_name: '&a起床战争 &7(&c离线&7)'
lore:
- '&7人数: &aNULL &7/ &aNULL'
- '&7地图: &b吃豆豆'
- ''
- '&a点击刷新'
left_click_commands:
- '[refresh]'
right_click_commands:
- '[refresh]'