Skip to content

Commit f89502d

Browse files
author
Nightly Docs Bot
committed
Update nightly docs
1 parent 6d71cf5 commit f89502d

File tree

1,123 files changed

+1340
-1310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,123 files changed

+1340
-1310
lines changed

docs/nightly/master/classes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/conditions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/docs.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/docs.json

Lines changed: 176 additions & 176 deletions
Large diffs are not rendered by default.

docs/nightly/master/effects.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/events.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/expressions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/functions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/nightly/master/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=1.0"> <meta name="description" content="Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them. - SkriptLang/Skript"> <link rel="icon" type="image/png" href="./assets/icon.png"> <meta property="og:type" content="website"> <meta property="og:title" content="Skript Documentation"> <meta property="og:site_name" content="Skript Documentation"> <meta property="og:description" content="Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them."> <meta property="og:image" content="https://docs.skriptlang.org/assets/icon.png"> <meta property="og:url" content="https://docs.skriptlang.org/"> <meta name="theme-color" content="#ff9800"> <title>Skript Documentation - 2.7.0-beta1-nightly-f858c4a</title> <link href="css/styles.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js" defer></script> <script src="./js/functions.js"></script> <script src="./js/main.js" defer></script> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"> </head> <body> <!-- loaded inside body without defer to fix theme flicker --> <script src="./js/theme-switcher.js"></script> <ul id="global-navigation"> <li><a href="index.html">Home</a></li> <div class="menu-tab"> <li><a class="menu-tab-item" href="docs.html">Docs <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="events.html">Events</a> <a href="conditions.html">Conditions</a> <a href="sections.html">Sections</a> <a href="effects.html">Effects</a> <a href="expressions.html">Expressions</a> <a href="classes.html">Types</a> <a href="functions.html">Functions</a> </div> </div> <li><a href="docs.html?isNew" class="new-tab">New</a></li> <div class="menu-tab"> <li><a class="menu-tab-item" href="tutorials.html">Tutorials <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="text.html">Text</a> </div> </div> <div class="menu-tab"> <li><a class="menu-tab-item" href="#">Dev Tools <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="javadocs/" target="_blank">Javadocs</a> </div> </div> <li><a href="https://github.com/SkriptLang/Skript/" target="_blank" style="font-weight: bold;">GitHub</a></li> <li style="margin-left: auto;"><a style="font-weight: bold; color: #ff9800" href="https://github.com/SkriptLang/Skript/releases/tag/2.7.0-beta1-nightly-f858c4a" target="_blank">v2.7.0-beta1-nightly-f858c4a</a></li> </ul> <nav id="side-nav"> <div id="nav-contents"> </div> </nav> <h1 id="nav-title">Documentation</h1> <div id="content-no-docs" class="no-left-panel" style="display: inline-block;"> <div style="height: 32px;"></div> <!-- Space --> <p> <span style="font-size: 60px; font-weight: bold;">Skript</span> is (surprise, surprise) a scripting plugin for the Bukkit platform. It is easy to use for simple tasks, but you can also create really complex things with it. The syntax of Skript is close to English, but it is still not magic. While you might succeed with experimentation for simple tasks, for anything more complex you will need some guidance. </p> <p> This is Skript's documentation. You will find all supported features of the plugin here, along with some useful examples. We don't have tutorials yet, but you can find good ones using whatever search engine you prefer. </p> <p class="box-title">Quick Look</p> <pre class="box code" style="height: 460px; overflow: auto;"><code class="bash"> command /sethome:
1+
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=1.0"> <meta name="description" content="Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them. - SkriptLang/Skript"> <link rel="icon" type="image/png" href="./assets/icon.png"> <meta property="og:type" content="website"> <meta property="og:title" content="Skript Documentation"> <meta property="og:site_name" content="Skript Documentation"> <meta property="og:description" content="Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them."> <meta property="og:image" content="https://docs.skriptlang.org/assets/icon.png"> <meta property="og:url" content="https://docs.skriptlang.org/"> <meta name="theme-color" content="#ff9800"> <title>Skript Documentation - 2.7.0-beta1-nightly-f8f0437</title> <link href="css/styles.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js" defer></script> <script src="./js/functions.js"></script> <script src="./js/main.js" defer></script> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"> </head> <body> <!-- loaded inside body without defer to fix theme flicker --> <script src="./js/theme-switcher.js"></script> <ul id="global-navigation"> <li><a href="index.html">Home</a></li> <div class="menu-tab"> <li><a class="menu-tab-item" href="docs.html">Docs <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="events.html">Events</a> <a href="conditions.html">Conditions</a> <a href="sections.html">Sections</a> <a href="effects.html">Effects</a> <a href="expressions.html">Expressions</a> <a href="classes.html">Types</a> <a href="functions.html">Functions</a> </div> </div> <li><a href="docs.html?isNew" class="new-tab">New</a></li> <div class="menu-tab"> <li><a class="menu-tab-item" href="tutorials.html">Tutorials <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="text.html">Text</a> </div> </div> <div class="menu-tab"> <li><a class="menu-tab-item" href="#">Dev Tools <i class="fas fa-caret-down"></i></a></li> <div class="menu-subtabs"> <a href="javadocs/" target="_blank">Javadocs</a> </div> </div> <li><a href="https://github.com/SkriptLang/Skript/" target="_blank" style="font-weight: bold;">GitHub</a></li> <li style="margin-left: auto;"><a style="font-weight: bold; color: #ff9800" href="https://github.com/SkriptLang/Skript/releases/tag/2.7.0-beta1-nightly-f8f0437" target="_blank">v2.7.0-beta1-nightly-f8f0437</a></li> </ul> <nav id="side-nav"> <div id="nav-contents"> </div> </nav> <h1 id="nav-title">Documentation</h1> <div id="content-no-docs" class="no-left-panel" style="display: inline-block;"> <div style="height: 32px;"></div> <!-- Space --> <p> <span style="font-size: 60px; font-weight: bold;">Skript</span> is (surprise, surprise) a scripting plugin for the Bukkit platform. It is easy to use for simple tasks, but you can also create really complex things with it. The syntax of Skript is close to English, but it is still not magic. While you might succeed with experimentation for simple tasks, for anything more complex you will need some guidance. </p> <p> This is Skript's documentation. You will find all supported features of the plugin here, along with some useful examples. We don't have tutorials yet, but you can find good ones using whatever search engine you prefer. </p> <p class="box-title">Quick Look</p> <pre class="box code" style="height: 460px; overflow: auto;"><code class="bash"> command /sethome:
22
&nbsp;&nbsp;&nbsp;&nbsp;permission: skript.home # Permission required for this command
33
&nbsp;&nbsp;&nbsp;&nbsp;description: Set your home # Description of this command
44
&nbsp;&nbsp;&nbsp;&nbsp;executable by: players # Console won't be able to run this command
@@ -19,4 +19,4 @@
1919
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# Teleport the player to their home
2020
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;teleport player to {home::%uuid of player%}
2121
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;send &quot;&amp;aYou have been teleported.&quot;
22-
</code></pre> <div id="info" class="grid-container padding"> <div class="grid-item"> <p class="box-title">Latest Stable Version</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/releases/tag/${stable-version}" target="_blank">Skript ${stable-version}</a></p> </div> <div class="grid-item"> <p class="box-title">Latest Version</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/releases/tag/${latest-version}" target="_blank">Skript ${latest-version}</a></p> </div> <div class="grid-item"> <p class="box-title">Contributors</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/graphs/contributors" target="_blank">${contributors-size} Contributors</a></p> </div> </div> <p class="box"> Found something incorrect in this documentation? Please report it to the <a href="https://github.com/SkriptLang/skript-docs/issues/">issue tracker</a>. </p> <p class="box"> <strong>We are looking for docs authors!</strong> Currently, the only documentation is generated automatically. It would be nice to have some hand-written content such as tutorials on the docs as well. For example, currently we don't have a tutorial on how to use loops here; This makes it harder for newcomers to learn. Check <a href="https://github.com/SkriptLang/skript-docs/issues/12">this issue</a> for more details and if you're interested in helping out. </p> <div style="padding-top: 64px;"></div> <!-- Space --> <p style="font-size: 14px; text-align: center;" class="placeholder"><a href="https://github.com/SkriptLang/skript-docs">Documentation Repo</a> • Site developed by <a href="https://github.com/AyhamAl-Ali">Ayham Al-Ali</a> • Site Version <b>${site-version}</b> • Generated on <b>17/03/2023</b></p> <div style="padding-top: 16px;"></div> <!-- Space --> </body> </html>
22+
</code></pre> <div id="info" class="grid-container padding"> <div class="grid-item"> <p class="box-title">Latest Stable Version</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/releases/tag/${stable-version}" target="_blank">Skript ${stable-version}</a></p> </div> <div class="grid-item"> <p class="box-title">Latest Version</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/releases/tag/${latest-version}" target="_blank">Skript ${latest-version}</a></p> </div> <div class="grid-item"> <p class="box-title">Contributors</p> <p class="box placeholder"><a class="link" href="https://github.com/SkriptLang/Skript/graphs/contributors" target="_blank">${contributors-size} Contributors</a></p> </div> </div> <p class="box"> Found something incorrect in this documentation? Please report it to the <a href="https://github.com/SkriptLang/skript-docs/issues/">issue tracker</a>. </p> <p class="box"> <strong>We are looking for docs authors!</strong> Currently, the only documentation is generated automatically. It would be nice to have some hand-written content such as tutorials on the docs as well. For example, currently we don't have a tutorial on how to use loops here; This makes it harder for newcomers to learn. Check <a href="https://github.com/SkriptLang/skript-docs/issues/12">this issue</a> for more details and if you're interested in helping out. </p> <div style="padding-top: 64px;"></div> <!-- Space --> <p style="font-size: 14px; text-align: center;" class="placeholder"><a href="https://github.com/SkriptLang/skript-docs">Documentation Repo</a> • Site developed by <a href="https://github.com/AyhamAl-Ali">Ayham Al-Ali</a> • Site Version <b>${site-version}</b> • Generated on <b>18/03/2023</b></p> <div style="padding-top: 16px;"></div> <!-- Space --> </body> </html>

