Jump to content
  • 0

Skript does not work.


UGimmy

Question

12 answers to this question

Recommended Posts

  • 1

Skript-db is currently broken, so uninstall that. But that shouldn't be the reason its not working.

What's not working? Is skript loading? Is it loading scripts? 

Or is your script just not working

 

 

Also your making the command require a player argument.

command /spawn <player>:

should be 

command /spawn [<player>]:

 

Edited by _TaZePUg

Developer

Skript, HTML, CSS, PHP, Java, JavaScript, Python, Lua

Link to comment
Share on other sites

  • 0
1 minute ago, Preinstalled said:

Send the skript

command /setspawn:
  permission: setspawn
  trigger:
    set {spawn} to player's location

command /spawn <player>:
  trigger:
    if args-1 is not set:
      teleport player to {spawn}
      send "&aTeleporting to &bspawn." to player
    else if args-1 is set:
      teleport args-1 to {spawn}
      send "&aTeleporting to &bspawn." to args-1

Link to comment
Share on other sites

  • 0
11 minutes ago, UGimmy said:

When reloading the skript, no. But in /plugins there are 3 errors one of them being skript-db*. Maybe thats why

Remove the plugin, restart your server and then try

  • Like 1

Junior Mod (01/04/2020) - Resigned 

 Discord » Koronotchi#0001 
Minecraft Username » Koronotchi 

image.png.17a385f298c8969f6b1cf03e27ee50d3.png

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...