Skip to content

Conversation

@HarleyGilpin
Copy link
Member

feat: Replace dynamicXPMod setting with flexible experienceRateMin/Max

Removes the old world.dynamicXPMod option ("off", "linear", "inverse") in favor of a cleaner approach using world.experienceRateMin and world.experienceRateMax. This enables admins to:

  • Set a fixed XP multiplier (by using equal min/max)
  • Use level-based interpolation with increasing XP rates (min < max)
  • Use level-based interpolation with decreasing XP rates (min > max)

This simplifies config while making the system more flexible.

@github-actions
Copy link

github-actions bot commented May 9, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.2.9
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@HarleyGilpin
Copy link
Member Author

Commit was cherry picked already, PR is redundant. 90c7deb

@HarleyGilpin HarleyGilpin deleted the feat/adjust-dynamic-xp-mod branch May 9, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants