Skip to main content
Loading...

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

Sample Apps​

Available Features​

Game event status​

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

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

GEP supports the following Minecraft versions:

  • Supported vanila versions:

    • 1.12.2 - unsupported events: biome, dimension, world_id, chat, statistics, scene, player_x
    • 1.16 - 1.16.1 - unsupported events: biome, dimension, world_id, chat, statistics
    • 1.16.2 - unsupported events: biome, dimension, world_id
    • 1.17 - 1.17.1 - full support except biome
    • 1.18 - 1.21.10 - full support
  • Supported mod-loaders versions:

    • Forge 36.0.0 - 36.2.39
    • Forge 39.0.0 - 48.0.6
    • Fabric 0.14.0 - 0.16.9
    • Neoforge 21.3.16 - 21.3.17
  • addons (mods) event is supported from Minecraft versions 1.8 to 1.19 for both Forge and Fabric

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. (language dependent).See notes153.0
scene_keygame_infoThe key of the current scene.See notes267.0
namegame_infoThe name of the local player.See notes153.0
player_Xgame_infoThe list of players in the current game.See notes191.0
mc_versiongame_infoThe current Minecraft version played.See notes205.0
world_idgame_infoThe original name of a single-player world.See notes261.0
game_dirgame_infoThe directory the game is running from.See notes261.0

scene note​

tip

The scene data displays the title in the language selected by the user in the game. To use the current scene as a unique key, refer to scene_key instead

Data Example:

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

scene_key note​

Data Example:

{"feature": "game_info", "category": "game_info", "key": "scene_key", "data": "narrator.screen.title"}
{"feature": "game_info", "category": "game_info", "key": "scene_key", "data": "selectWorld.title"}

name note​

Data Example:

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

player_X note​

  • A full players list is sent each time a player gets in or out of the game
  • The position of each player in the list can vary from time to time
  • In case the "players visibility toggle" is turned on, this info update will not send values

Data Example:

{"feature":"game_info","category":"game_info","key":"player_3","value":"Nor555"}

mc_version note​

Data Example:

{"info":{"game_info":{"mc_version":"1.18.2"}},"feature":"game_info"}

world_id note​

Data Example:

{"feature": "game_info", "category": "game_info", "key": "world_id", "data": "my new world"}```

game_dir note​

Data Example:

Vanilla example:

{"feature":"game_info","category":"game_info","key":"game_dir","value":"C:\\Users\\YourUser\\AppData\\Roaming\\.minecraft"}

Mods example:

{"feature":"game_info","category":"game_info","key":"game_dir","value":"\"C:\\Users\\YourUser\\curseforge\\minecraft\\Instances\\MC"}```

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
servermatch_infoThe full id of the server.See notes153.0
realms_infomatch_infoThe ID and name of the current realm.See notes273.0
general_statsmatch_infoAll of the current general statistics.See notes153.0
items_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
biomematch_infoName of the biome the player is in currently.See notes258.0
dimensionmatch_infoName of the dimension the player is in currently.See notes261.0

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullWhen loading into a map.See notes153.0
match_endnullWhen disconnecting from map.See notes153.0
chattextWhen the chat window is updated.See notes187.0

server note​

Data Example:

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

realms_info note​

note

realms_info does not work when entering a realm using the Quick Launch option in the launcher

Data Example:

{"feature":"match_info","category":"match_info","key":"realms_info","value":"{\"realms_id\":14293560,\"realms_name\":\"New World\"}"}

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"}

items_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"}

biome note​

Data Example:

{"feature":"match_info","category":"match_info","key":"biome","value":"minecraft:forest"}

dimension note​

Data Example:

{"feature": "match_info", "category": "match_info", "key": "dimension", "data": "minecraft:overworld"}

match_start note​

Data Example:

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

match_end note​

Data Example:

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

chat note​

This event is intended for real-time usage only, and its content should not be logged.

Data Example:

{"events":[{"name":"chat","data":"§7overwolfqa§7: hello"}]}

mods​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
addon_xxxmodsAddons list used by the playerSee notes190.0

addon_xxx note​

  • addons (mods) supported from Minecraft versions 1.8 to 1.18 for both Forge and Fabric

Data Example:

{"info":{"mods":{"addon_153":"{"name":"xpbook","display_name":"XP Tome","version":"2.1.3"}"}},"feature":"mods"}

counters​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
pingperformanceLatency changes of the local player in the current game.See notes191.0

ping note​

Data Example:

{"feature":"counters","category":"performance","key":"ping","value":"157"}