Skip to content

Commit c22528b

Browse files
Merge pull request #9 from RLBot/submission
Add submission instructions and LICENSE
2 parents 9c1d37f + 1e3aad9 commit c22528b

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
MIT License
2+
3+
Copyright (c) 2026 RLBot Community
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
# RLBot v5 botpack
22

3-
A collection of ready-to-use bots made by the community.
3+
A collection of ready-to-use bots and scripts made by the community.
4+
The compiled bot pack can be downloaded directly from the [RLBot GUI](https://github.com/RLBot/gui).
45

5-
To be a part of the pack, you just need to create a pull request with your bot to this repository.
6+
## Submission
7+
8+
Everyone is welcome to submit their bot/script to the bot pack.
9+
10+
Requirements:
11+
- **Open source**: Your submission must be open source, and its repository must contain all necessary files and/or only use public dependencies.
12+
- **bot.toml or script.toml**: Your submission must have a [`bot.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) or [`script.toml`](https://wiki.rlbot.org/v5/botmaking/config-files/#bot-script-config-files) with
13+
- A unique agent id. We strongly recommend the format `<yourname>/<botname>/<version>`,
14+
- A name,
15+
- A working run command (and optionally a linux run command),
16+
- A logo file, and
17+
- All fields in the details section (description, fun fact, source link, developer, language, tags).
18+
- **bob.toml**: A properly configured `bob.toml` file which allows our tool [bob](https://github.com/swz-git/bob) to build and package the submission. See the bob repository for further instructions and examples.
19+
- **Skill Limit**: Your bot must be platinum rank or lower (equal to Element or lower) due to the risk of cheaters taking advantage of your bot.
20+
- **License (optional)**: Add a [LICENSE](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) file for your bot. The license must allow this bot pack to use the code and distribute the submission. If you do not include a LICENSE, the bot pack defaults to the [MIT license](https://license.md/licenses/mit-license/).
21+
22+
After checking the requirements above, make a pull request to this repository that adds your bot as a submodule using `git submodule add <yourgitrepo.git>`.
23+
24+
## Licensing
25+
26+
The submodules in this repository are under the MIT license (see LICENSE), unless the individual submodules specify otherwise. Moreover, the owner of each submodule repository is allowed to change their license at any time as long as the new license still allows the bot pack to use the code and distribute the submission.
27+
28+
The owner of each submodule repository can request that their repository is removed as a submodule at any time.
629

730
## Bob
831

0 commit comments

Comments
 (0)