#Deleted

1 messages · Page 1 of 1 (latest)

spark flower
#

It's in the messages file under menus.stats

  stats:
    stats_title: Your Stats
    skills: "Skills"
    added_drop: "+{value} Drop"
    added_drops: "+{value} Drops"
    chance_drop: "{chance}% for +{value} Drop"
    chance_drops: "{chance}% for +{value} Drops"
    stat_info_click: "Click to view stat details"
long root
#

That bit of lore is defined in stat_info.yml but the default setup doesn't have and formatting like &x in it from what I can find.
The default value in that menu config file is '<gray>Value: {color}{value_format} {type_name}' which results in a full dark green +5 Luck for me.
The placeholder {type_name} is resolved by the messages config (e.g. messages_en.yml)

long root
#

You can always remove those type of config files, from my experience they are placed back after a reload (and for sure when starting the server).
The default config are also available on GitHub at https://github.com/Archy-X/AuraSkills/tree/master/bukkit/src/main/resources/menus

When I run into issues I often just start a clean (isolated) test server with the plugin that I have issues with.
This way I can test if any changes or other plugins might cause the issue(s) I ran into.
In several occasions it has helped me to find conflicting plugins or mistakes in changes I made to config files.
-# While I can understand that not everyone can host multiple server, it should be fairly easy to setup a local instance.

long root
#

This is what the plugin shows by default with just PaperMC and AuraSkills (no configuration changes nor other plugins).
Could it be that you have another plugin that changes text formatting?

solar monolith
#

Deleted.