SnakePlayer

⭐ — (5 endorsements) 📥 1,065 downloads 📌 vNeoForge26.2-v1.4.1 📅 6/6/2026
🟡 Updated this year

By TACOWASA059 · cursed

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/20/2026 📅 Created: 6/6/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #108 of 190 cursed mods in this game by downloads

📋 About This Mod

# Snake Player !(https://cdn.modrinth.com/data/cached_images/2cd84ba8a5021ba1db66cbcd5505b984cf7a8a7f.png) !(https://cdn.modrinth.com/data/cached_images/fd590835b4a95ff3f95d66ee26929227b19d6365_0.webp) MOD that allows the player to become a snake. The length of the player snake changes according to XpLevel. The number of segments is XpLevel+1. ## 0\. player NBT | NBT Key |Type |Purpose | | -------------------- |------- |------------------------------------------------------------------------- | | <code>IsSnake</code> |Boolean |Indicates whether the player is in "snake mode." | | <code>SnakeHeadSize</code> |Float |Stores the size of the player's head in snake mode. | | <code>SnakeBodySegmentSize</code> |Float |Represents the size of the player's body segments in snake mode. | | <code>SnakeDamage</code> |Float |Damage an entity suffers when it comes into contact with a player segment | | <code>SnakeSpeed</code> |Float |Determines the automatic movement speed of the player in snake mode. | ## 1\. Command ### 1.0. vanilla You can use vanilla commands to modify the experience. `/experience set @s 100 levels` ### 1.1. `/snake <targets> <dataparameter_key> <value>` - targets: Specifies the player(s) to apply the command to. - DataParameter\_key: Specifies which attribute to modify. The following keys are available: 1. isSnake: A boolean (true or false) that determines whether the targeted player(s) should be in "snake mode." 2. headSize: The size of the snake's head (float, range: 0.1 - 10.0). 3. bodySegmentSize: The size of each body segment (float, range: 0.1 - 10.0). 4. damage: The damage dealt by the snake's body segments (float, range: >= 0). 5. speed: The movement speed of the snake (float, range: 0.0 - 0.75). Effect: Adjusts the corresponding attribute for the targeted players. Each attribute has specific valid ranges, and attempting to set a value outside these ranges will result in an error. ### 1.2.`/snake config <action> ` Configuration to allow players to respawn avoiding other player positions already present. Find the respawn position by partitioning the rectangular region with one side L centered at cx and cz into a grid with size r. - set: Allows modifying configuration settings related to the snake system. * spread <true|false> Enables or disables the spread functionality. true: Enables spreading. false: Disables spreading (default spawning). * spread\_pos <cx> <cz> Sets the spread position's center coordinates. cx: X-coordinate (double) cz: Z-coordinate (double) * spread\_Range <L> Sets the maximum range within which the snake spreads. L: (double, range: 0.1 - 10000.0) * spread\_minimum\_distance <r> Sets the minimum distance between spread entities. r: (double, range: 0.1 - 100.0) * segment\_experience <exp> Sets the segment's experience orb. segment\_experience: (int : 0 -) - get <key>: Retrieves the current value of a configuration setting.

# Snake Player !(https://cdn.modrinth.com/data/cached_images/2cd84ba8a5021ba1db66cbcd5505b984cf7a8a7f.png) !(https://cdn.modrinth.com/data/cached_images/fd590835b4a95ff3f95d66ee26929227b19d6365_0.webp)

MOD that allows the player to become a snake.

The length of the player snake changes according to XpLevel.

The number of segments is XpLevel+1.

## 0\. player NBT

| NBT Key |Type |Purpose | | -------------------- |------- |------------------------------------------------------------------------- | | IsSnake |Boolean |Indicates whether the player is in "snake mode." | | SnakeHeadSize |Float |Stores the size of the player's head in snake mode. | | SnakeBodySegmentSize |Float |Represents the size of the player's body segments in snake mode. | | SnakeDamage |Float |Damage an entity suffers when it comes into contact with a player segment | | SnakeSpeed |Float |Determines the automatic movement speed of the player in snake mode. |

## 1\. Command

### 1. 0. vanilla

You can use vanilla commands to modify the experience.

`/experience set @s 100 levels`

### 1. 1. `/snake `

- targets: Specifies the player(s) to apply the command to.

- DataParameter\_key: Specifies which attribute to modify. The following keys are available:

1. isSnake: A boolean (true or false) that determines whether the targeted player(s) should be in "snake mode." 2. headSize: The size of the snake's head (float, range: 0. 1 - 10. 0). 3. bodySegmentSize: The size of each body segment (float, range: 0. 1 - 10. 0). 4. damage: The damage dealt by the snake's body segments (float, range: >= 0). 5. speed: The movement speed of the snake (float, range: 0. 0 - 0. 75).

Effect: Adjusts the corresponding attribute for the targeted players.

Each attribute has specific valid ranges, and attempting to set a value outside these ranges will result in an error.

### 1. 2.`/snake config `

Configuration to allow players to respawn avoiding other player positions already present.

Find the respawn position by partitioning the rectangular region with one side L centered at cx and cz into a grid with size r.

- set: Allows modifying configuration settings related to the snake system.

spread

Enables or disables the spread functionality.

true: Enables spreading.

false: Disables spreading (default spawning).

spread\_pos

Sets the spread position's center coordinates.

cx: X-coordinate (double)

cz: Z-coordinate (double)

spread\_Range Sets the maximum range within which the snake spreads.

L: (double, range: 0. 1 - 10000. 0)

spread\_minimum\_distance Sets the minimum distance between spread entities.

r: (double, range: 0. 1 - 100. 0)

* segment\_experience Sets the segment's experience orb.

segment\_experience: (int : 0 -)

- get : Retrieves the current value of a configuration setting.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
TACOWASA059
Version
NeoForge26.2-v1.4.1
Downloads
1,065
Endorsements
5
Category
cursed
Created
6/6/2026
Updated
6/20/2026
Game Versions
26.2
Tags
cursed, game-mechanics, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does SnakePlayer support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of SnakePlayer?

Version NeoForge26.2-v1.4.1, published 2026-06-20 with 1,065 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More cursed 👤 More by TACOWASA059 🔎 Similar Mods 🌐 Best cursed (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods