feat: add config support
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
d7e8b05573
commit
a0b334b151
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import { server, plugin as pluginApi } from '@ms/api'
|
import { server, plugin as pluginApi } from '@ms/api'
|
||||||
import { inject } from '@ms/container';
|
import { inject } from '@ms/container';
|
||||||
import { plugin, interfaces, cmd, listener, tab } from '@ms/plugin'
|
import { plugin, interfaces, cmd, listener, tab, config } from '@ms/plugin'
|
||||||
import Tellraw from '@ms/common/dist/tellraw'
|
import Tellraw from '@ms/common/dist/tellraw'
|
||||||
|
|
||||||
const ByteArrayInputStream = Java.type("java.io.ByteArrayInputStream");
|
const ByteArrayInputStream = Java.type("java.io.ByteArrayInputStream");
|
||||||
@ -64,8 +64,9 @@ export class MiaoChat extends interfaces.Plugin {
|
|||||||
private spongeChannel: any;
|
private spongeChannel: any;
|
||||||
private spongeListener: any;
|
private spongeListener: any;
|
||||||
|
|
||||||
|
@config()
|
||||||
private config = {
|
private config = {
|
||||||
Version: "1.8.5",
|
Version: "1.0.0",
|
||||||
BungeeCord: true,
|
BungeeCord: true,
|
||||||
Server: "生存服",
|
Server: "生存服",
|
||||||
ChatFormats: {
|
ChatFormats: {
|
||||||
|
Loading…
Reference in New Issue
Block a user