Skip to content
View MemoryShadow's full-sized avatar
🎴
working
🎴
working

Organizations

@MCZLF @minecraftctl

Block or report MemoryShadow

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

Hello! I'm MemoryShadow.

You might have come from my blog page, where you can find the 3D models I created randomly while playing Minecraft some time ago, as well as some resources related to Minecraft.

You might ask: Why are you so obsessed with the Minecraft game and want to do something related to my other game? My answer is: I'm also a Minecraft player!

It might be a bit embarrassing to say this, but I truly love this game. Who wouldn't want to contribute to their favorite game? MCBBS and others have done an excellent job. They also deeply love this game. I also want to use what I've learned to add new colors to the things I love.:smile:

So, the 3DBox-related components you see now have been created. The contents inside are sufficient to allow you to present a room or a city with basic blocks..

Currently, the projects that I am mainly responsible for include service-daemon-rs and [A set of Minecraft Server management scripts(https://github.com/MemoryShadow/minecraftctl "Click to view"), If you are interested, you can take a look.

I also prepared some other interesting things, such as the plane shooting gamealthough the performance issue hasn't been optimized yetor the [small balls] (https://github.com/MemoryShadow/CLI_GUI_Rendering#%E7%94%A8%E6%B3%95%E7%A4%BA%E4%BE%8B "Click to view") that can keep bouncing around for a whole day.

If you are not interested in any of them, I also provide some [WebAPI] (https://github.com/MemoryShadow/MemoryShadow.github.io#api "Click to view"), which might be able to help you. It contains delightful compliments, interfaces specifically for flattery, as well as professional and practical translation interfaces and interfaces related to verification codes. Maybe these can save you a lot of time.

These are the things I consider worthy of mention under this account. Wish you a pleasant browsing experience!

github statsTop Langs

Pinned Loading

  1. minecraftctl minecraftctl Public

    This is a minecraft server management tool that supports background running, fast download deployment (beta), start, stop, restart, backup, restore backup, send messages to players, monitor player …

    Shell 6 1

  2. CLI_GUI_Rendering CLI_GUI_Rendering Public

    命令行中界面的多图层渲染

    C 1

  3. MemoryShadow.github.io MemoryShadow.github.io Public

    墨兮枫的个人博客

    CSS 1

  4. Minecraft-Getting-Started-Guide Minecraft-Getting-Started-Guide Public

    Minecraft 入门指南

    1

  5. [OPQBot插件]获取指定的Minecraft服务器信息.lua [OPQBot插件]获取指定的Minecraft服务器信息.lua
    1
    -- 查询指定Minecraft服务器当前的信息
    2
    -- 依赖: json,http
    3
    function motd(Domain)
    4
        -- 支持 域名:端口 语法
    5
        if (string.find(Domain, ':') ~= nil) then -- 当检测到冒号时,就做额外的词法解析,拆分端口和域名