mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
fixed some typos in readme! and java docs added
This commit is contained in:
parent
b3a41368ce
commit
3512895ad8
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
|||||||
# Limework fork of RedisBungee
|
# Limework fork of RedisBungee
|
||||||
|
|
||||||
this fork was made due maintainer of redisBungee became unactive so we took the place to develop it!
|
this fork was made due the maintainer of redisBungee became inactive, so we took the place to develop it!
|
||||||
|
|
||||||
RedisBungee bridges [Redis](http://redis.io) and BungeeCord together.
|
RedisBungee bridges [Redis](http://redis.io) and BungeeCord together.
|
||||||
|
|
||||||
@ -21,9 +21,9 @@ RedisBungee is distributed as a [maven](http://maven.apache.org) project. To com
|
|||||||
mvnw clean install
|
mvnw clean install
|
||||||
|
|
||||||
## Javadocs
|
## Javadocs
|
||||||
|
The current version is 0.6-snapshot! will be updated every version number change!
|
||||||
|
|
||||||
will be availale soon!
|
https://limework.net/JavaDocs/RedisBungee/
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -31,8 +31,8 @@ will be availale soon!
|
|||||||
|
|
||||||
## License!
|
## License!
|
||||||
|
|
||||||
this project is distruped using Eclipse Public License 1.0
|
This project is distributed under Eclipse Public License 1.0
|
||||||
|
|
||||||
which you can find it [here](https://github.com/Limework/RedisBungee/blob/master/LICENSE)
|
which you can find it [here](https://github.com/Limework/RedisBungee/blob/master/LICENSE)
|
||||||
|
|
||||||
you can find the orginal redisBungee by minecrafter [here](https://github.com/minecrafter/RedisBungee) or spigot page [here](https://www.spigotmc.org/resources/redisbungee.13494/)
|
you can find the original redisBungee by minecrafter [here](https://github.com/minecrafter/RedisBungee) or spigot page [here](https://www.spigotmc.org/resources/redisbungee.13494/)
|
3
pom.xml
3
pom.xml
@ -80,6 +80,9 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9.1</version>
|
<version>2.9.1</version>
|
||||||
|
<configuration>
|
||||||
|
<source>8</source>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
Reference in New Issue
Block a user