Overwolf

Overwolf

  • Getting Started
  • Docs
  • API
  • Events Status
  • Blog
  • Q&A
  • Support

›Available Game Events

API Reference

  • Changelog
  • Overview

App Manifest

  • manifest.json
  • Validate your manifest

Available Game Events

  • Games IDs
  • Apex Legends
  • Call of Duty: Warzone
  • CS:GO
  • Dota 2
  • Final Fantasy XIV
  • Dota Underlords
  • Escape From Tarkov
  • Fortnite
  • Hearthstone
  • Heroes of the Storm
  • Legends of Runeterra
  • League of Legends
  • Minecraft
  • MTG Arena
  • Overwatch
  • Path of Exile
  • PUBG
  • PUBG Lite
  • Rainbow Six Siege
  • Rocket League
  • StarCraft II
  • Teamfight Tactics
  • Valorant
  • World of Tanks
  • World of Warcraft
  • World of Warships
  • Warframe
  • Various External APIs

Game Launchers Events

  • Launchers IDs
  • LOL Launcher

overwolf.benchmarking

  • overwolf.benchmarking

overwolf.campaigns

  • overwolf.campaigns.crossapp

overwolf.cryptography

  • overwolf.cryptography

overwolf.extensions

  • overwolf.extensions
  • overwolf.extensions.current
  • overwolf.extensions.sharedData
  • overwolf.extensions.io

overwolf.games

  • overwolf.games
  • overwolf.games.events
  • overwolf.games.inputTracking
  • overwolf.games.launchers
  • overwolf.games.launchers.events

overwolf.io

  • overwolf.io
  • overwolf.io.paths

overwolf.log

  • overwolf.log

overwolf.logitech

  • overwolf.logitech
  • overwolf.logitech.arx
  • overwolf.logitech.led

overwolf.media

  • overwolf.media
  • overwolf.media.audio
  • overwolf.media.replays
  • overwolf.media.videos
  • Highlights supported games

overwolf.os

  • overwolf.os
  • overwolf.os.tray

overwolf.profile

  • overwolf.profile
  • overwolf.profile.subscriptions

overwolf.settings

  • overwolf.settings
  • overwolf.settings.hotkeys
  • overwolf.settings.language
  • overwolf.settings.games

overwolf.social

  • overwolf.social
  • overwolf.social.reddit
  • overwolf.social.youtube
  • overwolf.social.discord
  • overwolf.social.gfycat
  • overwolf.social.twitter

overwolf.streaming

  • overwolf.streaming

overwolf.tobii

  • overwolf.tobii

overwolf.utils

  • overwolf.utils

overwolf.web

  • overwolf.web
  • overwolf.web.webserver
  • overwolf.web.websocket

overwolf.windows

  • overwolf.windows
Edit

Minecraft

Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.

Game ID

8032

Sample Apps

  • Minecraft game events sample app

Available Features

  • gep_internal
  • game_info
  • match_info

Game event status

It is highly recommended to communicate errors and warnings to app users.

Check the current game event status here. Alternately, you can easily check that status from your app itself, using our API.

note

The events are currently available only to the standard game. We do not support modded clients.

gep_internal

Info Updates

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes143.0

gep_internal note

Data Example:

{"info":{"gep_internal":{"version_info":"{"local_version":"157.0.1","public_version":"157.0.1","is_updated":true}"}},"feature":"gep_internal"}

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
scenegame_infoThe name of the current scene.See notes153.0
namegame_infoThe name of the local player.See notes153.0

scene note

Data Example:

{"info":{"game_info":{"scene":"Title Screen"}},"feature":"game_info"}
{"info":{"game_info":{"scene":"Select World"}},"feature":"game_info"}

name note

Data Example:

{"info":{"game_info":{"name":"OverwoldDeBest"}},"feature":"game_info"}

match_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
servermatch_infoThe full id of the server.See notes153.0
general_statsmatch_infoAll of the current general statistics.See notes153.0
item_statsmatch_infoAll of the current item statistics.See notes153.0
mobs_statsmatch_infoAll of the current mob statistics.See notes153.0
locationmatch_infoCurrent player's location in the game.See notes157.0
facingmatch_infoThe current direction the player is facing.See notes157.0

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullWhen loading into map.See notes153.0
match_endnullWhen disconnecting from map.See notes153.0

server note

Data Example:

{"info":{"match_info":{"server":"Play.datblock.com"}},"feature":"match_info"}

note regarding statistics

To activate and extract the data out of the statistics you must open the main menu (ESC) and click on the statistics.

general_stats note

Data Example:

{
    "info": {
        "match_info": {
            "general_stats": "[ {
                "name": "damage_absorbed",
                "value": "0"
            },
            {
                "name": "fall_one_cm",
                "value": "0 cm"
            },
            {
                "name": "walk_one_cm",
                "value": "79.65 m"
            },
...
            {"name":"enchant_item","value":"0"}]"}},
                "feature":"match_info"}

item_stats note

Data Example:

    {"info":
        {"match_info":{"items_stats":"[
            {"name":"rass","value":"4","stat_type":"stat_type.minecraft.mined"},
            {"name":"ead_bush","value":"31","stat_type":"stat_type.minecraft.mined"},
            {"name":"ft.wheat_seeds","value":"6","stat_type":"stat_type.minecraft.picked_up"},
            {"name":"ft.beef","value":"1","stat_type":"stat_type.minecraft.picked_up"},
            {"name":"ft.leather","value":"1","stat_type":"stat_type.minecraft.picked_up"}]"}},
            "feature":"match_info"}

mobs_stats note

Data Example:

{"info":{"match_info":{"mobs_stats":"[{"name":"cow","value":"1","stat_type":"stat_type.minecraft.killed"}]"}},"feature":"match_info"}

location note

Data Example:

{"info":{"match_info":{"location":"{"x":-289.403,"y":60.9237,"z":474.063}"}},"feature":"match_info"}
{"info":{"match_info":{"location":"{"x":-289.669,"y":60.4237,"z":475.049}"}},"feature":"match_info"}
{"info":{"match_info":{"location":"{"x":-290.248,"y":59.9237,"z":476.861}"}},"feature":"match_info"}
{"info":{"match_info":{"location":"{"x":-290.754,"y":59.4237,"z":478.788}"}},"feature":"match_info"}

facing note

Data Example:

{"info":{"match_info":{"facing":"{"x":146.851,"y":1.34979}"}},"feature":"match_info"}

match_start note

Data Example:

{"events":[{"name":"match_start","data":"null"}]}

match_end note

Data Example:

{"events":[{"name":"match_end","data":"null"}]}
Last updated on 2020-10-8 by Sh4rgaas
← League of LegendsMTG Arena →
  • Sample Apps
  • Available Features
  • Game event status
  • gep_internal
    • Info Updates
  • game_info
    • Info Updates
  • match_info
    • Info Updates
    • Events
  • Legal
  • Terms overview
  • Developer's terms
  • App terms
  • Overwolf terms
  • Overwolf Privacy policy
  • Support
  • Questions and Answers
  • Discord
  • Slack
  • Facebook
  • Twitter
  • Documentation
  • Changelog
  • API
  • App Creation Process
  • Best Practices
  • Game Events status
  • Information
  • Careers
  • Fund
  • Developers Blog
  • Overwolf Appstore
  • Advertise on Overwolf