Redundant code. Although you say it's just for displaying, aren't you using float multiplier to change damage in your plugin? Then why do you add unnecessary array of strings when you can use the same thing for multiplying damage and displaying multiplier value? Also imagine you want to edit the multipliers (you would have to edit every value in array to match actual multiplier - waste of time).