SkinsRestorer / SkinsRestorerX

The most popular skin plugin for Minecraft

Home Page:https://skinsrestorer.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/skin search

xknat opened this issue · comments

commented
  • Have the ability to search a skin by name e.g. "super man"
  • Add a way to preview the skin (chat with click menu)
  • Look for api / webhook
commented

Found a possible way:

  1. player runs /skin search string
  2. send message:
    Hey there! We think you can find a skin matching "string string" here: https://namemc.com/minecraft-skins/tag/string-string
    Or mabe you find what your looking for here: https://namemc.com/minecraft-skins/tag
    if you found a skin, run /skin
    example: /skin https://namemc.com/skin/28a50dff226d744e
  3. player runs /skin https://namemc.com/skin/28a50dff226d744e
  4. we internally change it from https://namemc.com/skin/%id% to https://s.namemc.com/i/%id%.png

if we then internally replace https://namemc.com/skin/28a50dff226d744e to https://s.namemc.com/i/28a50dff226d744e.png this could in theory work without breaking namemc.com TOS

This issue example would be /skin search super man --> https://namemc.com/minecraft-skins/tag/super-man --> https://namemc.com/skin/b234e7073d51999e --> https://s.namemc.com/i/b234e7073d51999e.png which should be a great addition

commented

NameMc gave geen light on their discord:
image