You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
An unofficially supported Skript addon that allows you to use Skript within the Mineplex ecosystem, and interact with the special provided [Mineplex SDK](https://studio.mineplex.com/docs/sdk).
3
+
An unofficially supported Skript addon that allows you to use Skript within the Mineplex ecosystem, and interact with
4
+
the special provided [Mineplex SDK](https://studio.mineplex.com/docs/sdk).
4
5
5
6
> [!IMPORTANT]
6
-
> This isn't an official addon provided by Mineplex itself. This is a community developed and supported addon. We rely on contributions for this!
7
+
> This isn't an official addon provided by Mineplex itself. This is a community developed and supported addon. We rely
This exists to make it easier for people without Java knowledge to setup and use the Mineplex ecosystem, with the goal being to make it far easier for people to manage and create their projects quickly.
16
+
17
+
This exists to make it easier for people without Java knowledge to setup and use the Mineplex ecosystem, with the goal
18
+
being to make it far easier for people to manage and create their projects quickly.
14
19
Our goal with this addon is to have this addon have full feature parity with the actual Mineplex Java SDK.
15
20
16
21
### Pre-requisites
17
-
- You must have [Skript plugin](https://github.com/SkriptLang/Skript/releases) downloaded already, this addon requires it!
22
+
23
+
- You must have [Skript plugin](https://github.com/SkriptLang/Skript/releases) downloaded already, this addon requires
24
+
it!
18
25
- You must have a [Mineplex Studio project](https://studio.mineplex.com/docs/getting-started) created and ready to use
19
26
20
27
## How to install
28
+
21
29
- Add your **Skript** plugin into a directory within your Mineplex project named `external-plugins`
22
-
- Download the [latest version](https://github.com/BillyDotWS/MineplexSK/releases) of the addon from the Releases.
30
+
- Download the [latest version](https://github.com/BillyDotWS/MineplexSK/releases) of the addon from the Releases.
23
31
- Add this addon jar into the same `external-plugins` directory
24
32
25
33
## How to use
26
-
This Skript addon allows you to use the Skript 'way of coding' with the Mineplex SDK. In order to do this, it adds some custom language to Skript to allow for usage.
34
+
35
+
This Skript addon allows you to use the Skript 'way of coding' with the Mineplex SDK. In order to do this, it adds some
36
+
custom language to Skript to allow for usage.
27
37
28
38
### Using skript within Mineplex projects
39
+
29
40
*Note: requires you to have followed the Installation steps first*
30
41
31
-
In order to use Skript scripts within a project, drop your skript's into a folder (within your project). Within `external-plugins`, create a directory called `Skript`, within this directory, create another called `scripts`.
42
+
In order to use Skript scripts within a project, drop your skript's into a folder (within your project). Within
43
+
`external-plugins`, create a directory called `Skript`, within this directory, create another called `scripts`.
32
44
33
45
Then create your Skript file (the same way as everywhere else): `scriptName.sk`
34
46
35
47
After that, use Skript the same way as normal, dropping extra scripts into the folder(s) and building your project!
36
48
37
49
## Contributing
50
+
38
51
> [!CAUTION]
39
-
> This library enforces a licence, which states that you cannot create a private version of this work. Please contribute any improvements you make back to the base repository to assist in making it easier to use Skript on Mineplex for everyone! See [the license](/LICENSE) for more information.
52
+
> This library enforces a licence, which states that you cannot create a private version of this work. Please contribute
53
+
> any improvements you make back to the base repository to assist in making it easier to use Skript on Mineplex for
54
+
> everyone! See [the license](/LICENSE) for more information.
40
55
41
-
We welcome contributions to improve this project! Please follow these guidelines to ensure a smooth contribution process:
56
+
We welcome contributions to improve this project! Please follow these guidelines to ensure a smooth contribution
57
+
process:
42
58
43
59
### How to Contribute
44
60
@@ -60,7 +76,7 @@ We welcome contributions to improve this project! Please follow these guidelines
60
76
5.**Run Tests**
61
77
Run all tests to confirm that your changes do not break existing functionality:
0 commit comments