Skip to content
View max1mde's full-sized avatar
😀
Всичко е наред
😀
Всичко е наред

Organizations

@NextFightNetwork

Block or report max1mde

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
max1mde/README.md

Some repositories


Stats

stats2

stats

Profile Views

Lines of code

🐱 My Github Data

🏆 598 Contributions in the Year 2024

📦 835.0 kB Used in Github's Storage

💼 Opted to Hire

📜 58 Public Repositories

🔑 52 Private Repositories

📊 This Week I Spent My Time On

💬 Programming Languages: 
JavaScript               26 mins             ██████████████████░░░░░░░   74.9% 
Java                     7 mins              █████░░░░░░░░░░░░░░░░░░░░   22.68% 
JSON                     0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   2.17% 
Other                    0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   0.23% 
Gradle                   0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   0.03%

🔥 Editors: 
VS Code                  26 mins             ███████████████████░░░░░░   77.29% 
IntelliJ IDEA            7 mins              █████░░░░░░░░░░░░░░░░░░░░   22.71%

🐱‍💻 Projects: 
Learn BG                 26 mins             ███████████████████░░░░░░   77.29% 
NextSMP                  5 mins              ████░░░░░░░░░░░░░░░░░░░░░   17.15% 
ChangeIP                 1 min               █░░░░░░░░░░░░░░░░░░░░░░░░   5.56%

💻 Operating System: 
Windows                  34 mins             █████████████████████████   100.0%

I Mostly Code in Java

Java                     64 repos            ██████████████████░░░░░░░   71.91% 
JavaScript               10 repos            ██░░░░░░░░░░░░░░░░░░░░░░░   11.24% 
TypeScript               7 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   7.87% 
Python                   3 repos             ░░░░░░░░░░░░░░░░░░░░░░░░░   3.37% 
CSS                      2 repos             ░░░░░░░░░░░░░░░░░░░░░░░░░   2.25%

Last Updated on 24/09/2024

My plugins

https://www.spigotmc.org/resources/authors/1620695/

Contact me

Discord

discord

Email

maxim@nextfight.net

Pinned Loading

  1. FancyPhysics FancyPhysics Public

    3D block particles, realistic explosions and more

    Java 19

  2. ToiletDevelopment/Skin-Overlay-Generator ToiletDevelopment/Skin-Overlay-Generator Public

    Festive overlays for your Minecraft skin ✨

    JavaScript 6 1

  3. PassengerAPI PassengerAPI Public

    A passenger management API to make cross plugin compatibility possible.

    Java 3

  4. HologramAPI HologramAPI Public

    Packet based text display hologram api with minimessage and emoji support

    Java 6 2

  5. DesignGuide DesignGuide Public

    🎨 A simple design guide for everything related to Git and Github

    1

  6. Discord friend invite link generator... Discord friend invite link generator - Console script (Tested 9/14/2024)
    1
    const deepSearchForMethod = (obj, methodName, path = '', visited = new Set(), maxDepth = 10, depth = 0) => {
    2
        if (depth > maxDepth || visited.has(obj)) {
    3
            return null;
    4
        }
    5
        visited.add(obj);