Help

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

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

fastqxz

Member
Sep 11, 2023
14
0
1
21
Skript Is Not Running Skripts In My Server It Says Loaded 0 triggers with 0 errors and there is no skripts you should write some but i already wrote skripts and it doesn't load any more why?
 
You haven't provided us with much information about where exactly the issue can be. However, here's some basic diagnosis steps:

1.) Check the file directory. All Skript files need to be within the directory `home/plugins/Skript/scripts/`.
2.) Check the file names. Skript files won't be read if they are prefixed with a `-`, like `-lifesteal.sk` or `-gmc.sk`. Additionally, file names need to have the extention `.sk` at the end to be considered Skript files.
3.) Check your command. If you're trying to reload a subdirectory, make sure the files within that subdirectory fit all the above requirements.

Those should cover all the most common steps. If it doesn't help, please reply and follow up with some more information. Hope this helps.