Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from Shynixn/experimental
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
Shynixn authored Oct 7, 2017
2 parents 00a42db + e20e33c commit 89644e0
Show file tree
Hide file tree
Showing 185 changed files with 6,453 additions and 1,545 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WorldEdit Extension to modify your world in a way you have not seen before.

* [Download the plugin AstralEdit](https://github.com/Shynixn/AstralEdit/releases)
* Put the plugin into your plugin folder
* Start the server (1.8.0 - 1.12.1, Java 8)
* Start the server (1.8.0 - 1.12.2, Java 8/Java 9)
* Join and play :)

## API
Expand All @@ -35,15 +35,16 @@ WorldEdit Extension to modify your world in a way you have not seen before.
<dependency>
<groupId>com.github.shynixn</groupId>
<artifactId>astraledit</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
```

### Gradle

```xml
dependencies {
compileOnly 'com.github.shynixn:astraledit:1.0.0'
compileOnly 'com.github.shynixn:astraledit:1.1.0'
}
```

Expand Down
18 changes: 13 additions & 5 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:55 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:24 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>All Classes (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -16,8 +16,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/api/AstralEditApi.html" title="class in com.github.shynixn.astraledit.api" target="classFrame">AstralEditApi</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/AstralEditPlugin.html" title="class in com.github.shynixn.astraledit.business.bukkit" target="classFrame">AstralEditPlugin</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/dependencies/DependencySupport.html" title="enum in com.github.shynixn.astraledit.business.bukkit.dependencies" target="classFrame">DependencySupport</a></li>
<li><a href="com/github/shynixn/astraledit/lib/DirectionHelper.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">DirectionHelper</a></li>
<li><a href="com/github/shynixn/astraledit/lib/DirectionHelper.Direction.html" title="enum in com.github.shynixn.astraledit.lib" target="classFrame">DirectionHelper.Direction</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_10_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_10_R1" target="classFrame">DisplayArmorstand</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_11_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_11_R1" target="classFrame">DisplayArmorstand</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_12_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_12_R1" target="classFrame">DisplayArmorstand</a></li>
Expand All @@ -29,6 +27,15 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/lib/ItemStackBuilder.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">ItemStackBuilder</a></li>
<li><a href="com/github/shynixn/astraledit/lib/LocationBuilder.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">LocationBuilder</a></li>
<li><a href="com/github/shynixn/astraledit/lib/LocationBuilder.Direction.html" title="enum in com.github.shynixn.astraledit.lib" target="classFrame">LocationBuilder.Direction</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.AdvancedBarChart.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.AdvancedBarChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.AdvancedPie.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.AdvancedPie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.CustomChart.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.CustomChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.DrilldownPie.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.DrilldownPie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.MultiLineChart.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.MultiLineChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SimpleBarChart.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.SimpleBarChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SimplePie.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.SimplePie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SingleLineChart.html" title="class in com.github.shynixn.astraledit.business.metrics" target="classFrame">Metrics.SingleLineChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/NMSRegistry.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms" target="classFrame">NMSRegistry</a></li>
<li><a href="com/github/shynixn/astraledit/api/entity/PacketArmorstand.html" title="interface in com.github.shynixn.astraledit.api.entity" target="classFrame"><span class="interfaceName">PacketArmorstand</span></a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/Permission.html" title="enum in com.github.shynixn.astraledit.business.bukkit" target="classFrame">Permission</a></li>
Expand All @@ -39,6 +46,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/lib/SimpleCommandExecutor.Registered.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">SimpleCommandExecutor.Registered</a></li>
<li><a href="com/github/shynixn/astraledit/lib/SimpleCommandExecutor.UnRegistered.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">SimpleCommandExecutor.UnRegistered</a></li>
<li><a href="com/github/shynixn/astraledit/lib/SimpleListener.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">SimpleListener</a></li>
<li><a href="com/github/shynixn/astraledit/lib/UpdateUtils.html" title="class in com.github.shynixn.astraledit.lib" target="classFrame">UpdateUtils</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/VersionSupport.html" title="enum in com.github.shynixn.astraledit.business.bukkit.nms" target="classFrame">VersionSupport</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/dependencies/worldedit/WorldEditConnection.html" title="class in com.github.shynixn.astraledit.business.bukkit.dependencies.worldedit" target="classFrame">WorldEditConnection</a></li>
</ul>
Expand Down
18 changes: 13 additions & 5 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:55 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:24 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>All Classes (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -16,8 +16,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/api/AstralEditApi.html" title="class in com.github.shynixn.astraledit.api">AstralEditApi</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/AstralEditPlugin.html" title="class in com.github.shynixn.astraledit.business.bukkit">AstralEditPlugin</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/dependencies/DependencySupport.html" title="enum in com.github.shynixn.astraledit.business.bukkit.dependencies">DependencySupport</a></li>
<li><a href="com/github/shynixn/astraledit/lib/DirectionHelper.html" title="class in com.github.shynixn.astraledit.lib">DirectionHelper</a></li>
<li><a href="com/github/shynixn/astraledit/lib/DirectionHelper.Direction.html" title="enum in com.github.shynixn.astraledit.lib">DirectionHelper.Direction</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_10_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_10_R1">DisplayArmorstand</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_11_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_11_R1">DisplayArmorstand</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/v1_12_R1/DisplayArmorstand.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms.v1_12_R1">DisplayArmorstand</a></li>
Expand All @@ -29,6 +27,15 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/lib/ItemStackBuilder.html" title="class in com.github.shynixn.astraledit.lib">ItemStackBuilder</a></li>
<li><a href="com/github/shynixn/astraledit/lib/LocationBuilder.html" title="class in com.github.shynixn.astraledit.lib">LocationBuilder</a></li>
<li><a href="com/github/shynixn/astraledit/lib/LocationBuilder.Direction.html" title="enum in com.github.shynixn.astraledit.lib">LocationBuilder.Direction</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.AdvancedBarChart.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.AdvancedBarChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.AdvancedPie.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.AdvancedPie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.CustomChart.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.CustomChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.DrilldownPie.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.DrilldownPie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.MultiLineChart.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.MultiLineChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SimpleBarChart.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.SimpleBarChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SimplePie.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.SimplePie</a></li>
<li><a href="com/github/shynixn/astraledit/business/metrics/Metrics.SingleLineChart.html" title="class in com.github.shynixn.astraledit.business.metrics">Metrics.SingleLineChart</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/NMSRegistry.html" title="class in com.github.shynixn.astraledit.business.bukkit.nms">NMSRegistry</a></li>
<li><a href="com/github/shynixn/astraledit/api/entity/PacketArmorstand.html" title="interface in com.github.shynixn.astraledit.api.entity"><span class="interfaceName">PacketArmorstand</span></a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/Permission.html" title="enum in com.github.shynixn.astraledit.business.bukkit">Permission</a></li>
Expand All @@ -39,6 +46,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/github/shynixn/astraledit/lib/SimpleCommandExecutor.Registered.html" title="class in com.github.shynixn.astraledit.lib">SimpleCommandExecutor.Registered</a></li>
<li><a href="com/github/shynixn/astraledit/lib/SimpleCommandExecutor.UnRegistered.html" title="class in com.github.shynixn.astraledit.lib">SimpleCommandExecutor.UnRegistered</a></li>
<li><a href="com/github/shynixn/astraledit/lib/SimpleListener.html" title="class in com.github.shynixn.astraledit.lib">SimpleListener</a></li>
<li><a href="com/github/shynixn/astraledit/lib/UpdateUtils.html" title="class in com.github.shynixn.astraledit.lib">UpdateUtils</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/nms/VersionSupport.html" title="enum in com.github.shynixn.astraledit.business.bukkit.nms">VersionSupport</a></li>
<li><a href="com/github/shynixn/astraledit/business/bukkit/dependencies/worldedit/WorldEditConnection.html" title="class in com.github.shynixn.astraledit.business.bukkit.dependencies.worldedit">WorldEditConnection</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:54 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:23 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AstralEditApi (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>AstralEditApi (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AstralEditApi (AstralEdit 1.0.0 API)";
parent.document.title="AstralEditApi (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:55 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:24 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.github.shynixn.astraledit.api.AstralEditApi (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>Uses of Class com.github.shynixn.astraledit.api.AstralEditApi (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.github.shynixn.astraledit.api.AstralEditApi (AstralEdit 1.0.0 API)";
parent.document.title="Uses of Class com.github.shynixn.astraledit.api.AstralEditApi (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:54 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:23 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PacketArmorstand (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>PacketArmorstand (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PacketArmorstand (AstralEdit 1.0.0 API)";
parent.document.title="PacketArmorstand (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:54 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:23 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Selection (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>Selection (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Selection (AstralEdit 1.0.0 API)";
parent.document.title="Selection (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -228,7 +228,7 @@ <h3>Method Summary</h3>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/github/shynixn/astraledit/api/entity/Selection.html#mirror--">mirror</a></span>()</code>
<div class="block">Mirros the selection</div>
<div class="block">Mirrors the selection</div>
</td>
</tr>
<tr id="i13" class="rowColor">
Expand Down Expand Up @@ -456,7 +456,7 @@ <h4>upSideDown</h4>
<li class="blockList">
<h4>mirror</h4>
<pre>void&nbsp;mirror()</pre>
<div class="block">Mirros the selection</div>
<div class="block">Mirrors the selection</div>
</li>
</ul>
<a name="isHidden--">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:55 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:24 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.github.shynixn.astraledit.api.entity.PacketArmorstand (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>Uses of Interface com.github.shynixn.astraledit.api.entity.PacketArmorstand (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.github.shynixn.astraledit.api.entity.PacketArmorstand (AstralEdit 1.0.0 API)";
parent.document.title="Uses of Interface com.github.shynixn.astraledit.api.entity.PacketArmorstand (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_112) on Wed Aug 16 09:47:55 CEST 2017 -->
<!-- Generated by javadoc (1.8.0_112) on Sat Oct 07 18:43:24 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.github.shynixn.astraledit.api.entity.Selection (AstralEdit 1.0.0 API)</title>
<meta name="date" content="2017-08-16">
<title>Uses of Interface com.github.shynixn.astraledit.api.entity.Selection (AstralEdit 1.1.0 API)</title>
<meta name="date" content="2017-10-07">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.github.shynixn.astraledit.api.entity.Selection (AstralEdit 1.0.0 API)";
parent.document.title="Uses of Interface com.github.shynixn.astraledit.api.entity.Selection (AstralEdit 1.1.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 89644e0

Please sign in to comment.