Skip to content

Commit

Permalink
Refractored entire project.
Browse files Browse the repository at this point in the history
Signed-off-by: Iltotore <[email protected]>
  • Loading branch information
Iltotore committed Feb 5, 2020
1 parent 684cce2 commit b6f9257
Show file tree
Hide file tree
Showing 300 changed files with 1,215 additions and 1,241 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you find a problem, you can open an issue containing:

# Editing the code
You can fork this project to fix some bugs or add new features. Beware of name and describe correctly your fork.
After fixing targetted issues/added wanted features, you can send a pull request to merge your branch with the main one.
After fixing targeted issues/added wanted features, you can send a pull request to merge your branch with the main one.

Beware of creating separated branches for unrelated issues/features

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions EntityMetadataVersion/build.gradle

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
![Logo](logo.png)
A spigot library to easily change internals entity data without taking care of version.

![Build badge](https://img.shields.io/github/workflow/status/Iltotore/EntityMetadataAPI/Java%20CI/master) ![Security Badge](https://snyk.io/test/github/Iltotore/EntityMetadataAPI/badge.svg) ![License Badge](https://img.shields.io/github/license/Iltotore/EntityMetadataAPI) ![Release badge](https://img.shields.io/github/v/release/Iltotore/EntityMetadataAPI)
![Build badge](https://img.shields.io/github/workflow/status/Iltotore/SpigotMetadataAPI/Java%20CI/master) ![Security Badge](https://snyk.io/test/github/Iltotore/SpigotMetadataAPI/badge.svg) ![License Badge](https://img.shields.io/github/license/Iltotore/SpigotMetadataAPI) ![Release badge](https://img.shields.io/github/v/release/Iltotore/SpigotMetadataAPI)

## Description
EntityMetadataAPI is an API to edit entities's data from 1.8.8 to 1.15. It allows Spigot developers to access Minecraft entities features that Spigot doesn't support without worry about version.
SpigotMetadataAPI is an API to edit entities's data from 1.8.8 to 1.15. It allows Spigot developers to access Minecraft entities features that Spigot doesn't support without worry about version.

## Features
### [NBT Support](https://github.com/Iltotore/EntityMetadataAPI/wiki/NBT)
### [NBT Support](https://github.com/Iltotore/SpigotMetadataAPI/wiki/NBT)
This project allow users to edit entites's NBT and edit Minecraft NBT files (.dat) like players's one. You can for example edit the position, the inventory, potion effects etc... of an offline player.

### [DataWatcher Support](https://github.com/Iltotore/EntityMetadataAPI/wiki/DataWatcher)
### [DataWatcher Support](https://github.com/Iltotore/SpigotMetadataAPI/wiki/DataWatcher)
You can using this librairy edit entities's DataWatcher. You can for example enable/disable Player's skin parts, set arrow count on a Player, trigger animations like EnderCrystal and Guardian beam, or the Evoker summoning animation.

See also https://wiki.vg/Entity_metadata
Expand All @@ -35,7 +35,7 @@ Maven:
```xml
<dependency>
<groupId>fr.il_totore</groupId>
<artifactId>entitymetadatapi</artifactId>
<artifactId>SpigotMetadatapi</artifactId>
<version>version</version>
</dependency>
```
Expand All @@ -50,21 +50,21 @@ repositories {
- Dependency
```gradle
dependencies {
implementation 'fr.il_totore:entitymetadataapi:version'
implementation 'fr.il_totore:SpigotMetadataapi:version'
}
```

## Usage
- [**Javadoc**](https://iltotore.github.io/EntityMetadataAPI/javadoc/)
- [**Wiki**](https://github.com/Iltotore/EntityMetadataAPI/wiki)
- [**Javadoc**](https://iltotore.github.io/SpigotMetadataAPI/javadoc/)
- [**Wiki**](https://github.com/Iltotore/SpigotMetadataAPI/wiki)

## Download sources
- **Step 1**: Clone this repository
- **Step 2**: Run `sh setup.sh` in the `scripts` folder to download NMS dependencies.

## Contributing
You can contribute to this project by creating Issues and upgrading the project.
see [CONTRIBUTING.md](https://github.com/Iltotore/EntityMetadataAPI/blob/master/CONTRIBUTING.md) for more informations
see [CONTRIBUTING.md](https://github.com/Iltotore/SpigotMetadataAPI/blob/master/CONTRIBUTING.md) for more informations


If this project helped you, don't forget to help it by giving a star <3
File renamed without changes.
Loading

0 comments on commit b6f9257

Please sign in to comment.