docs/nightly/master/javadocs/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Classes and Interfaces (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>All Classes and Interfaces (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="class index">

docs/nightly/master/javadocs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>All Packages (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>All Packages (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="package index">

docs/nightly/master/javadocs/ch/njol/skript/PatcherTool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>PatcherTool (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>PatcherTool (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: PatcherTool">

docs/nightly/master/javadocs/ch/njol/skript/ScriptLoader.ScriptInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>ScriptLoader.ScriptInfo (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>ScriptLoader.ScriptInfo (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: ScriptLoader, class: ScriptInfo">

docs/nightly/master/javadocs/ch/njol/skript/ScriptLoader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>ScriptLoader (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>ScriptLoader (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: ScriptLoader">

docs/nightly/master/javadocs/ch/njol/skript/ServerPlatform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>ServerPlatform (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>ServerPlatform (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, enum: ServerPlatform">

docs/nightly/master/javadocs/ch/njol/skript/Skript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>Skript (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>Skript (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: Skript">

docs/nightly/master/javadocs/ch/njol/skript/SkriptAPIException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptAPIException (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptAPIException (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptAPIException">

docs/nightly/master/javadocs/ch/njol/skript/SkriptAddon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptAddon (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptAddon (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptAddon">

docs/nightly/master/javadocs/ch/njol/skript/SkriptCommand.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptCommand (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptCommand (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptCommand">

docs/nightly/master/javadocs/ch/njol/skript/SkriptCommandTabCompleter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptCommandTabCompleter (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptCommandTabCompleter (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptCommandTabCompleter">

docs/nightly/master/javadocs/ch/njol/skript/SkriptConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptConfig (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptConfig (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptConfig">

docs/nightly/master/javadocs/ch/njol/skript/SkriptEventHandler.PriorityListener.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptEventHandler.PriorityListener (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptEventHandler.PriorityListener (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptEventHandler, class: PriorityListener">

docs/nightly/master/javadocs/ch/njol/skript/SkriptEventHandler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptEventHandler (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptEventHandler (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptEventHandler">

docs/nightly/master/javadocs/ch/njol/skript/SkriptUpdater.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (17) -->
5-
<title>SkriptUpdater (Skript 2.7.0-beta1-nightly-f858c4a API)</title>
5+
<title>SkriptUpdater (Skript 2.7.0-beta1-nightly-f8f0437 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="description" content="declaration: package: ch.njol.skript, class: SkriptUpdater">

0 commit comments

Comments
 (0)