nonscenes is a free and open source cutscene plugin for minecraft 1.20.x - 1.21.x
A cutscene plugin for Minecraft 1.20.x - 1.21.x servers.
Note: This plugin has been written on Kottlin. It is currently in alpha development stage but is actively maintained and improved.
plugins/ folderThis project uses Gradle with Kotlin DSL. To build the plugin:
# Clone the repository
git clone https://github.com/nonxedy/nonscenes.git
cd nonscenes
# Build the plugin
./gradlew build
# The JAR file will be created in build/libs/
# Run tests
./gradlew test
# Clean build
./gradlew clean build
# Generate IDE files (for IntelliJ IDEA)
./gradlew idea
/nonscene start <name> <frames> - Start recording a cutscene/nonscene play <name> - Play a cutscene/nonscene all - List all cutscenes/nonscene delete <name> - Delete a cutscene/nonscene showpath <name> - Show cutscene pathnonscene.use - Basic usagenonscene.start - Recording permissionnonscene.play - Playback permissionnonscene.delete - Delete permissionnonscene.list - List permissionnonscene.showpath - Path visualization permissionnonscene.admin - All permissionsThe plugin creates config.yml and messages.yml in plugins/nonscenes/ on first run.
Default is SQLite. For other databases, edit config.yml:
storage:
type: MYSQL # or POSTGRESQL, MONGODB, REDIS
mysql:
host: localhost
port: 3306
database: minecraft
username: your_username
password: your_password
This is an alpha release. Report issues on GitHub.
MIT License