From 65a7c1e87b5d1a35f94e60f588e21bbac5b02ad8 Mon Sep 17 00:00:00 2001
From: Milan Jaros
+ Skript requires Spigot to work. You heard it right, CraftBukkit does not work. Paper, which is a fork of Spigot, is recommended; it is required for some parts of
+ Skript to be available.
+
+ Skript supports only the latest patch versions of Minecraft. For example, this means that if 1.16.5 is supported,
+ then 1.16.4 is not. Testing with all old patch versions is not feasible for us.
+
+ Minecraft 1.12 and earlier are not, and will not be supported. New Minecraft versions will be supported as soon as
+ possible.
+
+ You can find the downloads for each version with their release notes in the releases page (scroll down to the Assets section and
+ download the
+ Two major feature updates are expected each year in January and July, with monthly patches occurring in between. For
+ full details, please review our release model.
+
+ Follow these simple steps to add Skript plugin to the Paper server:
+
+ For more information see the Paper tutorial.
+
+ Once you have restarted server, you should see the folder
+ Just create
+ For more examples see the Get started
+
+Requirements
+ Downloading Skript
+ .jar
file).
+ Adding plugin
+
+
+
+ .jar
. Some plugins also distribute as .zip
+ files, in which case you will need to extract the file and locate the .jar
for your platform.
+ plugins
folder from the root directory of
+ your Paper server.
+ .jar
) into the plugins
folder.
+ Add the frist script
+ scripts
inside of plugins/Script
+ folder.
+ a-new-file.sk
file with a following content:
+
+ on click:
+ message "Hello player!" to player
+ examples
folder.
+ Documentation
if you're interested in helping out.
Documentation Repo • Site developed by Ayham Al-Ali • Site Version ${site-version} • Generated on ${skript.build.date}
diff --git a/docs/templates/templates/navbar.html b/docs/templates/templates/navbar.html index e2e00ca2945..376aab7620f 100644 --- a/docs/templates/templates/navbar.html +++ b/docs/templates/templates/navbar.html @@ -20,6 +20,7 @@ diff --git a/docs/templates/text.html b/docs/templates/text.html index 89a18bc0218..9177c31ecbe 100644 --- a/docs/templates/text.html +++ b/docs/templates/text.html @@ -332,6 +332,16 @@Guide written by bensku. -
+ + \ No newline at end of file From b953eb62d966c403a276505237a58a55e26cbd7a Mon Sep 17 00:00:00 2001 From: Milan Jaros
+ To run a custom .sk
script from plugins/Skript/scripts
you should add Skript plugin to the Paper server.
+
Skript requires Spigot to work. You heard it right, CraftBukkit does not work. Adding plugin
For more information see the Paper tutorial.
- Once you have restarted server, you should see the folder
diff --git a/docs/templates/text.html b/docs/templates/text.html
index 9177c31ecbe..852970290ae 100644
--- a/docs/templates/text.html
+++ b/docs/templates/text.html
@@ -341,6 +341,8 @@ Next stepAdd the frist script
+
+ Adding the frist script
scripts
inside of plugins/Script
+ Once you have restarted server, you should see the folder scripts
inside of plugins/Skript
folder.
Text and Variables
Note:
- To run a custom .sk
script from plugins/Skript/scripts
you should add Skript plugin to the .sk script from plugins/Skript/scripts
, you should add the Skript plugin to the Paper server.
.jar
for your platform.
plugins
folder from the root directory of
+ Once you have downloaded the plugin, locate the plugins
folder from the root directory of
your Paper server.
- Once you have restarted server, you should see the folder scripts
inside of plugins/Skript
+ Once you have started the server, you should see the folder scripts
inside of plugins/Skript
folder.
- Just create a-new-file.sk
file with a following content:
+ Just create a-new-file.sk
file with the following example code:
on click: message "Hello player!" to player
- For more examples see the examples
folder.
+ This piece of code displays the message "Hello player!" every time the user "clicks" (i.e. performs the mine action).
+ For more examples see the examples
folder inside plugins/Skript/scripts
.
- To run a custom .sk
script from plugins/Skript/scripts
, you should add the Skript plugin to the Paper server.
+ To run a custom .sk
script from plugins/Skript/scripts
you should add Skript plugin to the
+ Minecraft server.
Skript requires Spigot to work. You heard it right, CraftBukkit does not work. Paper, which is a fork of Spigot, is recommended; it is required for some parts of Skript to be available. -
-
+
Skript supports only the latest patch versions of Minecraft. For example, this means that if 1.16.5 is supported,
then 1.16.4 is not. Testing with all old patch versions is not feasible for us.
-
+
Minecraft 1.12 and earlier are not, and will not be supported. New Minecraft versions will be supported as soon as
possible.
.jar
file).
-
-
+
Two major feature updates are expected each year in January and July, with monthly patches occurring in between. For
full details, please review our release model.
- Follow these simple steps to add Skript plugin to the Paper server: -
- + Follow these simple steps to add Skript plugin to the Minecraft server: +.jar
. Some plugins also distribute as .zip
files, in which case you will need to extract the file and locate the .jar
for your platform.
plugins
folder from the root directory of
- your Paper server.
+ Once you have the plugin downloaded locally, locate the plugins
folder from the root directory of
+ your Minecraft server.
.jar
) into the plugins
folder.
@@ -52,8 +49,9 @@ + For more information see the Paper tutorial.
@@ -61,14 +59,15 @@
Once you have started the server, you should see the folder scripts
inside of plugins/Skript
folder.
-
+
Just create a-new-file.sk
file with the following example code:
-
on click: message "Hello player!" to player+
+
This piece of code displays the message "Hello player!" every time the user "clicks" (i.e. performs the mine action).
For more examples see the examples
folder inside plugins/Skript/scripts
.
Next step
+Visit the Getting started page to learn more on how to install Skript and create your first script!
Documentation Repo • Site developed by Ayham Al-Ali • Site Version ${site-version} • Generated on ${skript.build.date}
From a0192877f05ee7c2428d4f4dae81839707b4c076 Mon Sep 17 00:00:00 2001 From: Milan JarosNote:
- To run a custom .sk
script from plugins/Skript/scripts
you should add Skript plugin to the
+ To run a custom .sk
script from plugins/Skript/scripts
, you should add the Skript plugin to the
Minecraft server.
.jar
for your platform.
plugins
folder from the root directory of
+ Once you have downloaded the plugin, locate the plugins
folder from the root directory of
your Minecraft server.