Skip to content
View FuchsCrafter's full-sized avatar
Block or Report

Block or report FuchsCrafter

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FuchsCrafter/README.md

Pinned

  1. skypy skypy Public

    API Wrapper to connect to the Hypixel Skyblock API

    Python 1

  2. scratch2py scratch2py Public

    Forked from The-Cloud-Dev/scratch2py

    A python to scratch API connector. Can fetch data from the API and send it back in cloud variables.

    Python

  3. scratchstatgetter scratchstatgetter Public

    A server that gets information from the Scratch API, written in Python with the Flask module.

    Python

  4. Get the Online Status and Metadata o... Get the Online Status and Metadata of a minecraft server using JavaScript
    1
        <script>
    2
            const SERVER_URL = "mc.hypixel.net";
    3
    
                  
    4
            // set any of below values to "off" if not needed 
    5
            const HTML_STATUS_ELEMENT_ID = "status";