Coder Social home page Coder Social logo

sourcecode-nichi / libskin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from himbeersaftlp/libskin

0.0 0.0 0.0 123 KB

Virion for working with player skins & PocketMine plugin for stealing other player's skins

License: GNU Lesser General Public License v3.0

PHP 100.00%

libskin's Introduction

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 (and metadata, if allowed, to JSON)
  • 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 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 <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
  • 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/

libskin's People

Contributors

himbeersaftlp avatar billblackwood avatar rjworks avatar poggit-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.