参加したときに参加者のスキンを保存します

Overview

JoinSaveSkin

joinskinsavesetumei

Select language: 日本語 English

日本語

Requirement

  • gd

Enable GD Library

extension=php_gd.dllのコメントアウトを解除します php.ini

- ;extension=php_gd.dll
+ extension=php_gd.dll

Usage

  • pluginsフォルダにプラグインpharを入れます
  • サーバーに参加します
  • プレイヤーのスキンデータ(png)が保存されます!

plugin_data/joinskinsave/<プレイヤー名>/<Y-m-d-H-i-s>.png

Author

  • tatchan

SpecialThanks

English

Requirement

  • gd

Enable GD Library

Uncomment extension=php_gd.dll php.ini

- ;extension=php_gd.dll
+ extension=php_gd.dll

Usage

  • Place the plugin phar in the plugins folder
  • Join the server
  • The player's skin data (png) will be saved!

plugin_data/joinskinsave/<player name>/<Y-m-d-H-i-s>.png

Author

  • tatchan

SpecialThanks

You might also like...
Comments
  • Add folders for each player

    Add folders for each player

    Idea:

    I have been testing the plugin and I have seen that the player's data is overwritten if it enters with another skin, I had thought about whether in data plugins you could create folders for each player, and in those folders put all the skins with which the player enters

    For example "UnEnanoMas.png" "UnEnanoMas1.png" ...

    And to check the skin to see if the skin that has entered is already saved, so that it does not create another unnecessary png

    enhancement 
    opened by UnEnanoMas 1
Owner
tatchan.rb
pmmpのプラグインを作ってます
tatchan.rb