PHPackages                             himbeer/libskin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. himbeer/libskin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

himbeer/libskin
===============

PMMP virion for working with player skins

2.1.1(1y ago)28137[1 issues](https://github.com/HimbeersaftLP/LibSkin/issues)1LGPL-3.0-onlyPHPCI failing

Since Feb 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HimbeersaftLP/LibSkin)[ Packagist](https://packagist.org/packages/himbeer/libskin)[ RSS](/packages/himbeer-libskin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

LibSkin
=======

[](#libskin)

A [Virion](https://github.com/poggit/support/blob/master/virion.md) for working with player skins.

[![Poggit Build status for the virion](https://camo.githubusercontent.com/799a9def2a49e39dd157c65c3683adee98cf780dd565ddd952b35ee3a115ea9a/68747470733a2f2f706f676769742e706d6d702e696f2f63692e736869656c642f48696d62656572736166744c502f4c6962536b696e2f7e)](https://poggit.pmmp.io/ci/HimbeersaftLP/LibSkin/LibSkin)[![Packagist](https://camo.githubusercontent.com/b41ab8f54032faad3a00ea3b1b04a577a68b090ba98c033c804be2b85a1079d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68696d626565722f6c6962736b696e)](https://packagist.org/packages/himbeer/libskin)[![Join the Discord Server](https://camo.githubusercontent.com/73b0a6b4b7ac6de4fb824aa5ae03dae834986904632141b4ac862346ad252f61/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3235323837343838373131333334323937363f6c6f676f3d646973636f7264)](https://www.himbeer.me/discord)

See LibSkinExample for a usage example.

Features:
---------

[](#features)

- Convert skin data to PNG (and metadata, if allowed, to JSON)
- Convert PNG to skin data
- Asynchronously Download skins of Minecraft: Java Edition players

SkinThief (LibSkinExample) [![Plugin Logo/Icon](https://raw.githubusercontent.com/HimbeersaftLP/LibSkin/master/SkinPluginExample/icon.png)](https://raw.githubusercontent.com/HimbeersaftLP/LibSkin/master/SkinPluginExample/icon.png)
======================================================================================================================================================================================================================================

[](#skinthief-libskinexample-)

[![Poggit Build status for the example plugin](https://camo.githubusercontent.com/5498e444dc4c3c1b1f24d0817eaa2cd3d55b0ac595be92ae9f72c6df34bc10d9/68747470733a2f2f706f676769742e706d6d702e696f2f63692e736869656c642f48696d62656572736166744c502f4c6962536b696e2f536b696e5468696566)](https://poggit.pmmp.io/ci/HimbeersaftLP/LibSkin/SkinThief)[![Poggit Release status for the example plugin](https://camo.githubusercontent.com/cf4ae42e0a89f78b2d6b7245a5a591d894b4cf27a83a99c19976e0eb065c95f6/68747470733a2f2f706f676769742e706d6d702e696f2f736869656c642e73746174652f536b696e5468696566)](https://poggit.pmmp.io/p/SkinThief)[![Join the Discord Server](https://camo.githubusercontent.com/73b0a6b4b7ac6de4fb824aa5ae03dae834986904632141b4ac862346ad252f61/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3235323837343838373131333334323937363f6c6f676f3d646973636f7264)](https://www.himbeer.me/discord)

Description
-----------

[](#description)

- A [PocketMine](https://pmmp.io/) plugin for stealing other player's skins
- Can get skins from online players, offline players, files and Minecraft: Java Edition players

Installation instruction
------------------------

[](#installation-instruction)

1. Put phar from Poggit into `plugins` folder
2. Start server

Commands
--------

[](#commands)

The command of this plugin is `/skin`. It has the following subcommands:

- `/skin load [file name] [target player]`
    - Description: Load skin from a png file and metadata from a json file in `plugin_data/SkinThief/skins`
    - Note: If no file name is given, the player's name is used
- `/skin save [file name] [target player]`
    - Description: Save skin to a png file and metadata to a json file in `plugin_data/SkinThief/skins`
    - Note: If no file name is given, the player's name is used
- `/skin steal  [target player]`
    - Description: Steal the skin of another player (online or offline)
- `/skin mcje  [target player]`
    - Description: Steal the skin of a Minecraft: Java Edition player

Permissions
-----------

[](#permissions)

- `skinthief.command`
    - Description: Allow access to the `/skin` base command (subcommands need seperate permissions!)
    - Default: op
- `skinthief.command.load`
    - Description: Allow access to `/skin load`
    - Default: op
- `skinthief.command.save`
    - Description: Allow access to `/skin save`
    - Default: op
- `skinthief.command.steal`
    - Description: Allow access to `/skin steal`
    - Default: op
- `skinthief.command.mcje`
    - Description: Allow access to `/skin mcje`
    - Default: op
- `skinthief.command.all`
    - Description: Allow access to all `/skin` subcommands
    - Default: op
- `skinthief.otherplayer`
    - Description: Allow changing another player's skin (using the `target player` argument)
    - Default: op
- `skinthief.anyfilename`
    - Description: Allow picking any file name when saving or loading a skin (otherwise only the player's name is allowed)
    - Default: op
- `skinthief.metadata`
    - Description: Allow loading and saving skin metadata (such as geometry) as well.
    - Default: op

Additional Information
----------------------

[](#additional-information)

Icon credits:

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance42

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

463d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/608eb866e8a635144f499fb0df578ecdaf355beb66a4ce3bd1bf91448547a1bc?d=identicon)[himbeer](/maintainers/himbeer)

---

Top Contributors

[![HimbeersaftLP](https://avatars.githubusercontent.com/u/16354747?v=4)](https://github.com/HimbeersaftLP "HimbeersaftLP (36 commits)")[![oPinqzz](https://avatars.githubusercontent.com/u/82214170?v=4)](https://github.com/oPinqzz "oPinqzz (11 commits)")[![BillBlackwood](https://avatars.githubusercontent.com/u/60568632?v=4)](https://github.com/BillBlackwood "BillBlackwood (3 commits)")[![poggit-bot](https://avatars.githubusercontent.com/u/22427965?v=4)](https://github.com/poggit-bot "poggit-bot (1 commits)")[![rjworks](https://avatars.githubusercontent.com/u/46464980?v=4)](https://github.com/rjworks "rjworks (1 commits)")

---

Tags

pocketminepocketmine-plugins

### Embed Badge

![Health badge](/badges/himbeer-libskin/health.svg)

```
[![Health](https://phpackages.com/badges/himbeer-libskin/health.svg)](https://phpackages.com/packages/himbeer-libskin)
```

###  Alternatives

[muqsit/invmenu

A PocketMine-MP virion to create and manage virtual inventories!

2234.2k1](/packages/muqsit-invmenu)[muqsit/simple-packet-handler

Handle specific data packets (virion for PMMP API 4.0.0)

426.1k3](/packages/muqsit-simple-packet-handler)[dktapps/pmforms

Form API library for PocketMine-MP plugins

522.3k1](/packages/dktapps-pmforms)[muqsit/asynciterator

A virion that simplifies writing tasks that traverse iterators

182.9k](/packages/muqsit-asynciterator)[nystudio107/eagerbeaver

Allows you to eager load elements from auto-injected Entry elements on demand from your templates.

251.5k](/packages/nystudio107-eagerbeaver)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
