Skip to content

Commit

Permalink
📝 Update README.md to more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
PresentKim committed Mar 25, 2024
1 parent 7639495 commit 61e9b4c
Showing 1 changed file with 53 additions and 13 deletions.
66 changes: 53 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!-- PROJECT BADGES -->
<div align="center">

[![Poggit CI][poggit-ci-badge]][poggit-ci-url]
[![Poggit Version][poggit-version-badge]][poggit-release-url]
[![Poggit Downloads][poggit-downloads-badge]][poggit-release-url]
![Version][version-badge]
[![Stars][stars-badge]][stars-url]
[![License][license-badge]][license-url]

Expand All @@ -18,61 +16,103 @@
<p align="center">
An plugin that shows persona skins made with the Character Creator correctly!

[View in Poggit][poggit-ci-url] · [Report a bug][issues-url] · [Request a feature][issues-url]
[Contact to me][author-discord] · [Report a bug][issues-url] · [Request a feature][issues-url]

</p>
</div>


<!-- ABOUT THE PROJECT -->

## About The Project

![Project Preview][project-preview]
<br> ✔️ Support for persona skin (it created via character creators)!
<br> ✔️ Now you don't have to see a skin filled with random colors!

#### :question: What is a **persona skin**?
**Persona skin** is a new format of skin created via the [**character creator**](https://minecraft.gamepedia.com/Character_creator)
It was added in [Bedrock_Edition_1.13.0](https://minecraft.gamepedia.com/Bedrock_Edition_1.13.0) [(released on October 29, 2019)](https://feedback.minecraft.net/hc/en-us/articles/360035247792)

**Persona skin** is a new format of skin created via the [**character creator
**](https://minecraft.gamepedia.com/Character_creator)
It was added
in [Bedrock_Edition_1.13.0](https://minecraft.gamepedia.com/Bedrock_Edition_1.13.0) [(released on October 29, 2019)](https://feedback.minecraft.net/hc/en-us/articles/360035247792)

- PMMP does not support this skin format, and makes it show as a skin filled with random colors.

##

-----

## Target software:

This plugin officially only works with [`Pocketmine-MP`](https://github.com/pmmp/PocketMine-MP/).

##

-----

## Installation
1) Download `.phar` from [Poggit release][poggit-release-url]
2) Move downloaded `.phar` file to server's **/plugins/** folder
3) Restart the server
## Downloads

### Download from [Github Releases][releases-url]

[![Github Downloads][release-badge]][releases-url]

###

### Download from [Poggit Releases][poggit-release-url]

[![Poggit Downloads][poggit-downloads-badge]][poggit-release-url]

##

-----

## Downloads
> **All released versions [here][poggit-release-url]**
## Installation

> **All built versions [here][poggit-ci-url]**
1) Download plugin `.phar` releases
2) Move downloaded `.phar` file to server's **/plugins/** folder
3) Restart the server

##

-----

## License

Distributed under the **LGPL 3.0**. See [LICENSE][license-url] for more information

##

-----

[author-discord]: https://discordapp.com/users/345772340279508993

[poggit-ci-badge]: https://poggit.pmmp.io/ci.shield/presentkim-pm/PersonaSkin/PersonaSkin?style=for-the-badge

[poggit-version-badge]: https://poggit.pmmp.io/shield.api/PersonaSkin?style=for-the-badge

[poggit-downloads-badge]: https://poggit.pmmp.io/shield.dl.total/PersonaSkin?style=for-the-badge

[version-badge]: https://img.shields.io/github/v/release/presentkim-pm/PersonaSkin?display_name=tag&style=for-the-badge&label=VERSION

[release-badge]: https://img.shields.io/github/downloads/presentkim-pm/PersonaSkin/total?style=for-the-badge&label=GITHUB%20

[stars-badge]: https://img.shields.io/github/stars/presentkim-pm/PersonaSkin.svg?style=for-the-badge

[license-badge]: https://img.shields.io/github/license/presentkim-pm/PersonaSkin.svg?style=for-the-badge

[poggit-ci-url]: https://poggit.pmmp.io/ci/presentkim-pm/PersonaSkin/PersonaSkin

[poggit-release-url]: https://poggit.pmmp.io/p/PersonaSkin

[stars-url]: https://github.com/presentkim-pm/PersonaSkin/stargazers

[releases-url]: https://github.com/presentkim-pm/PersonaSkin/releases

[issues-url]: https://github.com/presentkim-pm/PersonaSkin/issues

[license-url]: https://github.com/presentkim-pm/PersonaSkin/blob/main/LICENSE

[project-icon]: https://raw.githubusercontent.com/presentkim-pm/PersonaSkin/main/assets/icon.png

[project-preview]: https://raw.githubusercontent.com/presentkim-pm/PersonaSkin/main/assets/preview.gif

0 comments on commit 61e9b4c

Please sign in to comment.