mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-11-29 13:36:10 +01:00
Merge branch 'development'
This commit is contained in:
commit
9fd066624a
8
pom.xml
8
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<groupId>com.songoda</groupId>
|
<groupId>com.songoda</groupId>
|
||||||
<artifactId>EpicAnchors</artifactId>
|
<artifactId>EpicAnchors</artifactId>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>1.4.10b</version>
|
<version>1.4.10c</version>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<finalName>EpicAnchors-${project.version}</finalName>
|
<finalName>EpicAnchors-${project.version}</finalName>
|
||||||
@ -88,10 +88,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>private</id>
|
|
||||||
<url>http://repo.songoda.com/repository/private/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>public</id>
|
<id>public</id>
|
||||||
<url>https://repo.songoda.com/repository/public/</url>
|
<url>https://repo.songoda.com/repository/public/</url>
|
||||||
@ -105,7 +101,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot</artifactId>
|
<artifactId>spigot</artifactId>
|
||||||
<version>1.16.1</version>
|
<version>1.16.4</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -43,11 +43,11 @@ public class GUIOverview extends Gui {
|
|||||||
|
|
||||||
setDefaultItem(glass1);
|
setDefaultItem(glass1);
|
||||||
|
|
||||||
GuiUtils.mirrorFill(this, 0, 0, true, true, glass2);
|
mirrorFill(0, 0, true, true, glass2);
|
||||||
GuiUtils.mirrorFill(this, 0, 1, true, true, glass2);
|
mirrorFill(0, 1, true, true, glass2);
|
||||||
GuiUtils.mirrorFill(this, 0, 2, true, true, glass3);
|
mirrorFill(0, 2, true, true, glass3);
|
||||||
GuiUtils.mirrorFill(this, 1, 0, false, true, glass2);
|
mirrorFill(1, 0, false, true, glass2);
|
||||||
GuiUtils.mirrorFill(this, 1, 1, false, true, glass3);
|
mirrorFill(1, 1, false, true, glass3);
|
||||||
|
|
||||||
setItem(13, GuiUtils.createButtonItem(plugin.makeAnchorItem(anchor.getTicksLeft()),
|
setItem(13, GuiUtils.createButtonItem(plugin.makeAnchorItem(anchor.getTicksLeft()),
|
||||||
plugin.getLocale().getMessage("interface.anchor.smalltitle").getMessage(),
|
plugin.getLocale().getMessage("interface.anchor.smalltitle").getMessage(),
|
||||||
|
Loading…
Reference in New Issue
Block a user