Fix typo in Readme.md
Dieser Commit ist enthalten in:
Ursprung
166c615725
Commit
e4d1f8d992
@ -35,10 +35,10 @@ You no longer have to reference CraftBukkit!
|
||||
### Using ProtocolLib
|
||||
|
||||
To use this library, first add ProtocolLib.jar to your Java build path. Then, add ProtocolLib
|
||||
as a dependency (or soft-dependency, if you can live without it) to your plugin.yml file:
|
||||
as a dependency or soft dependency to your plugin.yml file like any other plugin:
|
||||
|
||||
````yml
|
||||
depends: [ProtocolLib]
|
||||
depend: [ProtocolLib]
|
||||
````
|
||||
|
||||
You can also add ProtocolLib as a Maven dependency:
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren