Skip to content
View Cewlt's full-sized avatar

Block or report Cewlt

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. PartyChat PartyChat Public

    Small and simple Party Chat system for friends to chat in. Users can create a "Party" and invite others to it, allowing for private chats between each other.

    Java

  2. CustomGapples CustomGapples Public

    Completely customize the potion effects given when a enchanted golden apple is consumed

    Java 1

  3. JustOneMoreBungee JustOneMoreBungee Public

    Bungee - Sets the max players to one more than the current online players (Like Mineplex)

    Java 1 2

  4. RandomLayerChunk RandomLayerChunk Public

    Java

  5. bash screenshot script using imgur a... bash screenshot script using imgur api, appended with key shortcut
    1
    clientid='<insert imgur client id here>'
    2
    img=$(mktemp '/tmp/img-XXXXXX.png')
    3
    
                  
    4
    gnome-screenshot -a -f $img >/dev/null 2>&1 || exit
    5
    res=$(curl -sH "Authorization: Client-ID $clientid" -F "image=@$img" "https://api.imgur.com/3/upload")