Skip to content

Commit 0112e0c

Browse files
committed
hook読み込む
1 parent 608b8d3 commit 0112e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/elic0de/thejpspit/TheJpsPit.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public void onEnable() {
9393
registerListener();
9494
registerHooks();
9595

96+
loadHooks();
97+
9698
Bukkit.getWorlds().forEach(world -> {
9799
world.setGameRule(GameRule.DO_IMMEDIATE_RESPAWN, true);
98100
world.setGameRule(GameRule.KEEP_INVENTORY, true);

0 commit comments

Comments
 (0)