▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/SharedSoul
SharedSoul

SharedSoul

Experience true cooperative survival where all players share health, hunger, inventory, XP, and death. When one player takes damage, everyone feels it. When one dies, all die together. Perfect for close-knit groups seeking the ultimate teamwork challenge.

Оцените первым
800
3

SharedSoulSurvival – Experience True Team Survival

What if every heart, every bite, every drop of XP was shared among your entire team?

SharedSoulSurvival redefines Minecraft multiplayer by turning your friends into your lifeline. When one falls, all fall. When one thrives, everyone rises.

🔥 The Ultimate Cooperative Challenge

🪨 Shared Health

  • If one player gets hurt, everyone feels it.
  • Healing? It heals all.
  • Say goodbye to lone wolves — survival is a shared journey now.

🍗 Shared Hunger & Saturation

  • Eating helps everyone.
  • Starving? Now it’s a group concern.
  • Promotes resource sharing and planning like never before.

🎒 Unified Inventory

  • One inventory for all players.
  • Drop an item? Everyone sees it disappear.
  • Shared gear, shared tools, shared responsibility.

✨ Shared XP & Level Progression

  • Earn XP together, level up together.
  • Enchanting costs are paid from a team XP pool.
  • Mob grinding becomes a team sport.

🏆 Synchronized Advancements

  • Unlock an advancement? Everyone gets it.
  • No one falls behind — your journey is shared in every achievement.
  • Stay aligned, celebrate every milestone as a team.

💀 Shared Death

  • One death = total wipe.
  • A dramatic message warns the team: "[Player] has died! All souls fall together..."
  • Raises the stakes for every encounter.

🧪 Potion Effects for All

  • Drink one potion, everyone gets the effect.
  • Plan buffs and debuffs with intention.
  • Potion use becomes a strategic decision for the whole team.

📊 PlaceholderAPI Support

Display live stats with 7 custom placeholders:

  • %sharedsoul_health% – Shared HP
  • %sharedsoul_hunger% – Shared Hunger
  • %sharedsoul_level% – Shared XP Level
  • %sharedsoul_deaths% – Total Team Deaths
  • %sharedsoul_player_count% – Online Players
  • %sharedsoul_inventory_size% – Inventory Size
  • %sharedsoul_last_change_source% – Last action

🎯 Perfect For...

  • 👥 Close-knit friends wanting real teamwork
  • 🎥 Streamers creating high-stakes moments
  • 🧙 Roleplay servers with a shared fate
  • 🏆 Hardcore survivalists looking for the next big challenge
  • 🛠️ Team-building events and creative gameplay

📋 Requirements

  • High speed Internet connection For real time changes
  • Minecraft 1.21.11+
  • Java 11+ (Java 17+ recommended)
  • Spigot, Paper, or compatible forks
  • [Optional] PlaceholderAPI for scoreboard support
  • 4–6 GB RAM recommended
  • 2-core CPU minimum

🎮 Commands & Permissions

CommandDescription
/sharedsoul:soulreloadReloads plugin config
/sharedsoul:soulinfoCheck the sync Setting info
PermissionWho gets it?
sharedsoul.adminAdmins (default: OP)

📊 Custom Scoreboard (Gift)

TAB Plugin: - Download TAB Plugin

scoreboards:
    scoreboard-1.21.11+:
      title: "&#E43A3A☠ &#E43A3A&lS&#E43A3A&lh&#E43A3A&la&#E43A3A&lr&#E43A3A&le&#E43A3A&ld &#E43A3A&lS&#E43A3A&lo&#E43A3A&lu&#E43A3A&ll &#E43A3A☠"
      display-condition: "%player-version-id%>=765;%bedrock%=false"
      lines:
        - "        &7⏱ %localtime_time_EE dd/M/yy%"
        - ""
        - "    &#E43A96❤ &fHealth: &#E43A96%sharedsoul_health%/20"
        - "    &#FCD05C🍗 &fHunger: &#FCD05C%sharedsoul_hunger%/20"
        - "    &#3AE47F🧪 &fLevel: &#3AE47F%sharedsoul_level%"
        - "    &#5FE2C5🗡 &fDeaths: &#5FE2C5%sharedsoul_deaths%"
        - "    &#E4733A👤 &fPlayers: &#E4733A%sharedsoul_player_count%"
        - "    &#7FE43A🎒 &finventoryfill: &#7FE43A%sharedsoul_inventory_size%"
        - ""
        - "  &#E43AE4☄ &fLastaction: &#E43AE4%sharedsoul_last_change_source%"
        - ""
        - "       &7⛏sharedsoul.fun"

