We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570e743 commit 21d9e97Copy full SHA for 21d9e97
src/main/java/net/thenextlvl/tweaks/listener/SpawnListener.java
@@ -17,6 +17,7 @@ public SpawnListener(TweaksPlugin plugin) {
17
this.plugin = plugin;
18
}
19
20
+ // todo: port to AsyncPlayerSpawnLocationEvent
21
@EventHandler(priority = EventPriority.LOWEST)
22
public void onPlayerSpawnLocation(PlayerSpawnLocationEvent event) {
23
var config = plugin.config().spawn;
0 commit comments