• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】

已解决 求找个(或做)LLBDS公告个插件

有没有可能你可以找魔法先生定制 :evil:
 
JavaScript:
"use strict";

const path = "plugins/Notice/notice.txt";
if (!File.exists(path)) File.writeTo(path, "");
mc.listen("onJoin", (pl) => {
    const fm = mc.newSimpleForm();
    fm.setTitle("公告");
    const notice = File.readFrom(path);
    fm.setContent(notice);
    pl.sendForm(fm, (_pl, _arg) => {});
});
大佬太牛逼了吧??
 
JavaScript:
"use strict";

const path = "plugins/Notice/notice.txt";
if (!File.exists(path)) File.writeTo(path, "");
mc.listen("onJoin", (pl) => {
    const fm = mc.newSimpleForm();
    fm.setTitle("公告");
    const notice = File.readFrom(path);
    fm.setContent(notice);
    pl.sendForm(fm, (_pl, _arg) => {});
});
怎么换行呢?
 

在线会员

  • Wolons
  • 幻想yiv
  • wwwjh
  • wy2002
  • Alesso
  • ningmengddd
  • Anow
  • 是沫穆诶
  • arzylt
  • 黎 渊
  • woshishabi666
  • gukuan
  • niecancan
  • yrl123
  • lrx201802
  • Leaf_flow
  • kidskint
  • imqiukui
  • Canxue731
  • xiaoziyi
...和 3 更多。
后退
顶部 底部