HElp!? Me Please

  • 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!

Bolean

Member
Mar 10, 2017
11
2
0
How to create a file like a Folder first then file name like log.txt then if the player use /test then it will be log in the log.txt with their names like that

And what addons need ?
 
You can do all of that with skUtilities. First create the folder checking if it doesn't exist yet and then create the file if it doesn't exist yet. Now use the write effect in the command event writing something like "%sender% executed the command %command% with arguments %arguments%".

Though, I don't get why you would do that when the default log file does that already.