-
Notifications
You must be signed in to change notification settings - Fork 7
About
Skript is a scripting language for minecraft server developers, which allows them to write simple plugins in no time.
for example:
on join:
send "hello" to player
To develop skript code, people use to edit it in their notepad editor or with syntax highlighting. but each time when they make a change to their code, they'll need to upload it to their server, compile and run it, and find out the errors.
This is where IntelliSkript comes to the rescue! it provides intellisense for Skript! From now on, effects and variables are parsed, you will get an error when you indented incorrectly and a notification if some syntax can't be parsed.
this way, you'll never get the message 'can't understand this line' anymore! or have some wrong variable passed as argument...
ask any questions on discord! https://discord.gg/D4Eh4yxM8z
GNU copyright, johnheikens