File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/me/kodysimpson/simpapi Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >me.kodysimpson</groupId >
88 <artifactId >SimpAPI</artifactId >
9- <version >4.5.2 </version >
9+ <version >4.5.3 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >SimpAPI</name >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public abstract class PaginatedMenu extends Menu {
2323 //that the loop is on
2424 protected int index = 0 ;
2525
26- public PaginatedMenu (Plugin plugin , PlayerMenuUtility playerMenuUtility ) {
26+ public PaginatedMenu (PlayerMenuUtility playerMenuUtility ) {
2727 super (playerMenuUtility );
2828 }
2929
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public static void killSelectorsWithTag(String inputTag) {
2828 }
2929 }
3030
31- public void killAllSelectors () {
31+ public static void killAllSelectors () {
3232 for (World world : getServer ().getWorlds ()) {
3333 for (Entity entity : world .getEntities ()) {
3434 for (String tag : entity .getScoreboardTags ()) {
@@ -41,7 +41,7 @@ public void killAllSelectors() {
4141 }
4242 }
4343
44- public void removeTempTeams () {
44+ public static void removeTempTeams () {
4545 Scoreboard board = Bukkit .getScoreboardManager ().getMainScoreboard ();
4646 for (Team team : board .getTeams ()) {
4747 if (team .getName ().startsWith ("regionselector+" )) {
You can’t perform that action at this time.
0 commit comments