Releases: bellaouzo/EventLensMC
Releases · bellaouzo/EventLensMC
Release list
EventLens 1.12.2
Downloads
- Setup wizard (start here):
eventlens-setup-1.12.2.jar - Needs Java 21+ OpenJDK (Temurin / Microsoft OpenJDK). Not Java SE Platform Binary (Java 8).
- Manual install folder:
EventLens-1.12.2-manual.zip
[1.12.2] - 2026-08-18
Added
- Hosted and VPS servers can open the live dashboard by setting
dashboard.token(12+ characters) anddashboard.bind-address: 0.0.0.0, then browsinghttp://<host>:8765/?token=... - Bundle export also writes a
.zipnext to the folder so panel/FTP hosts can download one file, unzip it, and openindex.htmlat home
Changed
- Remote dashboard bind is refused unless a token is set; localhost with an empty token stays open as before
Fixed
- Client Screen event, session, and session-detail lists no longer draw every row on top of each other (NeoForge, Forge, and Fabric)
EventLens 1.12.1
Downloads
- Setup wizard (start here):
eventlens-setup-1.12.1.jar - Needs Java 21+ OpenJDK (Temurin / Microsoft OpenJDK). Not Java SE Platform Binary (Java 8).
- Manual install folder:
EventLens-1.12.1-manual.zip
[1.12.1] - 2026-08-18
Fixed
- Setup wizard double-clicked with Java SE Platform Binary (usually Java 8) no longer dies with a class-version error: it relaunches OpenJDK 21+ when that is installed, or explains to use OpenJDK / Temurin instead of Java SE
Changed
- README and the GitHub release say the wizard needs Java 21+ (OpenJDK). Paper still needs Java 25.
EventLens 1.12.0
Downloads
- Setup wizard (start here):
eventlens-setup-1.12.0.jar - Needs Java 21+ OpenJDK (Eclipse Temurin, Microsoft Build of OpenJDK, or similar). On Windows choose OpenJDK Platform Binary, not Java SE Platform Binary (that is usually Oracle Java 8 and cannot run the wizard).
- Paper still needs Java 25.
- Manual install folder:
EventLens-1.12.0-manual.zip
[1.12.0] - 2026-08-18
Added
- Setup wizard (
eventlens-setup-1.12.0.jar) copies the Paper plugin or a client mod, optionally installs the matching Java agent, and writes Paperuser_jvm_args.txt/start.bator Prism/MultiMCinstance.cfgwhen those files are present - The last wizard page always shows the
-javaagent:line so CurseForge, Modrinth, and other launchers can paste it by hand - GitHub Releases attach only
eventlens-setup-1.12.0.jarandEventLens-1.12.0-manual.zip(all individual jars inside that folder)
Changed
- README leads with the wizard and still documents the full manual Paper, client, and agent steps
- Setup wizard Browse opens the Windows folder picker (File Explorer), not the Swing file dialog
- Setup wizard last page highlights the JVM argument in its own box with a Copy JVM argument button when the launcher could not be patched automatically
- Setup wizard last page points to the README Java agents section for Prism / CurseForge / Modrinth steps, and colors the install summary (copied / updated / next steps)
EventLens 1.11.0
EventLens 1.11.0
Full 1.x release for Paper 26.2 and Minecraft 26.2 clients (NeoForge, Forge, and Fabric).
Added
- GitHub Releases created from
v*tags attach the Paper plugin, agents, observability jar, and client mods - Public SECURITY.md for private vulnerability reports
Changed
- Paper plugin is a stable 1.x release. Commands, permissions, export JSON
reportVersion2, and agent protocol2are the 1.x compatibility contract - NeoForge, Forge, and Fabric 26.2 client mods ship in the same release (Screen, HUD, chat, client agent)
Downloads
| File | Use |
|---|---|
EventLens-1.11.0.jar |
Paper 26.2 server plugin |
eventlens-neoforge-1.11.0.jar |
NeoForge client mod (mods/) |
eventlens-forge-1.11.0.jar |
Forge client mod (mods/) |
eventlens-fabric-1.11.0.jar |
Fabric client mod (mods/) |
eventlens-agent-1.11.0.jar |
Paper server Java agent (JVM args) |
eventlens-client-agent-1.11.0.jar |
Client Java agent (launcher JVM args — not mods/) |
eventlens-observability-1.11.0.jar |
Optional sibling jar for agents (fat agent jars also work alone) |
See the README for Paper install, client install, and copy-paste JVM args.
EventLens 1.10.7-beta
EventLens 1.10.7-beta
Fabric client agent, Forge 26.2 startup fixes.
Added
- Fabric client Java agent — per-mod Fabric API callback timing via launcher
-javaagent:(same client agent jar as NeoForge and Forge)
Fixed
- Forge client mod no longer instant-crashes on startup (removed obsolete 26.2 mixins; Mixin
JAVA_21compatibility; EventBus 7BUS.addListenerregistration) - Fabric
runClientattaches the client agent correctly - Fabric mod bundles
eventlens-observabilityfor agent wiring in dev and release jars
Downloads
| File | Use |
|---|---|
EventLens-1.10.7-beta.jar |
Paper 26.2 server plugin |
eventlens-neoforge-1.10.7-beta.jar |
NeoForge client mod (mods folder) |
eventlens-forge-1.10.7-beta.jar |
Forge client mod (mods folder) |
eventlens-fabric-1.10.7-beta.jar |
Fabric client mod (mods folder) |
eventlens-agent-1.10.7-beta.jar |
Paper server Java agent |
eventlens-client-agent-1.10.7-beta.jar |
Client Java agent (launcher JVM args — not mods/) |
eventlens-observability-1.10.7-beta.jar |
Optional sibling jar for agents (fat agent jars also work alone) |
See README for copy-paste JVM args and launcher setup.