Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Yovach/PlayerLangAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yovach committed Jan 2, 2020
2 parents 0f683af + 9ff38f4 commit e32553f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ PlayerLangAPI is a library enables developpers to use translations on client sid

This plugin is only compatible with 1.13+ versions (until Mojang changes languages format)

I haven't tested in 1.13.x and 1.14.x but I think it should work because the format of lang hasn't been updated since 1.13


### Why use this library?
Usually several plugins use stored object names without taking into account the client's translation or the object name is fixed and if the client changes language, he will always see the old name.
Expand All @@ -32,7 +30,7 @@ This plugin in the form of a library gives you the possibility to use the langua
<dependency>
<groupId>com.github.Yovach</groupId>
<artifactId>PlayerLangAPI</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
```

Expand Down

0 comments on commit e32553f

Please sign in to comment.