Fixed 6 row
This commit is contained in:
parent
97e66d65f1
commit
a3047234b3
2 changed files with 6 additions and 1 deletions
5
pom.xml
5
pom.xml
|
@ -48,12 +48,17 @@
|
||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<minimizeJar>true</minimizeJar>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.inventivetalent.apihelper</pattern>
|
<pattern>org.inventivetalent.apihelper</pattern>
|
||||||
<shadedPattern>nl.sbdeveloper.showapi.helpers.apihelper</shadedPattern>
|
<shadedPattern>nl.sbdeveloper.showapi.helpers.apihelper</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>fr.minuskube.inv</pattern>
|
||||||
|
<shadedPattern>nl.sbdeveloper.showapi.helpers.inv</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
|
@ -24,7 +24,7 @@ public class ShowCueGUI extends Inventory {
|
||||||
private final String showName;
|
private final String showName;
|
||||||
|
|
||||||
public ShowCueGUI(Player p, String name) {
|
public ShowCueGUI(Player p, String name) {
|
||||||
super(5, ChatColor.DARK_AQUA + "Show Cue Manager:");
|
super(6, ChatColor.DARK_AQUA + "Show Cue Manager:");
|
||||||
this.showName = name;
|
this.showName = name;
|
||||||
open(p);
|
open(p);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue