diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-28 17:04:05 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-28 17:04:20 -0400 |
| commit | 3a3e80a1793601293402bca5cafdfde664121b14 (patch) | |
| tree | 94fe8d50762563d252b86ca92a10d3a1823b0853 /bukkit/src/Plugin.kt | |
| parent | initial (diff) | |
| download | kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.tar.gz kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.tar.bz2 kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.zip | |
2.0.0-alpha1v2.0.0-alpha1
Diffstat (limited to 'bukkit/src/Plugin.kt')
| -rw-r--r-- | bukkit/src/Plugin.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bukkit/src/Plugin.kt b/bukkit/src/Plugin.kt index 325d4cd..3f71955 100644 --- a/bukkit/src/Plugin.kt +++ b/bukkit/src/Plugin.kt @@ -52,6 +52,7 @@ class KhsPlugin : JavaPlugin() { InventoryListener(this) JoinLeaveListener(this) MovementListener(this) + PlaceListener(this) PlayerListener(this) PacketListener(this) RespawnListener(this) |