Double Messages

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

eChris

Member
Mar 8, 2017
7
0
0
07.03 19:07:56 [Server] INFO eChris issued server command: /skills 07.03 19:07:56 [Server] INFO eChris [7af87a08-170a-49be-8a1d-7dc8a89ba3e4]: /skills

When I run Skript based commands my console log looks like that. Apparently my player is running two of the same command? When I use any Skript command it runs twice. It was working fine before.
 
07.03 19:07:56 [Server] INFO eChris issued server command: /skills 07.03 19:07:56 [Server] INFO eChris [7af87a08-170a-49be-8a1d-7dc8a89ba3e4]: /skills

When I run Skript based commands my console log looks like that. Apparently my player is running two of the same command? When I use any Skript command it runs twice. It was working fine before.
How many times is it printed in the console?
 
How many times is it printed in the console?
Just that many times.
For example:
07.03 19:52:14 [Server] INFO eChris issued server command: /rules
07.03 19:52:14 [Server] INFO eChris [7af87a08-170a-49be-8a1d-7dc8a89ba3e4]: /rules
07.03 19:53:37 [Server] INFO eChris issued server command: /skill ToxicRune
The two /rules show up but the regular commands just run normally?
 
Could you list your addons?
Skript. SKDragon, Skellet.
Error randomly started happening sometime after installing a syntax blocker, which is also weird cause it doesn't double any other commands.
 
07.03 19:07:56 [Server] INFO eChris issued server command: /skills 07.03 19:07:56 [Server] INFO eChris [7af87a08-170a-49be-8a1d-7dc8a89ba3e4]: /skills

When I run Skript based commands my console log looks like that. Apparently my player is running two of the same command? When I use any Skript command it runs twice. It was working fine before.
Wait, so the commands are only being logged/printed twice? Or they are being run twice?

If they are only being printed twice, go into your Skript config, and set "log player commands" to false.
 
Wait, so the commands are only being logged/printed twice? Or they are being run twice?

If they are only being printed twice, go into your Skript config, and set "log player commands" to false.
I will try that. They may be running twice but it could be logs too

However, I believe they may be running twice too but it started happening randomly

Okay so the command is running twice. I disabled logging it and now console only has one copy:

08.03 10:14:44 [Server] INFO eChris issued server command: /home

But it still runs twice?
 
I will try that. They may be running twice but it could be logs too

However, I believe they may be running twice too but it started happening randomly

Okay so the command is running twice. I disabled logging it and now console only has one copy:

08.03 10:14:44 [Server] INFO eChris issued server command: /home

But it still runs twice?
Can you post your code?
 
Status
Not open for further replies.