我要加入

夢想家公會

會長:chenjinsheng / 此間半開一盞茶開設日:2015-05-17 23:58:58

  • EXP

  • 資金13569  
  • 關連作品我的世界、我的世界 Classic、我的世界... 看更多
  • 招募制度:自由加入制
  • 成員:23 人
  • 昨日人氣:0

伺服器標圖與標語

推上精選編輯

近期編輯:chenjinsheng ...看更多

伺服器標圖與標語


這是一個很簡單的插件,相信不少服務器都有在用。

@EventHandler
public void onServerListPingEvent (ServerListPingEvent e) {
    File f =
new File("ServerIcon.png");
    CachedServerIcon c =
null;
    
try {
        c = Bukkit.loadServerIcon(f)
;
    }
catch (Exception e1) {
        e1.printStackTrace()
;
    }
    e.setServerIcon(c);
    String t =
"§e傳奇事記 §f( §bLegend Records §f)";
    String b =
"§c測試插件§d專用§9服務器";
    e.setMotd(t +
"\n" + b);
}















  • ServerListPingEvent:玩家端查詢服務器狀態時觸發。
  • File:圖片擋,一定要用64X64像素。
  • setServerIcon:設定服務器的標圖。
  • setMotd:設定服務器的標語。
  • \n:文字格式的換行符號。

公會首頁

主選單
關聯資料

目前沒有資料連到「伺服器標圖與標語」。