Slow FPS Game
A very slow fps game in spigot 1.12.2
Features
- Breaks the common sense that fps should be fast.
- The projectile speed is super slow.
- Can use any item as the projectile.
Gradle (Groovy)
allprojects { repositories { ... mavenCentral() } } ... dependencies { implementation 'com.github.patrick-mc:slow-fps-game:1.0' }
Gradle (Kotlin DSL)
allprojects { repositories { ... mavenCentral() } } ... dependencies { implementation("com.github.patrick-mc:slow-fps-game:1.0") }