-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add bstats back * chore: update outdated commands in comments * fix: prevent an immutable error when using /crates additem * chore: update CHANGELOG.md * janitor: remove old bstats class * chore: enable new metrics class * chore: bump version
- Loading branch information
1 parent
3b55174
commit ca900e5
Showing
17 changed files
with
1,062 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
## Additions: | ||
* Added bstats back to avoid blimps in the bstats page. | ||
* If you wish to disable `bstats`, You can use the provided `bStats` to turn it off entirely. There is no need to provide a per plugin toggle as if you don't want it in one plugin, you don't want it in any of them. | ||
|
||
## Fixes: | ||
* Fixed an issue where you could still use `Menu` in `/crazycrates debug` and `/crazycrates additem` | ||
* Fixed an issue with an immutable error when doing /crates additem on a prize already existing. | ||
|
||
## Minor: | ||
* Updated outdated commands in default files. | ||
* Removed unused or commented out code | ||
|
||
## Other: | ||
* [Feature Requests](https://github.com/Crazy-Crew/CrazyCrates/discussions/categories/features) | ||
* [Bug Reports](https://github.com/Crazy-Crew/CrazyCrates/issues) | ||
* [Bug Reports](https://github.com/Crazy-Crew/CrazyCrates/issues) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.