We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command /sf categories will throw an error if there are more than 54 categories. This happens on servers with a lot of addons installed.
/sf categories
Run /sf categories when there are more than 54 categories.
Add pagination to avoid the error.
Forwarded from fork SlimefunGuguProject#10, but i believe this will also happen due to the codes:
SlimeCustomizer/src/main/java/io/ncbpfluffybear/slimecustomizer/SlimeCustomizer.java
Lines 267 to 287 in 81552a1
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description (Required)
The command
/sf categories
will throw an error if there are more than 54 categories. This happens on servers with a lot of addons installed.Steps to reproduce the Issue (Required)
Run
/sf categories
when there are more than 54 categories.Expected behavior (Required)
Add pagination to avoid the error.
Server Log / Error Report
Forwarded from fork SlimefunGuguProject#10,
but i believe this will also happen due to the codes:
SlimeCustomizer/src/main/java/io/ncbpfluffybear/slimecustomizer/SlimeCustomizer.java
Lines 267 to 287 in 81552a1
Config Files
N/A
Environment (Required)
The text was updated successfully, but these errors were encountered: