refactor: rename scope to @ccms

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-03 00:14:47 +08:00
parent edf8410cd1
commit c34d3027e4
73 changed files with 217 additions and 268 deletions

View File

@@ -1,5 +1,5 @@
import { event, plugin } from '@ms/api'
import { inject, provideSingleton } from '@ms/container'
import { event, plugin } from '@ccms/api'
import { inject, provideSingleton } from '@ccms/container'
const Nukkit: cn.nukkit.Server = base.getInstance().getServer();
const Event = Java.type("cn.nukkit.event.Event");