HomeJavaModsJoJoStands
JoJoStands
ModsJava

JoJoStands

A JoJo-inspired Paper SMP plugin with Stands, abilities, leveling, Stand controllers, Requiem Arrows, and Stone Ocean features.

⬇ Download on Modrinth
# JoJoStandsV6

**JoJoStandsV6** is a fan-made, anime-inspired **Paper SMP plugin** that adds a full Stand system to Minecraft.

Players can awaken unique Stands, summon visual Stand companions, use special abilities, level up through PvP, unlock ultimates, enter awakening mode, and fight using a custom music-disc controller item.

> ⚠️ This is a fan-made anime-inspired plugin. It is not affiliated with, endorsed by, or connected to any anime, manga, publisher, studio, or rights holder.

---

## ✨ Features

- 🧬 **Stand System**
  - Choose or randomly receive a Stand
  - Summon/despawn your Stand
  - Visual armor-stand Stand companions
  - Stand levels and skill points
  - Skill tree GUI
  - Passive abilities
  - 4 active abilities per Stand
  - Ultimate moves
  - Awakening mode

- 🎮 **Stand Controller V6**
  - Music-disc controller item
  - Cannot be used as a normal crafting item
  - Right-click to use abilities
  - Sneak + right-click to cycle moves
  - Swap/offhand key to cycle selected move
  - Sneak + swap/offhand key to cycle backward

- ⚔️ **Combat Moves**
  - Barrage
  - Heavy punch
  - Dodge
  - Blocking
  - Stand jump
  - Stand rush
  - Cooldowns
  - Particle-heavy effects

- 🌌 **SMP System**
  - `/standssmp start` to begin Stand selection
  - First-time-only Stand choosing
  - Optional random Stand assignment
  - Prevent non-OP players from changing Stands
  - Prevent non-OP players from viewing Stand lists
  - Disable specific Stands in config or by command

- 🏹 **Special Items**
  - Requiem Arrow
  - Stand Discs
  - Weather Report Memory DISC

- 📖 **Special Stand Mechanics**
  - Heaven's Door book/stat GUI
  - Ability disabling
  - Temporary effects
  - Requiem evolutions
  - Whitesnake Memory DISC drop

- ⚙️ **Configurable Balance**
  - Global damage multiplier
  - Per-Stand damage multipliers
  - Kill XP settings
  - Max level
  - Particle intensity
  - Disabled Stands
  - Whitesnake Memory DISC drop chance

---

## 🧍 Included Stands

JoJoStandsV6 includes many anime-inspired Stands, including:

- Stone Free
- Sticky Fingers
- Purple Haze
- Weather Report
- Whitesnake
- C-Moon
- Made in Heaven
- Tusk ACT 1
- Tusk ACT 2
- Tusk ACT 3
- Tusk ACT 4
- D4C Love Train
- Soft & Wet
- Scary Monsters
- Cream
- Hierophant Green
- Hermit Purple
- Red Hot Chili Pepper
- Echoes ACT 1
- Echoes ACT 2
- Echoes ACT 3
- Heaven's Door
- Harvest
- Bad Company
- Highway Star
- Aerosmith
- Sex Pistols
- Spice Girl
- Moody Blues
- Beach Boy
- Metallica
- Oasis
- Green Day

Also includes special Requiem/evolution Stands:

- Gold Experience
- Gold Experience Requiem
- Silver Chariot
- Chariot Requiem
- Killer Queen
- Killer Queen: Bites the Dust

---

## 🎮 Stand Controller V6

The **Stand Controller V6** is the main item players use to activate abilities.

It is a **music disc**, so players cannot accidentally craft with it like a normal item.

### Controls

| Action | Control |
|---|---|
| Use selected move | Right-click |
| Cycle to next move | Sneak + right-click |
| Cycle selected move | Swap/offhand key |
| Cycle backward | Sneak + swap/offhand key |

### Controller Modes

- Heavy punch
- Barrage
- Dodge
- Block
- Stand jump
- Stand rush
- Ability 1
- Ability 2
- Ability 3
- Ability 4
- Ultimate
- Awakening

## 🚀 SMP Start System

---

Staff can start the Stand selection phase with:

