Skip to content

Commit 3455b4e

Browse files
authored
Update README.md
1 parent 6e06c9d commit 3455b4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###What is PlayerLangAPI ?
1+
### What is PlayerLangAPI ?
22

33
PlayerLangAPI is a library enables developpers to use translations on client side dynamically.
44

@@ -7,17 +7,17 @@ This plugin is only compatible with 1.13+ versions (until Mojang changes languag
77
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
88

99

10-
###Why use this library?
10+
### Why use this library?
1111
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.
1212

1313
This plugin in the form of a library gives you the possibility to use the languages used by the client. However, you will have to master the "TranslatableComponent" (see https://www.spigotmc.org/wiki/the-chat-component-api/#basics)
1414

15-
###How use it ?
15+
### How use it ?
1616
Currently, it's rather difficult to use since I don't have a Maven directory, but I'll find out more about that in a few days.
1717
You can however use the library by compiling it and using the local repository.
1818

1919

20-
###Usage
20+
### Usage
2121

2222
If you want to send the name of the stone sword according to the player's language (null example but it is an example) :
2323
```

0 commit comments

Comments
 (0)