Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguygab committed Jan 30, 2021
1 parent f6c71d0 commit c6dc9e2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'

group = 'io.github.tanguygab'
version = '1.4.2'
version = '1.4.3'

repositories {
mavenCentral()
Expand Down
41 changes: 22 additions & 19 deletions src/main/resources/chat.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
default-format: "default"

chat-formats:
Range:
condition: "inRange.100"
if-condition-not-met: ""
text: ""
hover: ""
channel: Range
VIP:
condition: 'player.hasPermission("group.vip")'
text: ""
hover: ""
channel: Private
default:
condition: true
text: "%tab_chatprefix% %tab_customchatname% %tab_chatsuffix%>> %msg%"
hover: ""
channel: global
channels:
global: public
Range: private
Private: private
condition: 'true'
components:
prefix:
text: "%tab_chatprefix% "
hover:
- "Prefix hover"
name:
text: "%tab_customchatname%"
hover:
- "&cHP: %player_health%"
- "&aMode: #00FF00%player_gamemode%"
suggest: "/msg %player_name% "
suffix:
text: " %tab_chatsuffix%"
hover:
- "Suffix hover"
msg:
text: ">> %msg%"
hover:
- "%time%"
suggest: "Hey %player_name%"

0 comments on commit c6dc9e2

Please sign in to comment.