```mcfunction
/standssmp start

If random mode is disabled, players can choose their first Stand from the GUI.

If random mode is enabled, players are automatically assigned a random Stand.

Random Mode

/standssmp random true

or:

/standssmp random false

🧬 Stand Choosing

Players can open the Stand GUI with:

/stand gui

Or choose by command:

/stand choose <stand>

Example:

/stand choose Stone Free

By default, non-OP players cannot change their Stand after choosing one.


⚔️ Abilities

Each Stand has:

Use ability commands:

/stand ability 1
/stand ability 2
/stand ability 3
/stand ability 4

Or use the Stand Controller item.


🌟 Ultimate and Awakening

Ultimate and awakening require Stand level 20.

/stand ultimate
/stand awaken

📈 Leveling

Players gain Stand XP by killing other players.

Check your level:

/stand level

Server owners can configure:

leveling:
  xp-per-player-kill: 35
  base-xp: 100
  xp-growth: 25
  skill-points-per-level: 1
  max-level: 50

🏹 Requiem Arrow

The Requiem Arrow can evolve certain Stands.

Give a Requiem Arrow:

/requiemarrow <player>

Compatible evolutions:

Original Stand Evolution
Gold Experience Gold Experience Requiem
Silver Chariot Chariot Requiem
Killer Queen Killer Queen: Bites the Dust

📖 Heaven's Door

Heaven's Door includes special target interaction features.

/stand hedoor <player>

Heaven's Door can:


🌊 Stone Ocean Features

Included Stone Ocean-inspired Stands:

Special drop:

If a Whitesnake user is killed by another player, there is a configurable chance to drop:

Weather Report Memory DISC

Default chance:

drops:
  weather-memory-disc-from-whitesnake-chance: 0.01

0.01 means 1%.


🔒 Staff Controls

Disable a Stand:

/standssmp disable <stand>

Enable a Stand:

/standssmp enable <stand>

View disabled Stands:

/standssmp disabled

Examples:

/standssmp disable Made in Heaven
/standssmp disable Gold Experience Requiem
/standssmp enable Made in Heaven

⚙️ Configuration

Example config sections:

disabled-stands: []

security:
  prevent-non-op-stand-changing: true
  prevent-non-op-viewing-stands: true

smp:
  require-start-to-choose: true
  random-stand: false
  started: false

leveling:
  xp-per-player-kill: 35
  base-xp: 100
  xp-growth: 25
  skill-points-per-level: 1
  max-level: 50

drops:
  weather-memory-disc-from-whitesnake-chance: 0.01

balance:
  global-damage-multiplier: 1.0

💥 Damage Multipliers

Global damage multiplier:

balance:
  global-damage-multiplier: 1.0

Examples:

global-damage-multiplier: 0.5

Half damage.

global-damage-multiplier: 2.0

Double damage.

Per-Stand multipliers are also supported.


✨ Particle Settings

The plugin supports heavy particle effects.

particles:
  enabled: true
  intensity-multiplier: 4.0
  extra-flood-amount: 80
  stand-aura-amount: 30
  flash-on-abilities: true

If your server lags, lower these values.


📜 Commands

Player Commands

/stand help
/stand list
/stand gui
/stand choose <stand>
/stand summon
/stand despawn
/stand info
/stand level
/stand skilltree
/stand cooldowns
/stand controller
/stand ability <1-4>
/stand ultimate
/stand barrage
/stand heavy
/stand dodge
/stand block
/stand jump
/stand rush
/stand awaken
/stand hedoor <player>

Staff Commands

/standssmp start
/standssmp stop
/standssmp random true
/standssmp random false
/standssmp disable <stand>
/standssmp enable <stand>
/standssmp disabled
/standssmp controller <player>
/requiemarrow <player>

🔐 Permissions

Permission Description
jojo.stand Allows basic Stand commands
jojo.smp Allows SMP start/config commands
jojo.requiemarrow Allows giving Requiem Arrows
jojo.admin Allows admin Stand bypasses

📦 Requirements

This plugin is server-side. Players do not need to install anything.


📥 Installation

  1. Download the plugin jar.
  2. Put it into your server's plugins folder.
  3. Restart your server.
  4. Edit the config if needed.
  5. Start the Stand SMP system:
/standssmp start

🧪 Recommended First Setup

For manual Stand choosing:

/standssmp random false
/standssmp start

For random Stand assignment:

/standssmp random true
/standssmp start

⚠️ Disclaimer

This is a fan-made anime-inspired Minecraft plugin.

It is not official, not affiliated with, not endorsed by, and not connected to any anime, manga, publisher, studio, company, or rights holder.

No official assets, music, textures, or models are included. ```

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more