- UID
- 23528
- 阅读权限
- 100
- 注册时间
- 2015-5-7
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 人气
- 点
- MC币
- 个
- 贡献
- 点
TA的每日心情 | 怒 2023-6-24 10:42 |
---|
签到天数: 592 天 [LV.9]以坛为家II
|
还在因为不会配置跨服木牌而烦恼吗?
这个帖子让你十分钟学会如何配置跨服木牌,成为一个优秀的服主。
因为很多人都想拥有自己的BC服,但是不知道怎么跨服好看?这个插件还可以设置木牌的字体等!
配置由本人亲测(1.7.2)赶快来学习吧!
必须认真看完以下几点
教程开始~如下
把下好的TeleportSigns插件放到插件目录,重启一下服务器,会生成一个TeleportSigns文件夹,打开找到config(Notepad++打开)
配置如下
#message when a player tries to connect to offline server
offline-message: '&c服务器正在关闭中!请稍后重新尝试' #服务器关闭时玩家点击跨服木牌的显示
show-offline-message: true
#time between pings/signupdate in seconds
interval: 5
#signs updates per tick
sign-updates: 20
#connect timeout
timeout: 100 #右键跨服木牌传送的延迟
#cooldown for being teleported (milliseconds)
cooldown: 2000
#debugmode
debug: false
#specify your servers here
servers:
lobby: #lobby是你在BC设置的名字
address: '127.0.0.1:25566' #在BC设置的端口
displayname: '&c&l登陆服' #显示的服务器名字
#其他服务器以此类推
#placeholders: #这里是几个代码
#%numpl% = online players
#%maxpl% = max players
#%motd% = motd
#%displayname% = displayname
#%isonline% whether the server is online or offline
layouts:
#you can change the default layout but don't delete it!
default:
teleport: true
layout:
- '&bTeleport to:'
- '%motd%'
- '&f&l%numpl%/%maxpl%'
- '%isonline%'
online: '&aOnline'
offline: '&cOffline'
offline-int: '-'
info:
teleport: true
layout:
- '%displayname%' #显示服务器的名字
- '&f&l%numpl%/&f&l%maxpl%' #在线玩家数量
- '&b&l服务器名字'
- ''
online: 'Online'
offline: 'Offline'
offline-int: '-'
#这里是game的显示,跟上面的设置一样
game:
teleport: true
layout:
- '&n&fPvP-Match'
- '%motd%'
- '&1%numpl%&a/&1%maxpl%'
- '%isonline%'
online: '&a+++'
offline: '&c---'
offline-int: '-'
插件下载地址
|
|