Skip to content

Commit

Permalink
feat: message suggesting use of hex
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhtin committed Jun 22, 2023
1 parent 12c4f9e commit edda222
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/ranking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,21 @@ ranking:
- ''
- '&aAtualizado a cada 30 minutos.'
default:

# Você pode usar hex colors aqui também
# exemplo de uso:
# - '&#0dc7ab$positionº Lugar'
# - '&#0066ffNenhum jogador elegível'
nobody:
- '&b$positionº Lugar'
- '&cNenhum jogador elegível'
- ''

# Você pode usar hex colors aqui também
# exemplo de uso:
# - '&#0dc7ab$positionº Lugar'
# - '&#0066ff$player$suffix'
# - '&#00ff75$$amount de coins'
modal:
- '&b$positionº Lugar'
- '&e$prefix$player$suffix'
Expand Down

0 comments on commit edda222

Please sign in to comment.