Skip to content
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ ValorlessUtils is a library of various utilities, created to make the creation o

My primary programing language is C#, so the functions will resemble those.

```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.Valorless</groupId>
<artifactId>ValorlessUtils</artifactId>
<version>CHOOSE FROM https://github.com/Valorless/ValorlessUtils/tags</version>
<scope>provided</scope>
</dependency>
```

API Docs: [https://valorless.github.io/ValorlessUtils](https://valorless.github.io/ValorlessUtils)

## Features

### - Variable Types.
Expand Down Expand Up @@ -167,7 +183,7 @@ recipe.Add();
| `GetResult()` | | Gets the result of the crafting recipe. | |
| `toString()` | | Returns a string representation of this CraftRecipe object. | |

# Integration
# Integration (Very old)

As I've just recently started making plugins, I'm going to asume you're using Eclipse & Maven, as that's what I am.<br>
The way I'm about to show if the say I've found out how to do this.<br>
Expand Down
Loading