AuraSkills
All WikisDownloadGitHubDiscord
  • AuraSkills
  • Main Config
    • SQL
  • Skills
    • XP Requirements
    • XP Multipliers
    • Item Requirements
  • Stats
    • Stat Modifiers
  • Abilities
  • Mana Abilities
  • Sources
  • Rewards
  • Loot
  • Menus
  • Messages
  • Commands
  • Permissions
  • Placeholders
  • Compatible Plugins
  • Migration
  • API
  • FAQ
  • Server Requirements
  • Incompatibilities
  • Release Notes
    • 2.0
    • 2.1
    • 2.2
    • 2.3
Powered by GitBook
On this page
  • How do I remove the health and mana display above the hotbar?
  • How do I prevent duplicated XP and items from placed blocks?
  • How do I use mana or disable mana?
  • Why does it say "Player does not have a Skills profile!" when trying to open the skills menu? / Why are the items in the skills menu missing?
  • Will you ever support 1.8?
  • Is there a developer API?
  • How do I uninstall the plugin and remove extra hearts
  • Why do I not have the right amount of extra hearts on my screen when my HP is high enough?
  • How do I migrate from YAML file to MySQL database storage?
  • How do I add a skill XP multiplier?
  • What server software is supported?

Was this helpful?

Edit on GitHub
Export as PDF

FAQ

Frequently-asked questions

PreviousAPINextServer Requirements

Last updated 8 months ago

Was this helpful?

How do I remove the health and mana display above the hotbar?

Set action_bar.idle to false in config.yml.

How do I prevent duplicated XP and items from placed blocks?

This shouldn't happen by default, but make sure the following config options are set properly:

  1. In the sources folder, ensure that in the mining.yml, excavation.yml, and foraging.yml files, the option default.check_replace is set to true.

  2. In config.yml, ensure check_block_replace.enabled is true. Also make sure your world names are not added to the blocked_worlds list.

  3. In config.yml, ensure hooks.WorldGuard.blocked_check_replace_regions does not contain your world name.

How do I use mana or disable mana?

See or .

Why does it say "Player does not have a Skills profile!" when trying to open the skills menu? / Why are the items in the skills menu missing?

Restart the server. You likely reloaded the server, which is not supported and will break things.

Will you ever support 1.8?

No. Too much would have to be re-coded and features would be cut.

Is there a developer API?

How do I uninstall the plugin and remove extra hearts

To uninstall, put the plugin back and run skills resethealth in the console when no players are online. Then immediately remove the plugin and restart.

Why do I not have the right amount of extra hearts on my screen when my HP is high enough?

Visual hearts are scaled, meaning it takes more HP to get each additional heart. Your actual health matches the HP value on the action bar. This is enabled to prevent hearts from blocking the screen at high health stats. You can disable this by setting health.health-scaling to false in config.yml

How do I migrate from YAML file to MySQL database storage?

How do I add a skill XP multiplier?

You just need to give a player or group the auraskills.multiplier.[percent] permission, where percent is the percentage more XP that should be received. For example, adding a 2x multiplier to everyone using LuckPerms would be /lp group default permission set auraskills.multiplier.100.

What server software is supported?

Only Spigot and Paper are officially supported, but many Paper forks like Purpur will likely work. CraftBukkit and modded hybrid servers (Arclight, Mohist, etc) are not supported.

Yes, see .

See the for migration steps.

See the for more details.

API
XP Multipliers page
Mana Abilities
SQL page
disabling mana