Initial commit: Minecraft Scala Plugin Template

- Complete Scala SpigotMC plugin template
- Docker development environment
- Sample commands (/hello, /info) and event handlers
- Development scripts for easy server management
- Comprehensive README and documentation

🤖 Generated with Claude Code
This commit is contained in:
mii443
2025-06-18 00:40:53 +09:00
commit 4b2e24f6b9
11 changed files with 460 additions and 0 deletions

1
project/build.properties Normal file
View File

@ -0,0 +1 @@
sbt.version=1.11.2

1
project/plugins.sbt Normal file
View File

@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")