Skip to content

Releases: bellaouzo/EventLensMC

EventLens 1.12.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 01:00

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) and dashboard.bind-address: 0.0.0.0, then browsing http://<host>:8765/?token=...
  • Bundle export also writes a .zip next to the folder so panel/FTP hosts can download one file, unzip it, and open index.html at 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

Choose a tag to compare

@github-actions github-actions released this 19 Aug 00:13

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

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:55

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 Paper user_jvm_args.txt / start.bat or Prism/MultiMC instance.cfg when 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.jar and EventLens-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

Choose a tag to compare

@bellaouzo bellaouzo released this 18 Aug 23:05

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 reportVersion 2, and agent protocol 2 are 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 Pre-release
Pre-release

Choose a tag to compare

@bellaouzo bellaouzo released this 18 Aug 09:31

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_21 compatibility; EventBus 7 BUS.addListener registration)
  • Fabric runClient attaches the client agent correctly
  • Fabric mod bundles eventlens-observability for 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.