{"id":15008172,"url":"https://github.com/hotarublaze/gotes3mp","last_synced_at":"2025-10-30T12:31:28.965Z","repository":{"id":48477964,"uuid":"223285288","full_name":"HotaruBlaze/goTES3MP","owner":"HotaruBlaze","description":"A TES3MP Golang bot that utilizes JSON and IRC for communication and scripts, such as Server Chat.","archived":false,"fork":false,"pushed_at":"2024-08-18T22:23:33.000Z","size":1251,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-29T15:23:27.715Z","etag":null,"topics":["discord","discord-bot","lua","tes3mp"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HotaruBlaze.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-21T23:40:29.000Z","updated_at":"2024-06-02T19:16:40.000Z","dependencies_parsed_at":"2023-10-01T03:20:53.891Z","dependency_job_id":"c93764c6-4a00-4814-9918-3d2f85ca1c3a","html_url":"https://github.com/HotaruBlaze/goTES3MP","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.020408163265306145","last_synced_commit":"d8b3d1424906b33e7417c9dd147367fac439aaf2"},"previous_names":["mrflutters/gotes3mp"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotaruBlaze%2FgoTES3MP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotaruBlaze%2FgoTES3MP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotaruBlaze%2FgoTES3MP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotaruBlaze%2FgoTES3MP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HotaruBlaze","download_url":"https://codeload.github.com/HotaruBlaze/goTES3MP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856292,"owners_count":16556085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-bot","lua","tes3mp"],"created_at":"2024-09-24T19:15:28.940Z","updated_at":"2025-10-30T12:31:28.577Z","avatar_url":"https://github.com/HotaruBlaze.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goTES3MP for TES3MP\n[![Main](https://github.com/HotaruBlaze/goTES3MP/actions/workflows/build.yml/badge.svg)](https://github.com/HotaruBlaze/goTES3MP/actions/workflows/build.yml)\n[![](https://dcbadge.vercel.app/api/server/66KTvnwFUC?style=flat-square)](https://discord.gg/66KTvnwFUC)\n\n\n\nAn golang Client/Server appliaction for TES3MP utilizing golang and IRC for server communication and features such as a Discord-Chat bridge, anti-VPN protection and more. \n\nThe previous depricated version of this is: [TES3MP_DiscordRelay](https://github.com/HotaruBlaze/TES3MP_DiscordRelay)\n\n# Features\n- Discord-Chatbridge to/from TES3MP and Discord\n- Anti-VPN protection, using publicly available apis\n- Ability to do remote TES3MP commands from Discord.\n# Worthwhile Notes\n* TES3MP does not shutdown correctly most of the time with SIGINT, or closing the application, It's recommended to use another script for this, such as [ShutdownServer](https://github.com/tes3mp-scripts/ShutdownServer).\n\n* Sometimes goTES3MP fails to connect to Discord, this usually fixes itself after a couple of minutes, if not try running the \"reloaddiscord\" command on goTES3MP. \n\n# Requirements\n- Golang version \u003e= 1.20 \n- An IRC Server, I recommend my personal fork of [ergo](https://github.com/ergochat/ergo) found [here](https://github.com/HotaruBlaze/ergo-tes3mp)\n- *[cjson](https://github.com/TES3MP/lua-cjson) (Included in tes3mp-scripts.zip)\n\n# Methods Documentation found [Here](docs/methods.md)\n\n# One line autoinstall for goTES3MP Requirements (Ubuntu/Debian): [Installer.sh](autoinstaller/ubuntu/autoInstall.sh)\n**Note: This will not auto install TES3MP or setup the TES3MP's lua scripts.**\n```\ncurl -fsSL https://raw.githubusercontent.com/HotaruBlaze/goTES3MP/main/autoinstaller/ubuntu/autoInstall.sh | bash\n```\n\n\n# Install Instructions - Standalone\n1. Download the latest build with accompanying tes3mp-scripts.zip \n2. Extract and copy the custom and lib folders to `server` folder.\n3. Add the following to your server/customScripts.lua file, making sure DataManager is above the following\n```\nIrcBridge = require(\"custom/IrcBridge/IrcBridge\")\ngoTES3MP = require(\"custom/goTES3MP/main\")\n```\n4. Download and place the correct `goTES3MP` binary for your platform\n5. Run the binary to generate the default configuration file(`config.yaml`)\n\n# Install Instructions - Docker-Compose\n```yml\nversion: \"3\"\nservices:\n  irc-server:\n    image: mrflutters/oragono:tes3mp-fork\n    ports:\n      - 172.17.0.1:6667:6667 #Plaintext\n    restart: unless-stopped\n    volumes:\n        - irc_data:/ircd\n        - ./oragono/ircd.yaml:/ircd/ircd.yaml\n        - ./oragono/fullchain.pem:/ircd/fullchain.pem\n        - ./oragono/privkey.pem:/ircd/privkey.pem\n    networks:\n      - relay-net\n    container_name: irc-server\n\n  gotes3mp:\n    image: 'ghcr.io/hotarublaze/gotes3mp:v0.3.4'\n    volumes:\n      - './logs:/app/logs'\n      - './config.yaml:/app/config.yaml'\n    networks:\n      - relay-net\n      \nnetworks:\n  relay-net:\nvolumes:\n  irc_data:\n```\n# Build Instructions - Linux (assumes Ubuntu/Debian)\n```\nsudo apt install golang-go git\ngit clone https://github.com/HotaruBlaze/goTES3MP\ncd goTES3MP\n./scripts/build.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotarublaze%2Fgotes3mp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotarublaze%2Fgotes3mp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotarublaze%2Fgotes3mp/lists"}