{"id":19134565,"url":"https://github.com/azerothcore/mod-starter-guild","last_synced_at":"2025-08-01T05:41:44.137Z","repository":{"id":41959933,"uuid":"123951654","full_name":"azerothcore/mod-starter-guild","owner":"azerothcore","description":"This module automatically joins new players to a guild of your choice on first login.","archived":false,"fork":false,"pushed_at":"2025-03-02T12:59:33.000Z","size":48,"stargazers_count":10,"open_issues_count":1,"forks_count":23,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-15T03:13:35.444Z","etag":null,"topics":["azerothcore-module","core-module"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azerothcore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-03-05T17:06:34.000Z","updated_at":"2025-03-02T12:59:35.000Z","dependencies_parsed_at":"2024-04-13T21:44:46.589Z","dependency_job_id":"0c6eba9b-8e3c-42e0-a321-128f35d3eef6","html_url":"https://github.com/azerothcore/mod-starter-guild","commit_stats":{"total_commits":20,"total_committers":10,"mean_commits":2.0,"dds":0.85,"last_synced_commit":"dba32fab89522f14cb26d9be4c5b566e58d9d243"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azerothcore/mod-starter-guild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-starter-guild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-starter-guild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-starter-guild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-starter-guild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azerothcore","download_url":"https://codeload.github.com/azerothcore/mod-starter-guild/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-starter-guild/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265924383,"owners_count":23850285,"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":["azerothcore-module","core-module"],"created_at":"2024-11-09T06:27:08.937Z","updated_at":"2025-08-01T05:41:44.087Z","avatar_url":"https://github.com/azerothcore.png","language":"C++","readme":"# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore\n\n## Starter Guild\n\n- Latest build status with azerothcore:\n\n[![Build Status](https://github.com/azerothcore/mod-starter-guild/workflows/core-build/badge.svg)](https://github.com/azerothcore/mod-starter-guild)\n\n## Description\n\nThis module automatically assigns new characters to a specific guild depending on the faction.\n\n## Usage\n\n- Create a new guild ingame for each faction with `.guild create` or directly into the database.\n- Edit the configuration file.\n- Create a new character and open the guild tab.\n- Keep in mind that the limit of players is 1000 per guild.\n\n## SQL example to create the guild\n\n- Check that the ids do not exist, and in this case, the owner will be the first creating player, generally the administrator.\n\n```sql\nDELETE FROM `guild` WHERE `guildid` IN (1, 2);\nINSERT INTO `guild` (`guildid`, `name`, `leaderguid`, `motd`) VALUES\n(1, \"Horde Starting Guild\", 1, \"Lok'Tar Ogar!\"),\n(2, \"Alliance Starting Guild\", 1, \"Fight together, for the alliance\");\n```\n\n## Credits\n\n* [stygiancore](  http://stygianthebest.github.io ): (Author of the module).\n* [SoulSeekkor]( https://github.com/SoulSeekkor ) cleaned up deprecation warnings and fixed naming.\n\n* AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)\n\n## License\n\n- This code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-starter-guild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazerothcore%2Fmod-starter-guild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-starter-guild/lists"}