mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 11:36:53 +01:00
Color extends on further locale text (#112)
* Update ReadMe. * Remove # symbol from development build name * Color extends on further locale text If a Friendly Name of a challenge is colored, it's color will pass on to all words after it. Resetting it's color and setting it back after [level] will fix this. Not really a relevant PR, but I've asked @BONNe on Discord if it's okay with him if I change this and he confirmed.
This commit is contained in:
parent
d60f20e394
commit
88e84cef2a
2
pom.xml
2
pom.xml
@ -56,7 +56,7 @@
|
|||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Override only if necessary -->
|
<!-- Override only if necessary -->
|
||||||
<build.number>-#${env.BUILD_NUMBER}</build.number>
|
<build.number>-#${env.BUILD_NUMBER}</build.number>
|
||||||
<!-- GIT_BRANCH -->
|
<!-- GIT_BRANCH -->
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
@ -320,11 +320,11 @@ challenges:
|
|||||||
hit-things: 'Hit things to add them to the list of things required. Right click when done.'
|
hit-things: 'Hit things to add them to the list of things required. Right click when done.'
|
||||||
you-added: 'You added one [thing] to the challenge'
|
you-added: 'You added one [thing] to the challenge'
|
||||||
challenge-created: '[challenge] created!'
|
challenge-created: '[challenge] created!'
|
||||||
you-completed-challenge: '&2You completed the [value] challenge!'
|
you-completed-challenge: '&2You completed the [value] &r&2challenge!'
|
||||||
you-repeated-challenge: '&2You repeated the [value] challenge!'
|
you-repeated-challenge: '&2You repeated the [value] &r&2challenge!'
|
||||||
you-completed-level: '&2You completed the [value] level!'
|
you-completed-level: '&2You completed the [value] &r&2level!'
|
||||||
name-has-completed-challenge: '&5[name] has completed the [value] challenge!'
|
name-has-completed-challenge: '&5[name] has completed the [value] &r&5challenge!'
|
||||||
name-has-completed-level: '&5[name] has completed the [value] level!'
|
name-has-completed-level: '&5[name] has completed the [value] &r&5level!'
|
||||||
import-levels: 'Start importing Levels'
|
import-levels: 'Start importing Levels'
|
||||||
import-challenges: 'Start importing Challenges'
|
import-challenges: 'Start importing Challenges'
|
||||||
no-levels: 'Warning: No levels defined in challenges.yml'
|
no-levels: 'Warning: No levels defined in challenges.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user