#(nikkitoja) command not showing?
173 messages · Page 1 of 1 (latest)
(nikkitoja) command not showing?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
!info haste debug
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!
Please do the following ^
here, click that and paste your script in
https://paste.denizenscript.com/View/136560
(AND NOW it works?! oh man srry guys)
Content of Denizen Script Paste #136560: Chatclear... pasted 2025/10/10 11:22:28 UTC-07:00, Paste length: 174 characters across 9 lines, Content: Chatclear: type: command name: chatclear description: "Clear spectator chat"
the problem isn't with the narrate part, but it doesnt want to show up as a / command
Content of Denizen Script Paste #136560: Chatclear... pasted 2025/10/10 11:22:28 UTC-07:00, Paste length: 174 characters across 9 lines, Content: Chatclear: type: command name: chatclear description: "Clear spectator chat"
On line 4: Data lines should not be quoted. You can use '<empty>' to make an empty line, or '<&dq>' to make a raw double-quote symbol, or '<&sq>' to make a raw single-quote.
On line 9: Pointless quotes (arguments quoted but do not contain spaces).
On line : (Statistics) Total structural lines: 2
On line : (Statistics) Total live code lines: 2
On line : (Statistics) Total comment lines: 0
On line : (Statistics) Total blank lines: 1
you made sure that its in the correct place and you did /ex reload and everything?
Last reload: 6d 5h ago
also youre doing run clearchat
what do I do to make it work normally?
ok so when you make a command script, the way you run it is like any other command, so /chatclear yes?
you dont need to /ex run it, thats for task scripts, which are meant to be run by other scripts, not players
ok so thats an issue with the script or the server then
what happens when you do /ex reload?
can I paste the logs here?
if its short, sure, if its long you can do it on the website
[20:28:08 INFO]: nikkitoja issued server command: /ex reload
[20:28:08 INFO]: Starting InstantQueue 'EXCOMMAND_1_BoothLimousines' with player 'nikkitoja'...
[20:28:08 INFO]: +- Queue 'EXCOMMAND_1_BoothLimousines' Executing: (line 1) reload ---------+
[20:28:08 INFO]: +> Executing 'RELOAD': type='SCRIPTS'
[20:28:08 INFO]: Completing queue 'EXCOMMAND_1_BoothLimousines' in 5ms.
btw, when I tried it with the warp script of the websit, it also didnt work
do you have the permission that the scripts require?
i tried doing it without the permissions part first, didnt work, and then I added it (the server said that I already have it) and it didnt work as well
what's your server version
This server is running Paper version 1.21.8-60-main@29c8822 (2025-09-06T21:49:13Z) (Implementing API version 1.21.8-R0.1-SNAPSHOT)
getting the last version took me a week or so, but sure, on it
you just need to replace jars
then do this again please
and see if you get a link back
the same thing
so its a server issue probably
no
but I can paste you what it said in the console if itll help
[20:39:03 INFO]: nikkitoja issued server command: /denizen scripts
[20:39:07 INFO]: nikkitoja issued server command: /denizen debug -r
[20:39:18 INFO]: nikkitoja issued server command: /ex narrate <script[chatclear]>
[20:39:19 INFO]: Starting InstantQueue 'EXCOMMAND_1_NoiknezAdverse' with player 'nikkitoja'...
[20:39:19 INFO]: +- Queue 'EXCOMMAND_1_NoiknezAdverse' Executing: (line 1) narrate <script[chatclear]> ---------+
[20:39:19 INFO]: Filled tag <script[chatclear]> with 's@chatclear (COMMAND)'.
[20:39:19 INFO]: +> Executing 'NARRATE': Narrating='s@chatclear' Targets='[p@f82dacc5-7b33-4b6d-9272-2018bc330d66 (nikkitoja)]'
[20:39:19 INFO]: Completing queue 'EXCOMMAND_1_NoiknezAdverse' in 13ms.
[20:39:25 INFO]: nikkitoja issued server command: /denizen submit
does the script work now?
[20:42:33 INFO]: nikkitoja issued server command: /clearchat
nothing happened
nothing else
should I have any other plugins or permissions?
no but do me the favour
/denizen debug -r
/chatclear
/denizen submit
can you do this too
let me know if you have done that
thats what i have been doing, it doesnt want to submit and give me the lnk
yeah checking the current paste number and then call links
paste site works as simply as counting upwards
thats my server
this is the script ye?
chatclear:
type: command
name: chatclear
description: "Clear spectator chat"
usage: /chatclear
permission: speclear.use
script:
- repeat 100:
- announce ""
yes
does, the files name matter?
what's the filename
its ChatClear
well no that's fine
kk
are you sure this is in /plugins/Denizen/scripts folder
and file extension is .dsc ?
if you do /ex reload, do any errors come up?
no, its just fine,
are you on vanilla or do you use a custom minecraft client?
vanilla and a paper server
[20:52:06 INFO]: nikkitoja issued server command: /ex reload
[20:52:06 INFO]: Starting InstantQueue 'EXCOMMAND_2_RandAnalyst' with player 'nikkitoja'...
[20:52:06 INFO]: +- Queue 'EXCOMMAND_2_RandAnalyst' Executing: (line 1) reload ---------+
[20:52:06 INFO]: +> Executing 'RELOAD': type='SCRIPTS'
[20:52:06 INFO]: Completing queue 'EXCOMMAND_2_RandAnalyst' in 215ms.
what's the output of /ex narrate <script[chatclear].data_key[].to_yaml>
[20:53:28 INFO]: nikkitoja issued server command: /ex narrate <script[chatclear].data_key[].to_yaml>
[20:53:28 INFO]: Starting InstantQueue 'EXCOMMAND_3_ClerkMonitoring' with player 'nikkitoja'...
[20:53:28 INFO]: +- Queue 'EXCOMMAND_3_ClerkMonitoring' Executing: (line 1) narrate <script[chatclear].data_key[].to_yaml> ---------+
[20:53:28 INFO]: Filled tag <script[chatclear].data_key[].to_yaml> with 'name: chatclear
description: Clear spectator chat
usage: /chatclear
permission: speclear.use
type: command
script:
- repeat 100:
- announce ""
'.
[20:53:28 INFO]: +> Executing 'NARRATE': Narrating='name: chatclear
description: Clear spectator chat
usage: /chatclear
permission: speclear.use
type: command
script:
- announce ""
- repeat 100:
- announce ""
' Targets='[p@f82dacc5-7b33-4b6d-9272-2018bc330d66 (nikkitoja)]'
[20:53:28 INFO]: Completing queue 'EXCOMMAND_3
- announce ""
and if you do /ex narrate <player.has_permission[speclear.use]> it also says true yes?
where?
if you run the command
this
yup
I.. have no idea what the issue could be
I'm on 1.21.10 and your script just works fine
running /chatclear as operator
my server is on 1.21.8
Still... Thanks for helping me out, I am really greatfull
You have done what you could
yeah no problem
what you could try is removing all other plugins except denizen
maybe there's a plugin conflict
okay, I'll try that
do you think that downloading the server again would change anything?
no
okay, and you said it worked on 1.21.10 right? I dont really wanna move it but maybe thats what I need to tdo
yes that works for me
you can test for a plugin conflict first, and update afterwards
IT WORKS!
after updating removing plugins lol
THERE WAS A PLUGIN CONFLICT!
you can always binary search to check for the problematic plugin
it's okay
but please let us know what the conflicting plugin is
thx guys(or girls)
e.g. do ^
sure, Ima check
It was an older version of ModelEngine - Model Engine 4.0.8
Thanks agaiin, now I can finally start my journey with denizen
yeah, i dont know how they would interfere, OH WAIT, the Megizen plugin maybe
well, all plugins worked fine without it
itwas the last one I added and sthe command stoped showing
hmm
megizen huh whats that ||/j||
whats weird, then it shouldn't do anything
HEHE
yeaa that's what I would assume
but if you only have denizen installed and the plugin
good to know lol
Ima chceck model engine and denizen without megizen, yeah
im not sure if meg 4.0.8 supports beyond 1.21.4 yet
isn't it your plugin
i mean like modelengine itself
this is exactly what I would expect, the author would say /j
oh no you found out that i am actually ticxo /j
OH NO......!
i knew, your name is similar
YUP its the old model engine, MEGIZEN is good
nice
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@untold umbra
THANKS AGAIN guys!
❤️