LiteLoader-Libs
实现LiteLoader所有方法的库
Tips
//clone此厂库请使用下命令
git clone --recursive https://github.com/PowerNukkitX/LiteLoader-Libs
//更新.header
git submodule update --remote
demo
import {
ll,
mc,
Format,
PermType,
system,
logger,
File,
JsonConfigFile,
colorLog,
log,
NbtEnd,
NbtShort,
NbtInt,
NbtFloat,
NbtDouble,
NbtCompound,
NbtList,
NbtLong,
NbtByte,
NbtByteArray,
NbtString,
NBT
} from '@LiteLoaderLibs/index.js'
export function main() {
mc.runcmd('say hello!');
}