Simple addon for BlueMap that allows using a custom skin server.

Overview

BlueMap Custom Skin Server

Description

Simple addon for BlueMap that allows using a custom skin server.

Config

{
    "debug": false,                               // Debug mode for issue or self error search 
    "serverType": "MOJANG",                       // Server type [ MOJANG | MOJANG_LIKE | CUSTOM ] 
    "customSkinServerUrl": "https://localhost/",  // Here u must put custom link. Examples u can see below
    "custom": {                                   // This params supported only by CUSTOM server type
        "suffix": "",                             // Text after username in request url. As example for https://mcskins.top/ need ".png"
        "getSkinBy": "NAME",                      // Type of search param [ NAME | UUID ]
        "skinByCase": "LOWER"                     // Name case [ LOWER | UPPER | DEFAULT ]. As example for https://mcskins.top/ need LOWER
    }
}
You might also like...
The Okila server project uses the Spring boot framework and uses the Kotlin language

Okila-Server The Okila server project uses the Spring boot framework and uses the Kotlin language Format Response //The response successfully format

sample project that shows you how you can use Ktor to creat a server for real Project.

Ktor-Sample This is a sample project that shows you how you can use Ktor to creat a server for real Project. What is done Save data to database (Get a

Kotlin API for MiniKeyValue server

minikeyvaluekt Kotlin API for MiniKeyValue. Example val mkv = MiniKeyValue("http://localhost:3000/", MKVOkHttp) assert(mkv.put("wehave", "bigswag")) a

Provides Ktor Server libs for building awesome Kotlin plugins which needs to provide builtin HTTP servers
Provides Ktor Server libs for building awesome Kotlin plugins which needs to provide builtin HTTP servers

Ktor Plugin Provides Ktor Server libs for building awesome Kotlin plugins which needs to provide builtin HTTP servers. Requires: https://github.com/Po

Running Axon Server in Testcontainers tests.

Axon Server TestContainer Running axon server in testcontainers tests. Idea Run an Axon Server docker container from within your (junit) tests. Usage

Spring boot admin server for android

spring-boot-admin-server 어드민 서버 그래들 implementation("org.springframework.boot:spring-boot-starter-security:2.5.6") // https://mvnrepository.com/artifac

Server & Web App of Tolgee localization toolkit
Server & Web App of Tolgee localization toolkit

Server & Web App of Tolgee localization toolkit

Kotlin async server template with coroutines and zero deps

kotlin-server At attempt to very light-weight non-blocking http app template with support for Kotlin coroutines. Zero dependencies - Java built-in jdk

The RuneTopic game server implementation that hosts and processes a game world.

RuneTopic Game Server The RuneTopic game server implementation that hosts and processes a game world. Setup Guide You can host a game server with Dock

Comments
  • Added support for get skin by name

    Added support for get skin by name

    I change "customSkinserverurl" from"http://localhost/" to "https://auth.mc-user.com:233/f34896540b0211ed9cdc00163e095b49/sessionserver/session/minecraft/profile/"

    player data should be https://auth.mc-user.com:233/f34896540b0211ed9cdc00163e095b49/sessionserver/session/minecraft/profile/db34ec2d6d0c3e42923e99fa9dad3cf5 (I checked the json it return is the same format as Mojang one) I decoded that base64 value it also is same format as mojang one... QQ截图20220814211243 QQ截图20220814211144 QQ截图20220814211022 QQ截图20220814211134 QQ截图20220814211106

    3rd 
    opened by LemonPAKA 7
Owner
Syorito Hatsuki
Kotlin && C++ Developer
Syorito Hatsuki
Jambeez-server - Jambeez server with kotlin

jambeez-server How to start Start your own server with: docker pull ghcr.io/jamb

null 5 Apr 2, 2022
Custom plugin for private minecraft server

Custom Plugin Custom plugin for private minecraft server. Requirements Java 1.17 PaperMC 1.18 (Minecraft 1.18) Features Cancels Creeper griefing Build

ghosti3 1 Apr 14, 2022
🌱 A test implementation of a Minecraft server using RESTful API taking advantage of the interoperability between Kotlin and Java.

?? Norin A test implementation of a Minecraft server using RESTful API taking advantage of the interoperability between Kotlin and Java. This project

Gabriel 1 Jan 4, 2022
Mock up social media android application created to interact with a backend Java server using GraphQL.

The Community Board Project Authorship: author: dnglokpor date: may 2022 Project Summary: The Community Board Project consists of a Java Spring Boot b

Delwys Glokpor 1 May 17, 2022
Playground server-client Android app using gRPC and protocol buffers

gRPC Playground The goal of this app is to connect to a server, exchange information using the gRPC protocol and lastly retrieve some mocked credentia

Thanos Psaridis 8 Sep 14, 2022
🍣✨ Simple Ktor server to handle GitHub -> YouTrack, usually for YouTrack Standalone.

?? sushi Simple Ktor server to handle GitHub Issues to YouTrack, usually for YouTrack Standalone. Why? There is not really a definite way to handle Gi

Noelware 2 Nov 11, 2021
A simple time second selector seek bar custom made

A simple time second selector seek bar custom made How to To get a Git project into your build: Step 1. Add the JitPack repository to your build file

Mohammed Nadil 2 Nov 26, 2021
A simple textview with custom background to provide additional information.

?? Tebel A simple textview with custom background to provide additional information. Install Gradle Add JitPack repository below to your module's buil

Pakis Interactive Studio 9 Aug 6, 2022
A kotlin based server for the milky store mobile application

Milky Store backend server A kotlin ?? ?? based backend server to power up the milky store android application FEATURES : Secure serialisation ?? lead

The X 3 Oct 21, 2021