Skip to content

Commit dc35db1

Browse files
authored
Here goes nothing....
6.0.0
2 parents b03c4bd + c7d62e2 commit dc35db1

File tree

272 files changed

+83580
-15956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+83580
-15956
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,28 @@ assignees: ''
88
---
99

1010
## Checks
11-
Please check the below options to confirm that you did those steps first!
12-
Bug Reports not having these steps checked will be ignored and closed.
11+
<!-- Please check the below options to confirm that you did those steps first! -->
12+
<!-- Bug Reports not having these steps checked will be ignored and closed. -->
13+
1314
- [ ] You use the correct version of JavaBotBlockAPI for your Bot.
14-
Fot JDA v3 you have to use Version 1.0.5
15+
For JDA v3 you have to use Version 1.0.5
1516
- [ ] There is no other issue open with the same or similar bug reported.
16-
- [ ] The bug is not caused by any 3rd party library (f.e. JDA) or the BotBlock API itself.
17+
- [ ] The bug isn't caused by any 3rd party library (f.e. JDA) or the BotBlock API itself.
1718

1819
## Bug
19-
> What bug did you encounter? Try to describe it as detailed as possible.
20-
> Provide Errors and code-snippets through sites like https://hasteb.in
21-
<!-- Please write below this line to not have any formatting issues. -->
20+
<!-- What bug did you encounter? Try to describe it as detailed as possible. -->
21+
<!-- Provide Errors and code-snippets through sites like https://hasteb.in -->
22+
2223

2324
## Steps to replicate
24-
> Please listen the steps you did to encounter this bug.
25-
<!-- Please write below this line to not have any formatting issues. -->
25+
<!-- Please listen the steps you did to encounter this bug. -->
26+
2627
1.
2728
2.
2829
3.
2930

3031
## Additional information
31-
> Provide any additional informations like:
32-
> - JDA version (if used)
33-
> - Java version
34-
> - Additional (3rd party) libraries
35-
> - Images to show the problem.
36-
<!-- Please write below this line to not have any formatting issues. -->
32+
<!-- Provide the requested information below -->
33+
34+
- **Used Modules**: `i.e. core, jda-module, request-module`
35+
- **Java version**: `i.e. Java 8`

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@ assignees: ''
88
---
99

1010
## Checks
11-
Please check the below options to confirm that you did those steps first!
12-
Feature requests not having these steps checked will be ignored and closed.
11+
<!-- Please check the below options to confirm that you did those steps first! -->
12+
<!-- Feature requests not having these steps checked will be ignored and closed. -->
13+
1314
- [ ] You use the correct version of JavaBotBlockAPI for your bot.
1415
For JDA v3 you have to use Version 1.0.5. There won't be new features added to older versions!
1516
- [ ] There is no other issue open with the same or similar Feature request,
16-
- [ ] The feature is not related to JDA or any other 3rd party library or the BotBlock API.
17+
- [ ] The feature isn't related to JDA or any other 3rd party library or the BotBlock API.
1718

1819
## Feature Request
19-
> What new feature or what improvement should be added?
20-
> If you have code snippets to share, do that through https://hasteb.in
21-
<!-- Please write below this line to prevent formatting issues. -->
20+
<!-- What new feature or what improvement should be added? -->
21+
<!-- If you have code snippets to share, do that through https://hasteb.in -->
22+
2223

2324
## Why adding this?
24-
> Why should this be added? What are the benefits of adding this?
25-
<!-- Please write below this line to prevent formatting issues. -->
25+
<!-- Why should this be added? What are the benefits of adding this? -->
26+
2627

2728
## Additional information
28-
> Add any additional pieces of information like links, screenshots, etc.
29+
<!-- Add any additional pieces of information like links, screenshots, -->
30+
<!-- targeted module(s), etc. -->

.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Check
55
Please make sure you checked the following things first:
6+
67
- [ ] There is no open PR in the [Pull requests] page containing your changes.
78
- [ ] You follow the [Contributing Guidelines][guidelines] about comments and such.
89

910
## Summary
10-
> What does this PR contain? Mention any changes you made and if they would break stuff.
11-
> If your PR is related to an issue and closes it, mention it with `closes #<issue ID>`
12-
<!-- Write below this line to prevent formatting issues -->
11+
<!-- What does this PR contain? Mention any changes you made and if they would break stuff. -->
12+
<!-- If your PR is related to an issue and closes it, mention it with `closes #<issue ID>` -->

.github/workflows/auto-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
ref: master
2222
- name: Comment on (un)labeled issue/Pull request
23-
uses: peaceiris/actions-label-commenter@v1.5.0
23+
uses: peaceiris/actions-label-commenter@v1.4.0-2
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build_docs.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ fabric.properties
9191
.idea/**/markdown-navigator/
9292

9393
# End of https://www.gitignore.io/api/intellij
94-
/build/
94+
build/
9595
/.idea/
96+
97+
.gradle/

README.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,37 @@
1-
<!-- BotBlock links -->
2-
[BotBlock]: https://botblock.org
1+
[BotBlock]: https://botblock.org
32
[API]: https://botblock.org/api/docs
43

