Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
CustomAdvancement: fix en locale
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Aug 5, 2023
1 parent f5662bb commit a33a28a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/resources/language/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,15 @@ command:
message: "&&1★ Plugin successfully reloaded!"

advancement:
task: "<player> has made the task <advancement>"
goal: "<player> has made the goal <advancement>"
challenge: "<player> has made the challenge <advancement>"
task:
name: "#4eff52🌠 &&2<player> &&1has made the task #4eff52[<advancement>]"
hover: "#4eff52<name> \n<description>"
goal:
name: "#f2d40f🌠 &&2<player> &&1reached the goal #f2d40f[<advancement>]"
hover: "#f2d40f<name> \n<description>"
challenge:
name: "#834eff🌠 &&2<player> &&1has made the challenge #834eff[<advancement>]"
hover: "#834eff<name> \n<description>"

entity:
hover-message: "&&2<name> \n&&1Type: &&2<type> \n&&1<uuid>"
Expand Down

0 comments on commit a33a28a

Please sign in to comment.