Update commands/tpr.js
This commit is contained in:
parent
f3fe61717a
commit
06746a210b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const source = context.source
|
||||||
const x = between(-1_000_000, 1_000_000)
|
const x = between(-1_000_000, 1_000_000)
|
||||||
const y = 100
|
const y = 100
|
||||||
const z = between(-1_000_000, 1_000_000)
|
const z = between(-1_000_000, 1_000_000)
|
||||||
if (bot.options.Core.CorelessMode){
|
if (!bot.options.Core.enabled){
|
||||||
throw new CommandError('Coreless mode is active can not execute command!')
|
throw new CommandError('Coreless mode is active can not execute command!')
|
||||||
}else{
|
}else{
|
||||||
source.sendFeedback(`Randomly Teleported: ${sender.profile.name} to x:${x} y:${y} z:${z} `)
|
source.sendFeedback(`Randomly Teleported: ${sender.profile.name} to x:${x} y:${y} z:${z} `)
|
||||||
|
|
Loading…
Reference in a new issue