5-
<!-- BotBlock4J -->
64
[BotBlock4J]: https://github.com/Nathan-webb/BotBlock4J
75

8-
<!-- Javadoc link -->
96
[wiki]: https://jbba.dev/docs
107

11-
<!-- CI link (Thanks to CodeMC.io) -->
12-
[CodeMC]: https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/
13-
[CodeMCBadge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fjob%2Fbotblock%2Fjob%2FJavaBotBlockAPI%2F&label=Dev%20Builds&style=plastic&logo=Jenkins&logoColor=white
8+
[CodeMC]: https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/
9+
[CodeMCBadge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.codemc.io%2Fjob%2Fbotblock%2Fjob%2FJavaBotBlockAPI%2F&label=Dev%20Builds&style=plastic
1410

15-
<!-- Bintray links -->
16-
[BadgeDownload]: https://img.shields.io/bintray/v/andre601/maven/JavaBotBlockAPI?label=Bintray&style=plastic&logo=JFrog-Bintray&logoColor=white
11+
[BadgeDownload]: https://img.shields.io/bintray/v/andre601/maven/JavaBotBlockAPI?label=Bintray&style=plastic
1712
[Download]: https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion
1813

19-
<!-- JavaBotBlockAPI image -->
20-
[image]: src/main/resources/JavaBotBlockAPI.png
14+
[JDA]: https://github.com/DV8FromTheWorld/JDA
15+
[OkHttp]: https://github.com/square/okhttp/
16+
[JSON]: https://github.com/stleary/JSON-java
17+
[Caffeine]: https://github.com/ben-manes/caffeine
2118

22-
<!-- Dependency links -->
23-
[JDA]: https://github.com/DV8FromTheWorld/JDA
24-
[OkHttp]: https://github.com/square/okhttp/
25-
[JSON]: https://github.com/stleary/JSON-java
26-
[Caffeine]: https://github.com/ben-manes/caffeine
27-
28-
<!-- GitHub links -->
29-
[Wiki]: https://github.com/botblock/JavaBotBlockAPI/wiki
19+
[Wiki]: https://github.com/botblock/JavaBotBlockAPI/wiki
3020
[contributors.md]: https://github.com/botblock/JavaBotBlockAPI/blob/master/contributors.md
3121

32-
![image]
3322

3423
JavaBotBlockAPI is a continued and updated Java Wrapper for [BotBlock], a website that makes it possible to update guild counts on multiple lists with one API.
3524
This wrapper is a fork of [BotBlock4J] and was updated and improved to make it as userfriendly as possible.
3625

3726
# Installation
38-
[![BadgeDownload]][Download] [![CodeMCBadge]][CodeMC]
27+
[![BadgeDownload]](https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion) [![CodeMCBadge]](https://ci.codemc.io/job/botblock/job/JavaBotBlockAPI/)
3928

4029
You can install JavaBotBlockAPI through the following methods.
4130
Make sure to replace `{version}` with the above shown version.
4231

4332
## Gradle
4433
Put this code into your `build.gradle`:
45-
```gradle
34+
```groovy
4635
repositories{
4736
jcenter()
4837
}
@@ -84,6 +73,6 @@ Here are some useful links:
8473
- [CodeMC] CI server for dev builds. Those jar files may differ from the ones on bintray.
8574
- [BotBlock4J] Original Wrapper from which this one originates.
8675

87-
## Contributors
76+
## Contributors
8877
We appreciate any contribution from others towards this project.
8978
All contributors are listed on the [contributors.md] file.

SECURITY.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,45 @@
44
# Security Policy
55

66
## Supported Versions
7-
We only support the latest major version and only make updates towards those.
7+
We only support the latest major releases of the different modules, which are listed below.
8+
Those are also the only versions that may receive bug fixes and patches.
9+
10+
### Core
11+
12+
| Version | Supported |
13+
| ------- | ------------------ |
14+
| 6.x | :white_check_mark: |
15+
| 5.x | :white_check_mark: |
16+
| 4.x | :x: |
17+
| 3.x | :x: |
18+
| 2.x | :x: |
19+
| 1.x | :x: |
20+
21+
----
22+
### JDA-Module
23+
24+
| Version | Supported |
25+
| ------- | ------------------ |
26+
| 6.x | :white_check_mark: |
27+
| 5.x | :white_check_mark: |
28+
| 4.x | :x: |
29+
| 3.x | :x: |
30+
| 2.x | :x: |
31+
| 1.x | :x: |
32+
33+
----
34+
### Request-Module
835

936
| Version | Supported |
1037
| ------- | ------------------ |
38+
| 6.x | :white_check_mark: |
1139
| 5.x | :white_check_mark: |
1240
| 4.x | :x: |
1341
| 3.x | :x: |
1442
| 2.x | :x: |
1543
| 1.x | :x: |
1644

45+
---
1746
## Reporting a Vulnerability
1847

1948
Please report any security issues on the [Discord Server][discord].

0 commit comments

Comments
 (0)