Skip to content

Commit

Permalink
Rename/change a bunch of stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed May 4, 2024
1 parent 0d1e1f3 commit 5e40801
Show file tree
Hide file tree
Showing 32 changed files with 174 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Skript Documentation
url: https://docs.skriptlang.org
url: https://xypercode.github.io/base-skript
about: Need help getting started? Check out the docs!
- name: SkUnity Discord
url: https://discord.gg/0l3WlzBPKX7WNjkf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can find the downloads for each version with their release notes in the [rel
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](CLOCKWORK_RELEASE_MODEL.md).

## Documentation
Documentation is available [here](https://docs.skriptlang.org/) for the
Documentation is available [here](https://xypercode.github.io/base-skript/) for the
latest version of Skript.

## Reporting Issues
Expand Down
2 changes: 1 addition & 1 deletion docs/classes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/conditions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/effects.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/events.html
Original file line number Diff line number Diff line change
@@ -1 +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 - 1.0.0</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> <div id="docs-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="structures.html">Structures</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/1.0.0" target="_blank">v1.0.0</a></li> </ul> <nav id="side-nav"> <div id="nav-contents"> <a href="#server_startstop">On Server Start/Stop</a> </div> </nav> <h1 id="nav-title">Events</h1> <div id="content"> <p class="box-title-red">Note:</p> <p class="box-red" style="margin-bottom: 25px;"> You can specify the event priority after each event syntax using the following syntax <code>[with priority (lowest|low|normal|high|highest|monitor)]</code> e.g. <code>on spawn with priority lowest</code>.<br> Note that not all of the events support event priority feature and they will throw an error. </p> <div class="item-wrapper type-Event" id="server_startstop" data-keywords=""> <div class="item-title"> <h1 style="display: inline-block">On Server Start/Stop</h1> <a href="#server_startstop" class="link-icon">&#128279;</a> <p class="item-type">Event</p> </div> <div class="item-content"> <table> <tr class="item-details"> <td class="item-table-label">Patterns:</td> <td class="noleftpad"> <ul> <li class="skript-code-block">[on] (server|skript) (start|load|enable)</li> <li class="skript-code-block">[on] (server|skript) (stop|unload|disable)</li> </ul> </td> </tr> <tr class="item-details"> <td class="item-table-label">Since:</td> <td>2.0</td> </tr> </table> <div class="item-description"> Called when the server starts or stops (actually, when Skript starts or stops, so a /reload will trigger these events as well). </div> <div class="item-examples"> <p class="example-details-closed">Examples:</p> <div class="skript-code-block"> on skript start: <br>on server stop: </div> </div> </div> </div> </div> </div> </body> </html>
<!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="BaseSkript is a fork of Skript to make it accissiible for any platform.. - XyperCode/base-skript"> <link rel="icon" type="image/png" href="./assets/icon.png"> <meta property="og:type" content="website"> <meta property="og:title" content="BaseSkript Documentation"> <meta property="og:site_name" content="BaseSkript Documentation"> <meta property="og:description" content="BaseSkript is a fork of Skript to make it accissiible for any platform.."> <meta property="og:image" content="https://xypercode.github.io/base-skript/assets/icon.png"> <meta property="og:url" content="https://xypercode.github.io/base-skript/"> <meta name="theme-color" content="#ff9800"> <title>BaseSkript Documentation - 1.0.0</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> <div id="docs-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="structures.html">Structures</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/XyperCode/base-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/XyperCode/base-skript/releases/tag/1.0.0" target="_blank">v1.0.0</a></li> </ul> <nav id="side-nav"> <div id="nav-contents"> <a href="#server_startstop">On Server Start/Stop</a> </div> </nav> <h1 id="nav-title">Events</h1> <div id="content"> <p class="box-title-red">Note:</p> <p class="box-red" style="margin-bottom: 25px;"> You can specify the event priority after each event syntax using the following syntax <code>[with priority (lowest|low|normal|high|highest|monitor)]</code> e.g. <code>on spawn with priority lowest</code>.<br> Note that not all of the events support event priority feature and they will throw an error. </p> <div class="item-wrapper type-Event" id="server_startstop" data-keywords=""> <div class="item-title"> <h1 style="display: inline-block">On Server Start/Stop</h1> <a href="#server_startstop" class="link-icon">&#128279;</a> <p class="item-type">Event</p> </div> <div class="item-content"> <table> <tr class="item-details"> <td class="item-table-label">Patterns:</td> <td class="noleftpad"> <ul> <li class="skript-code-block">[on] (server|skript) (start|load|enable)</li> <li class="skript-code-block">[on] (server|skript) (stop|unload|disable)</li> </ul> </td> </tr> <tr class="item-details"> <td class="item-table-label">Since:</td> <td>2.0</td> </tr> </table> <div class="item-description"> Called when the server starts or stops (actually, when Skript starts or stops, so a /reload will trigger these events as well). </div> <div class="item-examples"> <p class="example-details-closed">Examples:</p> <div class="skript-code-block"> on skript start: <br>on server stop: </div> </div> </div> </div> </div> </div> </body> </html>
2 changes: 1 addition & 1 deletion docs/expressions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions.html

Large diffs are not rendered by default.

23 changes: 1 addition & 22 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const siteVersion = "2.2.0"; // site version is different from skript version
const ghAPI = "https://api.github.com/repos/SkriptLang/Skript";
const ghAPI = "https://api.github.com/repos/XyperCode/base-skript";

// ID Scroll
const links = document.querySelectorAll("div.item-wrapper");
Expand Down
Loading

0 comments on commit 5e40801

Please sign in to comment.