TuSKe Not Working

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

Danny Meyers

Member
Mar 28, 2021
1
0
1
29
It gives me the error "Internal Error When Performing Command"
The error is coming from TuSKe in console.
Link to my skript: https://parser.skunity.com/aaa32e57
command /site:
trigger:
send "&cFriends Factions Website&7: https://www.friendsfactions.net" to player

command /leave:
trigger:
send "&cFriends Factions&7: You left the game." to player
make player execute "/bw leave"
command /lobby:
trigger:
make player execute "/spawn"
command /join:
permission: friendsfactions.join
permission message: "&cThis command is currently in testing mode, when the testing is finished, you will be allowed to use this command"
trigger:
open virtual chest inventory with 1 rows named "&3BedWars Menu" to player
format gui slot 0 of player with black stained glass pane named " "
format gui slot 1 of player with black stained glass pane named " "
format gui slot 2 of player with black stained glass pane named " "
format gui slot 3 of player with black stained glass pane named " "
format gui slot 4 of player with sand named "&aJoin Western Map" to run:
close player's inventory
send "&cFriends Factions&7: Sending you to BedWars Western map in 5 seconds." to player
wait 5 seconds
make player execute "/bw join Western"
format gui slot 5 of player with black stained glass pane named " "
format gui slot 6 of player with black stained glass pane named " "
format gui slot 7 of player with black stained glass pane named " "
format gui slot 8 of player with barrier named "&cClose Menu" to run:
close player's inventory
command /forcejoin <player>:
permission: friendsfactions.forcejoin
permission message: "&cYou don't have access to this command."
trigger:
make player execute "/sudo %arg-1% bw join"
send "&cFriends Factions Admin&7: Sent %arg-1% to BedWars." to player
on join:
clear player's inventory
wait 1 tick
give player 1 green bed named "&aJoin BedWars Game" with lore "&7You can also do /join"

on rightclick with green bed:
make event-player execute "/join"
[doublepost=1616968528,1616968432][/doublepost]
Screenshot 2021-03-28 175504.png
 
It gives me the error "Internal Error When Performing Command"
The error is coming from TuSKe in console.
Link to my skript: https://parser.skunity.com/aaa32e57
command /site:
trigger:
send "&cFriends Factions Website&7: https://www.friendsfactions.net" to player

command /leave:
trigger:
send "&cFriends Factions&7: You left the game." to player
make player execute "/bw leave"
command /lobby:
trigger:
make player execute "/spawn"
command /join:
permission: friendsfactions.join
permission message: "&cThis command is currently in testing mode, when the testing is finished, you will be allowed to use this command"
trigger:
open virtual chest inventory with 1 rows named "&3BedWars Menu" to player
format gui slot 0 of player with black stained glass pane named " "
format gui slot 1 of player with black stained glass pane named " "
format gui slot 2 of player with black stained glass pane named " "
format gui slot 3 of player with black stained glass pane named " "
format gui slot 4 of player with sand named "&aJoin Western Map" to run:
close player's inventory
send "&cFriends Factions&7: Sending you to BedWars Western map in 5 seconds." to player
wait 5 seconds
make player execute "/bw join Western"
format gui slot 5 of player with black stained glass pane named " "
format gui slot 6 of player with black stained glass pane named " "
format gui slot 7 of player with black stained glass pane named " "
format gui slot 8 of player with barrier named "&cClose Menu" to run:
close player's inventory
command /forcejoin <player>:
permission: friendsfactions.forcejoin
permission message: "&cYou don't have access to this command."
trigger:
make player execute "/sudo %arg-1% bw join"
send "&cFriends Factions Admin&7: Sent %arg-1% to BedWars." to player
on join:
clear player's inventory
wait 1 tick
give player 1 green bed named "&aJoin BedWars Game" with lore "&7You can also do /join"

on rightclick with green bed:
make event-player execute "/join"
[doublepost=1616968528,1616968432][/doublepost]View attachment 5911

TuSKe does not support creating GUIs in higher versions.

upload_2021-3-28_21-33-1.png


Some effects, expressions, or events and things like this may work even when an Addon is not compatible with the server version, but you risk that errors will be set at the console, and that the code will not work for you (as in this case).

One solution I propose you is use vanilla inventories.
 
Status
Not open for further replies.