最MC论坛

标题: 教你如何配置跨服木牌——TeleportSigns [打印本页]

作者: MC-Eailotv    时间: 2016-4-12 22:22
标题: 教你如何配置跨服木牌——TeleportSigns
还在因为不会配置跨服木牌而烦恼吗?
这个帖子让你十分钟学会如何配置跨服木牌,成为一个优秀的服主。
因为很多人都想拥有自己的BC服,但是不知道怎么跨服好看?这个插件还可以设置木牌的字体等!
配置由本人亲测(1.7.2)赶快来学习吧!




必须认真看完以下几点


1.拥有自己的BC服
2.确定是否已经下载TeleportSigns插件
3.把插件放到插件目录即可




教程开始~如下

把下好的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: '-'



插件下载地址



http://www.mcbbs.net/thread-426023-1-1.html









欢迎光临 最MC论坛 (http://www.zuimc.com/) Powered by Discuz! X3.2