How do i remove the amount of the item won from the Hologram?

This answer is related to the following example x1 that displays the amount of the reward that the user receives.

Answer

To edit out the amount of the reward, you need to open the translations folder of PhoenixCrates and go to the translations.en.yml file and find the following message:

  crate:
    reward-got: '&ex%amount% &a%reward%'

From the message above simply remove the &ex%amount%part

Last updated

Was this helpful?