aboutsummaryrefslogtreecommitdiff
path: root/features/events
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-18 18:52:54 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-18 18:52:54 +0800
commit6290933b070556ddee12c870da6bf8527e5bfac5 (patch)
tree77852301d7c9c4731bf93560827b016a69abc369 /features/events
parentfd688bdd9c861a918359c1cc56786b2739510a3c (diff)
downloadSoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.tar.gz
SoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.tar.bz2
SoopyV2-6290933b070556ddee12c870da6bf8527e5bfac5.zip
+ chat feedback for /sethubwarp
Diffstat (limited to 'features/events')
-rw-r--r--features/events/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js
index 0924de1..2ed8003 100644
--- a/features/events/index.js
+++ b/features/events/index.js
@@ -115,6 +115,7 @@ class Events extends Feature {
this.registerCommand("sethubwarp", () => {
warpData.worldload = [Player.getX(), Player.getY(), Player.getZ()]
+ ChatLib.chat(this.FeatureManager.messagePrefix + "Set /hub location!")
})
}