Download the PHP package himbeer/libskin without Composer
On this page you can find all versions of the php package himbeer/libskin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download himbeer/libskin
More information about himbeer/libskin
Files in himbeer/libskin
Download himbeer/libskin
More information about himbeer/libskin
Files in himbeer/libskin
Vendor himbeer
Package libskin
Short Description PMMP virion for working with player skins
License LGPL-3.0-only
Package libskin
Short Description PMMP virion for working with player skins
License LGPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package libskin
LibSkin
A Virion for working with player skins.
See LibSkinExample for a usage example.
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) 
Description
- A PocketMine plugin for stealing other player's skins
- Can get skins from online players, offline players, files and Minecraft: Java Edition players
Installation instruction
- Put phar from Poggit into
plugins
folder - Start server
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
- Description: Load skin from a png file and metadata from a json file in
/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
- Description: Save skin to a png file and metadata to a json file in
/skin steal <player to steal from> [target player]
- Description: Steal the skin of another player (online or offline)
/skin mcje <player to steal from> [target player]
- Description: Steal the skin of a Minecraft: Java Edition player
Permissions
skinthief.command
- Description: Allow access to the
/skin
base command (subcommands need seperate permissions!) - Default: op
- Description: Allow access to the
skinthief.command.load
- Description: Allow access to
/skin load
- Default: op
- Description: Allow access to
skinthief.command.save
- Description: Allow access to
/skin save
- Default: op
- Description: Allow access to
skinthief.command.steal
- Description: Allow access to
/skin steal
- Default: op
- Description: Allow access to
skinthief.command.mcje
- Description: Allow access to
/skin mcje
- Default: op
- Description: Allow access to
skinthief.command.all
- Description: Allow access to all
/skin
subcommands - Default: op
- Description: Allow access to all
skinthief.otherplayer
- Description: Allow changing another player's skin (using the
target player
argument) - Default: op
- Description: Allow changing another player's skin (using the
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
Icon credits: https://pixabay.com/vectors/moneybag-hand-coins-symbol-icon-400290/
All versions of libskin with dependencies
PHP Build Version
Package Version
Requires
pocketmine/pocketmine-mp Version
^5.0.0
The package himbeer/libskin contains the following files
Loading the files please wait ....