{"id":23585740,"url":"https://github.com/thecymaera/minecraft-spider","last_synced_at":"2025-05-15T13:05:11.519Z","repository":{"id":242875365,"uuid":"774898452","full_name":"TheCymaera/minecraft-spider","owner":"TheCymaera","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-02T20:36:33.000Z","size":179,"stargazers_count":741,"open_issues_count":26,"forks_count":48,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-15T02:11:19.197Z","etag":null,"topics":["minecraft"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheCymaera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-20T11:57:35.000Z","updated_at":"2025-04-14T08:43:00.000Z","dependencies_parsed_at":"2024-06-05T13:45:33.780Z","dependency_job_id":"887cdfe6-31d6-4047-b14b-842c0e9ea179","html_url":"https://github.com/TheCymaera/minecraft-spider","commit_stats":null,"previous_names":["thecymaera/minecraft-spider"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCymaera%2Fminecraft-spider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCymaera%2Fminecraft-spider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCymaera%2Fminecraft-spider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCymaera%2Fminecraft-spider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCymaera","download_url":"https://codeload.github.com/TheCymaera/minecraft-spider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft"],"created_at":"2024-12-27T03:16:40.050Z","updated_at":"2025-05-15T13:05:11.472Z","avatar_url":"https://github.com/TheCymaera.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spider\n## Introduction\nThis plugin was developed for a video series about procedural animations.\n1. Procedural Walking Animation: https://youtu.be/Hc9x1e85L0w\n2. Procedural Galloping Animation: https://youtu.be/r70xJytj0sw\n3. Procedurally Animated Robots: https://youtu.be/PSnPOYeTW-0\n\n\nThis plugin is very experimental and untested in multiplayer. Use at your own risk.\n\n\n\n## Installation\n1. Download the JAR from the [releases page](https://github.com/TheCymaera/minecraft-spider/releases/).\n2. Set up a [Paper](https://papermc.io/downloads) or [Spigot](https://getbukkit.org/download/spigot) server. (Instructions below)\n3. Add the JAR to the `plugins` folder.\n4. Download the world folder from [Planet Minecraft](https://www.planetminecraft.com/project/spider-garden/).\n5. Place the world folder in the server directory. Name it `world`.\n\n## Running a Server\n1. Download a server JAR from [Paper](https://papermc.io/downloads) or [Spigot](https://getbukkit.org/download/spigot).\n2. Run the following command `java -Xmx1024M -Xms1024M -jar server.jar nogui`.\n3. I typically use the Java runtime bundled with my Minecraft installation so as to avoid version conflicts.\n   - In Modrinth, you can find the Java runtime location inside the profile options menu.\n4. Accept the EULA by changing `eula=false` to `eula=true` in the `eula.txt` file.\n5. Join the server with `localhost` as the IP address.\n\n\n## Commands\nAutocomplete will show available options.\n\nGet control items:\n```\n/items\n```\n\nLoad preset:\n```\n/preset \u003cname:string\u003e \u003csegment_length:double?\u003e \u003csegment_count:int?\u003e\n/preset hexbot 1 4\n```\n\nLoad torso or leg model\n```\n/torso_model \u003cname:string\u003e\n/leg_model \u003cname:string\u003e\n```\n\nModify or get options\n```\n/options gait maxSpeed 3\n\n/options gait maxSpeed\n```\n\nScale the spider\n```\n/scale 2\n```\n\nPlay splay animation (Spider must be spawned)\n```\n/splay\n```\n\nChange eye or blinking lights palette\n```\n/animated_palette eye cyan_blinking_lights\n/animated_palette blinking_lights red_blinking_lights\n\n# Custom palette (block_id, block_brightness, sky_brightness)+\n/animated_palette eye custom minecraft:stone 15 15 minecraft:redstone_block 15 15\n```\n\nFine-grained model modification\n```\n/modify_model \u003c...selectors\u003e \u003c...operations\u003e\n\n# Selectors can be either a block id or a tag\n# e.g. Select all cloaks in the torso\n/modify_model cloak torso ...\n\n# e.g. Select diamond blocks and netherite blocks\n/modify_model minecraft:diamond_block or minecraft:netherite_block ...\n\n# Set block\n/modify_model cloak set_block minecraft:gray_concrete\n\n# Set brightness\n/modify_model cloak brightness 0 7\n\n# Copy block from the world\n/modify_model cloak copy_block ~ ~1 ~\n```\n\nStealth Variant Example:\n```\n/torso_model stealth\n/scale 1.3\n/modify_model cloak set_block minecraft:gray_concrete\n/modify_model cloak or minecraft:netherite_block or minecraft:cauldron or minecraft:anvil or minecraft:gray_shulker_box brightness 0 7\n\n# You may need to pick a different brightness depending on your shaders\n```\n\nCopy block examples used in the video:\n```\n/modify_model cloak torso copy_block ~ ~1 ~\n/modify_model cloak tibia copy_block ~ ~1 ~\n/modify_model cloak tip copy_block ~ ~1 ~\n```\n\n## Development\n1. Clone or download the repo.\n2. Run Maven `package` to build the plugin. The resulting JAR will be in the `target` folder.\n3. For convenience, set up a symlink and add the link to the server `plugins` folder.\n   - Windows: `mklink /D newFile.jar originalFile.jar`\n   - Mac/Linux: `ln -s originalFile.jar newFile.jar `\n\n## License\nYou may use the plugin and source code for both commercial or non-commercial purposes.\n\nAttribution is appreciated but not due.\n\nDo not resell without making substantial changes.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecymaera%2Fminecraft-spider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecymaera%2Fminecraft-spider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecymaera%2Fminecraft-spider/lists"}