Skip to content

Commit 8ab3c8f

Browse files
committed
4.0.1
1 parent f99ebb3 commit 8ab3c8f

61 files changed

Lines changed: 257 additions & 249 deletions

Some content is hidden

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

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SimpAPI v4.0
1+
# SimpAPI v4.0.1
22
****
33
SimpAPI, finally a good API that can make coding MC Plugins much easier and less painful.
44
This API includes all of my primary utilities like *Menu Manager*, *Command Manager*, *ColorTranslator*, and more.
@@ -25,7 +25,7 @@ JavaDocs: https://kodysimpson.github.io/SimpAPI/index.html
2525
<dependency>
2626
<groupId>com.github.KodySimpson</groupId>
2727
<artifactId>SimpAPI</artifactId>
28-
<version>4.0</version>
28+
<version>4.0.1</version>
2929
</dependency>
3030
```
3131

@@ -51,14 +51,14 @@ repositories {
5151
Groovy:
5252
```groovy
5353
dependencies {
54-
implementation 'com.github.KodySimpson:SimpAPI:4.0'
54+
implementation 'com.github.KodySimpson:SimpAPI:4.0.1'
5555
}
5656
```
5757

5858
Kotlin:
5959
```kotlin
6060
dependencies {
61-
implementation("com.github.KodySimpson:SimpAPI:4.0")
61+
implementation("com.github.KodySimpson:SimpAPI:4.0.1")
6262
}
6363
```
6464

@@ -258,3 +258,6 @@ and passing in the player you want to open it for.
258258
You only have to convert an AbstractPlayerMenuUtility into yours when you need to transfer data into the new menu being opened.
259259

260260
To transfer data, simply call and use the setter methods you defined like done above.
261+
262+
## Command Manager
263+
*Video*: https://youtu.be/NFYg9Tmk-vo

docs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>All Classes (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>All Classes (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>Constant Field Values (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Constant Field Values (SimpAPI 2.0 API)";
16+
parent.document.title="Constant Field Values (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

docs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>Deprecated List (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Deprecated List (SimpAPI 2.0 API)";
16+
parent.document.title="Deprecated List (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

docs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>API Help (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="API Help (SimpAPI 2.0 API)";
16+
parent.document.title="API Help (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

docs/index-all.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Index (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>Index (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Index (SimpAPI 2.0 API)";
16+
parent.document.title="Index (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>SimpAPI 2.0 API</title>
7+
<title>SimpAPI 4.0.1 API</title>
88
<script type="text/javascript">
99
tmpTargetPage = "" + window.location.search;
1010
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

docs/me/kodysimpson/simpapi/SimpAPI.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>SimpAPI (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>SimpAPI (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="SimpAPI (SimpAPI 2.0 API)";
16+
parent.document.title="SimpAPI (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

docs/me/kodysimpson/simpapi/class-use/SimpAPI.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_261) on Wed Jun 09 13:02:35 CDT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_261) on Fri Jun 11 02:01:04 CDT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Uses of Class me.kodysimpson.simpapi.SimpAPI (SimpAPI 2.0 API)</title>
8-
<meta name="date" content="2021-06-09">
7+
<title>Uses of Class me.kodysimpson.simpapi.SimpAPI (SimpAPI 4.0.1 API)</title>
8+
<meta name="date" content="2021-06-11">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Uses of Class me.kodysimpson.simpapi.SimpAPI (SimpAPI 2.0 API)";
16+
parent.document.title="Uses of Class me.kodysimpson.simpapi.SimpAPI (SimpAPI 4.0.1 API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)