Skip to content
View P1xel1ze's full-sized avatar

Block or report P1xel1ze

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ClearScreen ClearScreen Public

    This is a simple Minecraft plugin to clear the terminal screen for terminals that don't have a GUI for it. This is useful as you can't run `clear` or `cls` while a Minecraft server is running, as i…

    Java

  2. Godot Setup Scripts Godot Setup Scripts
    1
    Some scripts I made to automatically install Godot Engine (the one with C# support) and the .NET SDK
    2
    
                  
    3
    The Windows version calls winget and curl once and PowerShell 3 times and is otherwise pure Batchfile.
    4
    
                  
    5
    The Linux version calls mktemp once, curl twice, bash once and unzip once and is otherwise POSIX-compliant.