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
Describe the bug incorrectly assigned statistics - for example, if we enter something like this in config:
rewards: - "strength::1:1:2" - "strength::2:3:4" - "strength::3:4:5" - "strength::4:6:7" - "strength::5:8:9" - "strength::6:10:11"
then when we reach the first skill level, we get +6 strength (we should get +1 strength for level 1 and 2)
To Reproduce Steps to reproduce the behavior:
Expected behavior we should get +1 strength for level 1 and 2 (from config above)
Screenshots
Server Information (please complete the following information):
/ver
/ver eco
/ver <plugin>
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
incorrectly assigned statistics - for example, if we enter something like this in config:
then when we reach the first skill level, we get +6 strength (we should get +1 strength for level 1 and 2)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
we should get +1 strength for level 1 and 2 (from config above)
Screenshots

Server Information (please complete the following information):
/ver
command) - Paper version git-Paper-4 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: 8b6f4dd)/ver eco
- 1.4.2/ver <plugin>
- EcoSkills v1.42.0)Additional context
The text was updated successfully, but these errors were encountered: