Skip to content

Commit

Permalink
Update readme to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PXAV committed Jan 28, 2021
1 parent 37b22e5 commit d39e8a8
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
@@ -1,6 +1,6 @@
# Kelp

> Developed by pxav (c) 2019-2020
> Developed by pxav (c) 2019-2021
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/PXAV/kelp?include_prereleases&label=version&color=green) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.pxav.kelp/core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.pxav.kelp/core) ![GitHub issues](https://img.shields.io/github/issues/PXAV/kelp) ![GitHub pull requests](https://img.shields.io/github/issues-pr/PXAV/kelp) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/PXAV/kelp) ![Development Indicator](https://img.shields.io/badge/development-active-brightgreen)

Expand Down Expand Up @@ -93,7 +93,8 @@ playerConnection.sendPacket(spawnPacket);
- **Particle engine:** Easily create custom and prebuilt particle effects
- **Schedulers**: Create sync and async schedulers and make use of powerful thread synchronization tools
- **Events**: Custom events for NPCs, Inventories and more as well as new listener techniques

- **Prompts**: Interact with your player by prompting input from chat, anvils ans signs.
- **and more** to discover in the [Wiki](https://github.com/PXAV/kelp/wiki)


## Support & Requirements
Expand All @@ -119,28 +120,23 @@ There are version implementations for the following version implementations avai

## Downloading

#### Maven
### Maven
```xml
<dependency>
<groupId>com.github.pxav.kelp</groupId>
<artifactId>core</artifactId>
<version>0.0.4</version>
<version>0.1.0</version>
</dependency>
```

### Gradle
```shell script
implementation 'com.github.pxav.kelp:core:0.0.4'
compile group: 'com.github.pxav.kelp', name: 'core', version: '0.1.0'
```

### Bazel
```shell script
maven_jar(
name = "core",
artifact = "com.github.pxav.kelp:core:0.0.4",
sha1 = "4743f29c20f3b033de5fe8c1eddb374511fa31d8",
)
```
### Other build tools
The dependency can be found here including suggestions for other build tools.
[Kelp Mavenrepository](https://mvnrepository.com/artifact/com.github.pxav.kelp/core/)

### Pre-built files
If you are a server owner who simply needs the jar files or a developer who does not use a built tool like Maven, you can simply download the pre-built jar files from the [Releaes page](https://github.com/PXAV/kelp/releases). There you can find all versions, but it's recommended to use the latest.
Expand Down

0 comments on commit d39e8a8

Please sign in to comment.