All Projects → HimbeersaftLP → LibSkin

HimbeersaftLP / LibSkin

Licence: LGPL-3.0 license
Virion for working with player skins & PocketMine plugin for stealing other player's skins

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to LibSkin

fireworks
Adds Fireworks to Pocketmine
Stars: ✭ 17 (-15%)
Mutual labels:  pocketmine, pocketmine-plugins
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+60%)
Mutual labels:  pocketmine, pocketmine-plugins
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (+20%)
Mutual labels:  pocketmine, pocketmine-plugins
BlockSniper
An advanced (brush) world editing plugin for PocketMine-MP
Stars: ✭ 77 (+285%)
Mutual labels:  pocketmine, pocketmine-plugins
devirion
Plugin used for debugging virions or plugins that use virions.
Stars: ✭ 35 (+75%)
Mutual labels:  pocketmine, pocketmine-plugins
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+160%)
Mutual labels:  pocketmine, pocketmine-plugins
EggWars
EggWars minigame for PocketMine
Stars: ✭ 32 (+60%)
Mutual labels:  pocketmine, pocketmine-plugins
Specter
Super simple debugging for PocketMine.
Stars: ✭ 73 (+265%)
Mutual labels:  pocketmine, pocketmine-plugins
MineReset
Powerful mine resetting tool
Stars: ✭ 44 (+120%)
Mutual labels:  pocketmine, pocketmine-plugins
Other-Plugins
A collection of all the plugins which I used to work on but no longer maintain
Stars: ✭ 26 (+30%)
Mutual labels:  pocketmine, pocketmine-plugins
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+270%)
Mutual labels:  pocketmine, pocketmine-plugins
Capital
An extensible economy API for PocketMine-MP.
Stars: ✭ 31 (+55%)
Mutual labels:  pocketmine, pocketmine-plugins
Pathfinding
A pmmp virion (library) for pathfinding using A*
Stars: ✭ 36 (+80%)
Mutual labels:  pocketmine
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (-25%)
Mutual labels:  pocketmine
MyPlot
Plot and protection plugin for PocketMine-MP
Stars: ✭ 101 (+405%)
Mutual labels:  pocketmine
Slapper
The new home of Slapper, the NPC plugin for PocketMine.
Stars: ✭ 99 (+395%)
Mutual labels:  pocketmine-plugins
VirionTools
A handy plugin for developers who wish to compile and inject virions without using Poggit.
Stars: ✭ 17 (-15%)
Mutual labels:  pocketmine
AdvanceDeaths
A plugin to customize the death messages!
Stars: ✭ 16 (-20%)
Mutual labels:  pocketmine
CosmeticMenu
Fun and Easy-to-Use Pocketmine Cosmetics plugin. (Gadgets, Particles, Trails, etc)
Stars: ✭ 22 (+10%)
Mutual labels:  pocketmine
ScoreFactory
A simple virion for making Scoreboards in Minecraft Bedrock Edition.
Stars: ✭ 15 (-25%)
Mutual labels:  pocketmine

LibSkin

A Virion for working with player skins.

Poggit Build status for the virion

See LibSkinExample for a usage example.

Features:

  • Convert skin data to PNG
  • Convert PNG to skin data
  • Asynchronously Download skins of Minecraft: Java Edition players

SkinThief (LibSkinExample) Plugin Logo/Icon

Poggit Build status for the example plugin Poggit Release status for the example plugin

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

  1. Put phar from Poggit into plugins folder
  2. 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 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 in plugin_data/SkinThief/skins
    • Note: If no file name is given, the player's name is used
  • /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
  • 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

Additional Information

Icon credits: https://pixabay.com/vectors/moneybag-hand-coins-symbol-icon-400290/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].