⚠️ A Few Warnings

  • This plugin is hard — not recommended for casual players.
  • Full cooperation required: no lone survivors.
  • Always back up your world before using.
  • Test on a dev server before going live.

🛠️ Full Customization Configuration

#  _________.__                             .____________            .__   
#  /   _____/|  |__ _____ _______   ____   __| _/   _____/ ____  __ __|  |  
#  \_____  \ |  |  \\__  \\_  __ \_/ __ \ / __ |\_____  \ /  _ \|  |  \  |  
#  /        \|   Y  \/ __ \|  | \/\  ___// /_/ |/        (  <_> )  |  /  |__
# /_______  /|___|  (____  /__|    \___  >____ /_______  /\____/|____/|____/
#        \/      \/     \/            \/     \/       \/                                                                                                                                       
# =====================================================
# SharedSoul - Configuration
# =====================================================

# -----------------------------------------------------
# Database
# -----------------------------------------------------
database:
  type: sqlite
  filename: sharedsoul.db

# -----------------------------------------------------
# Synchronization
# -----------------------------------------------------
sync:
  # Global toggles for each sync type
  health:
    enabled: true
  hunger:
    enabled: true
  inventory:
    enabled: true
  xp:
    enabled: true
  potions:
    enabled: true
  advancements:
    enabled: true
  
  # Delays in ticks for sync events (prevents duplication & loops)
  delays:
    inventory: 2
    potions: 1

# -----------------------------------------------------
# Messages
# -----------------------------------------------------
messages:
  # Shared death message (displayed in chat, colored using & codes)
  death-message:
    enabled: true
    message: '&c[Player name] has died! All souls fall together...'
  prefix: '&c[SharedSoul]&r '
  reloaded: '&aConfiguration reloaded!'
  no-permission: '&cYou don''t have permission to do that!'
  player-only: '&cThis command can only be used by players!'
  sync-toggled-on: '&a%type% sync enabled for you!'
  sync-toggled-off: '&c%type% sync disabled for you!'
  sync-invalid-type: '&cInvalid sync type. Use: health, hunger, inventory, xp, potions'

# -----------------------------------------------------
# Debug
# -----------------------------------------------------
debug:
  enabled: false


📊 Plugin Stats

FeatureDetail
Size<30.1KB
Sync Delay~1ms
StorageLocal SQLite
Player LimitOptimized for 1–20
CompatibilityWorks with most plugins

🧰 PlaceholderAPI Integration

Easily integrate with any PlaceholderAPI supported plugin — full docs provided!


🏆 Why Use SharedSoulSurvival?

  • 🧠 Gameplay you’ve never experienced before
  • 🛠️ Polished, professional quality
  • 🔧 Easy to set up and use
  • 💬 Full scoreboard/PlaceholderAPI integration
  • 📈 Actively developed — always getting better
  • 💯 Totally free!

🛠️ What’s Next?

  • Shared sync Configurable
  • Configurable sync delays
  • Multi-world support
  • Only Fire damage effect for all players
  • Damage effect For all players
  • More placeholders!

Ready to survive together — or die together? Download SharedSoulSurvival and find out what true teamwork means.

Join our community for support, updates, and feature suggestions: Join the discord

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x1.18.x

Платформы

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Детали

Лицензия:
Опубликован:10 месяцев назад
Обновлён:1 месяц назад
Главная