
Simon Says: Obey
A psychological horror mod where Simon forces you to follow his commands. Obey only when he says “Simon Says.” Make mistakes and he gets closer, watches you, stalks you, and eventually hunts you down. Listen carefully. Follow the rules. Survive.
1.0.0
Compatibility
Changes
Simon Says: Obey — v1.0.0
- Added Simon, a terrifying entity that watches, stalks and hunts players.
- Added Simon Says games with real and deceptive commands.
- Added three lives for each player.
- Simon becomes more active as players lose lives.
- Mistakes trigger darkness and a temporary chase.
- Simon can catch players, perform a jumpscare and kill them.
- Added custom animations for Simon.
- Added frightening chase music, footsteps, roars and voice lines.
- Added random horror events and distant appearances.
- Added a custom command HUD with countdown timers.
- Added an introductory horror warning.
- Added English and Turkish language support.
- Added multiplayer support with one shared Simon.
- Added multiplayer duels between players.
- Duel losers are hunted by Simon.
- Added a custom mod icon and jumpscare artwork.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2ppKyWuW:uhVsVoG8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ppKyWuW:uhVsVoG8"
}
