From 967e7d1beb27c552fef716a75a6586a8ab674380 Mon Sep 17 00:00:00 2001 From: coding Date: Wed, 16 May 2018 17:05:47 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DTellRaw=E7=B1=BB?= =?UTF-8?q?=E5=BA=93=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/modules/tellraw.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a341bf5..fc00d63 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ src/main/resources - plugins/**.js + plugins/** true diff --git a/src/main/resources/modules/tellraw.js b/src/main/resources/modules/tellraw.js index 031d0a4..a2c70fb 100644 --- a/src/main/resources/modules/tellraw.js +++ b/src/main/resources/modules/tellraw.js @@ -1,5 +1,6 @@ /*global Java, base, module, exports, require*/ var chat = require('api/chat'); +var server = require('api/server'); var ChatMessagePart = function () { var text;