Skip to content

Commit

Permalink
Merge pull request #134 from Efnilite/dev
Browse files Browse the repository at this point in the history
Merge 5.3.1
  • Loading branch information
Efnilite authored Oct 21, 2024
2 parents b8f4b30 + 436c576 commit 6ff4266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.efnilite</groupId>
<artifactId>IP</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/dev/efnilite/ip/menu/play/SpectatorMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import dev.efnilite.ip.config.Option;
import dev.efnilite.ip.menu.Menus;
import dev.efnilite.ip.menu.ParkourOption;
import dev.efnilite.ip.mode.Modes;
import dev.efnilite.ip.player.ParkourUser;
import dev.efnilite.ip.session.Session;
import dev.efnilite.ip.world.Divider;
Expand Down Expand Up @@ -66,6 +67,8 @@ public void open(Player player) {
}
}

item.click(event -> Modes.SPECTATOR.create(player, session));

display.add(item);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'IP'
description: 'Infinitely automatically generating parkour plugin.'
author: Efnilite
version: 5.3.0
version: 5.3.1
api-version: 1.16
main: dev.efnilite.ip.IP
softdepend: [floodgate, Vault, PlaceholderAPI, Multiverse-Core, VoidGen]
Expand Down

0 comments on commit 6ff4266

Please sign in to comment.