{"id":21150750,"url":"https://github.com/denizenscript/denizenmetabot","last_synced_at":"2026-03-09T17:37:35.379Z","repository":{"id":51822279,"uuid":"188675891","full_name":"DenizenScript/DenizenMetaBot","owner":"DenizenScript","description":"The Meta bot on the Denizen Discord","archived":false,"fork":false,"pushed_at":"2026-03-08T07:28:40.000Z","size":497,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-08T12:31:38.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/DenizenScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-26T11:44:47.000Z","updated_at":"2026-03-08T07:28:43.000Z","dependencies_parsed_at":"2024-06-09T18:01:14.501Z","dependency_job_id":"b392f68f-cc0c-4ff2-8d14-439168836f63","html_url":"https://github.com/DenizenScript/DenizenMetaBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DenizenScript/DenizenMetaBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenMetaBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenMetaBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenMetaBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenMetaBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenizenScript","download_url":"https://codeload.github.com/DenizenScript/DenizenMetaBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenizenScript%2FDenizenMetaBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30304773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-20T10:07:11.529Z","updated_at":"2026-03-09T17:37:35.365Z","avatar_url":"https://github.com/DenizenScript.png","language":"C#","readme":"DenizenMetaBot\n--------------\n\nA Discord bot for Denizen 1.x (Bukkit) meta documentation.\n\nThis is a C#/.NETCore based Discord bot.\n\nCreated by mcmonkey and the DenizenScript team.\n\n## Setup\n\nGathering the files note:\n- In addition to a `git clone` of this repository, you need to clone the sub-repository, using a command like `git submodule update --init --recursive`.\n\nYou need `screen` and `dotnet-6-sdk` installed.\n\nThe `start.sh` file is used by the `restart` command and should be maintained as correct to the environment to launch a new bot program instance... points of note:\n- It starts with a `git pull` command to self-update. If this is not wanted, remove it. Be careful what repository this will pull from (a fork you own vs. the original repository vs. some other one...)\n- It uses a `screen` command to launch the bot quietly into a background screen. The `screen` program must be installed for that to work. Alternately, replace it with some other equivalent background terminal program.\n- The restart command will run this script equivalently to the following terminal command: `bash ./start.sh 12345` where `12345` is the ID number for the channel that issued a restart command.\n\nTo configure the bot:\n- Create directory `config` within this bot's directory.\n- Within the `config` directory, create file `token.txt` containing only the Discord bot token without newlines or anything else.\n    - To create a bot token, refer to official Discord documentation. Alternately, you can follow the bot-user-creation parts of https://discordpy.readthedocs.io/en/stable/discord.html (ignore the coding parts, just follow the first bits about creating a bot user on the Discord application system, and getting the token).\n- Optionally, within the `config` directory, create file `quotes.txt`, with a list of quotes for `!quote`, separated by double-newlines (ie, one complete blank line between each distinct quote).\n- Within the `config` directory, create file `config.fds` (a FreneticDataSyntax file) with the following options (See also the full file text sample below) (most lines are optional):\n    - `valid_channels` set to a whitelist of channels the bot responds in (left out = responds anywhere).\n    - `info_replies` set to a submapping of info commands and their replies, which allows comma-separated list keys. The first listed name on each line is the primary name. Type `\\n` to add a line break.\n    - `project_details` set to a submapping of project names to project details map, as follows:\n        - `update` set to an update message for the project.\n        - `github` set to a GitHub repo URL (if applicable)\n        - `icon` set to a `.png` icon image URL.\n    - `channel_details` set to a submapping of channels to details specific to the channel. Within each channel ID key is a submapping of the details, as follows:\n        - `updates` set to what projects they correspond to (for the update command).\n        - `docs` set to whether meta docs are allowed in this channel.\n    - `url_base` set to the base URL of the meta website.\n    - `rules` set to a submapping of rule IDs to their text.\n    - `command_prefix` set to the command prefix (for non-ping-based usages of the bot).\n    - `build_numbers` set to a submapping of project names to build number tracker details.\n        - `name` set to the name that appears in the `plugin.yml`.\n        - `jenkins_job` set to the Jenkins job name.\n        - `regex` set to a RegEx matcher, with one capturing group to capture the build number from a larger version string.\n        - `max_behind` set to an integer, representing how many builds behind one can safely be before a warning symbol should be displayed.\n    - `acceptable_server_versions` set to a list of server MC versions (just the main version without sub-version, like \"1.15\", not \"1.15.1\") that are acceptable + tracked (older = outdated, newer = unknown).\n    - `additional_meta_sources` set to a list of additional meta source URLs (should be direct zip links, like `https://github.com/DenizenScript/Denizen/archive/dev.zip`).\n    - `reload_webhooks` set to an optional list of URLs to set a POST request to when reloads are triggered.\n    - `rss_feeds` set to an optional submap of RSS feeds, with keys `url` (direct rss.xml link), `channels` (list of channel ids), and `check_rate` (in minutes, decimals allowed)\n    - `slash_cmd_version` can be incremented to force a slash command re-registration at next startup\n\n`config.fds` sample text content (the channel IDs are the actual ones on the Denizen Discord group):\n```\nvalid_channels:\n# denizen-lobby\n- 315163488085475337\n# bot-spam\n- 315616018846318593\ninfo_replies:\n    new,newb,noob,newbie: Welcome new user! Please read the rules at the bottom of the #info channel, and feel free after that to ask for help in the most relevant channel!\nurl_base: https://meta.denizenscript.com/Docs/\ncommand_prefix: !\nproject_details:\n    Denizen:\n        update: Latest **Denizen** dev builds are at \u003chttps://ci.citizensnpcs.co/job/Denizen_Developmental/\u003e.\\nLatest Denizen stable release builds are at \u003chttps://ci.citizensnpcs.co/job/Denizen/\u003e.\\nSpigot release of Denizen are at \u003chttps://www.spigotmc.org/resources/denizen.21039/\u003e.\n        github: https://github.com/DenizenScript/Denizen\n        icon: https://i.alexgoodwin.media/i/for_real_usage/ec5694.png\nchannel_details:\n    315163488085475337:\n        updates: denizen spigot\n        docs: true\nrules:\n    all: Here's all the rules though!\n    1: This is an important rule!\nbuild_numbers:\n    denizen_release:\n        name: Denizen\n        jenkins_job: Denizen\n        regex: [\\d.]+(?:-SNAPSHOT)? \\(build (\\d+)-REL\\)\n        max_behind: 2\nacceptable_server_versions:\n    - 1.15\nreload_webhooks:\n- https://example.com\nrss_feeds:\n    f1:\n        url: https://example.com/rss.xml\n        channels:\n        - 123456\n        check_rate: 5\nslash_cmd_version: 0\n```\n\nTo start the bot up:\n- Run `./start.sh` while in the bot's directory.\n\nTo view the bot's terminal:\n- Connect to the screen - with an unaltered `start.sh` file, the way to connect to that is by running `screen -r DenizenMetaBot`.\n\n## Copyright/Legal Info\n\nThe MIT License (MIT)\n\nCopyright (c) 2019-2026 The DenizenScript Team\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizenmetabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenizenscript%2Fdenizenmetabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenizenscript%2Fdenizenmetabot/lists"}