Solved Skript fatal error

  • 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 skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Michele

Member
Jul 6, 2019
10
0
1
Skript Version (do not put latest): Skript 2.3.7
Skript Author: Bensku
Minecraft Version: 1.14.3-1.14.4
---
Full Code:
Code (Skript):
Command "/gmc":
trigger:
make player execute the command "/gamemode creative"
Command "/gms":
trigger:
make player execute the command "/gamemode survival"
Command "/gmsp":
trigger:
make player execute the command "/gamemode creative"
Command "/gma":
trigger:
make player execute the command "/gamemode adventure"
Command /sudo <player> <text>:
if {SUDO_OPT} is true
trigger:
make arg-1 execute command arg-2
send "&c&lSUDO &7Made %arg-1% execute %arg-2%"
Command /fcommand <text>:
if {FCOMM_OPT} is true
trigger:
make console execute the command "%arg-1%"
#UPDATE-CONFIG CHECK AREA | DON'T TOUCH |
on skript start:
trigger:
set {NEWEST_VERSION} to line 2 of url "https://pastebin.com/raw/amWVVsZ8"
if {NEWEST_VERSION} is not 0.1:
send "&c[ServerUtilities] New version is out! Download from here:" to console and player
else:
stop
#CONFIG-READER AREA | DON'T TOUCH |
on skript start:
trigger:
set {SUDO_OPT} to line 6 of url "https://pastebin.com/raw/amWVVsZ8"
send "&c[ServerUtilities] Sudo= {SUDO_OPT}" to console and player
on skript start:
trigger:
set {FCOMM_OPT} to line 8 of url "https://pastebin.com/raw/amWVVsZ8"
send "&c[ServerUtilities] Force command= {FCOMM_OPT}" to console and player
on skript start:
trigger:
set {NP_P} to line 12 of url "https://pastebin.com/raw/amWVVsZ8"
on skript start:
trigger:
set {DIS_CMD} to line 14 of url "https://pastebin.com/raw/amWVVsZ8"
on skript start:
trigger:
set {CMD_EXE} to line 16 of url "https://pastebin.com/raw/amWVVsZ8"

Errors on Reload:
Nothing... Skript loaded correctly

Console Errors: (if applicable)
https://pastebin.com/raw/b4g25ZEz


Other Useful Info:

Addons using (including versions):
Noone


Have you tried searching the docs? Yes
Have you tried searching the forums? Yes (Found similar problems but not this)
What other methods have you tried to fix it? (Asked on discord: remove the "" from the on command trigger or replace "on command" with "command". Unable to try to downgrade the version because it will break my entire server
 

Attachments

  • server-commands-OriumVers.sk
    1.7 KB · Views: 222
Skript 2.3.x does not work on 1.14.x, you will need Skript 2.4+
Ok,
I'll try but until today it worked perfectly on my server. Anyways since there isn't any stable version for 1.14.x wich beta version should I use?
 
I'll try but until today it worked perfectly on my server.
I HIGHLY doubt that, since 2.3 will not load on Spigot 1.14.x ... and if it "worked" for you, clearly some things were not working, since Snow and Bensku had to fix a lot of stuff to make Skript work on 1.14.

Anyways since there isn't any stable version for 1.14.x wich beta version should I use?
Whatever the latest posted one is.
 
I HIGHLY doubt that, since 2.3 will not load on Spigot 1.14.x ... and if it "worked" for you, clearly some things were not working, since Snow and Bensku had to fix a lot of stuff to make Skript work on 1.14.


Whatever the latest posted one is.

Ok thanks for the help :emoji_smiley:
 
Status
Not open for further replies.