Перейти к содержимому
Mineforgian

PrivateCreative

Mod and plugin that allows players to have their separate creative dimension or world for testing.

Загрузки
567
Подписчики
7
Обновлён
22 марта 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 24 сентября 2025 г.

PrivateCreative

🎯 Fabric mod — v1.1

A multi-dimensional creative system for Minecraft

This Fabric mod creates three shared creative dimensions that provide a collaborative building environment while keeping the survival world completely isolated. Perfect for players that want to offer creative building without affecting gameplay balance.

Minecraft compatibility: >= 1.21.11 Requires: Fabric Loader >= 0.18.4, Fabric API

Key features

  • 🌍 Three shared creative dimensions:

    • Normal world: Standard terrain generation
    • Superflat world: Flat building platform perfect for large projects
    • Void world: Empty space for creative building without terrain limits
  • 💾 Complete state isolation:

    • Separate inventory for each dimension (survival + 3 creative)
    • Independent position, effects, and game mode saving
    • Switch between dimensions without losing progress
    • Survival spawn position is preserved correctly even after dying in a creative dimension
  • 🌐 Multi-Language support: Full interface in 9 languages (EN, DE, ES, FR, PT, IT, RU, ZH, JA) with per-player settings

  • 👑 Advanced admin commands: /cw command wrapper restricted to creative dimensions only:

    • Give items, apply effects, summon entities
    • Enchant items, manage players
  • 🤝 Full TPA system: Complete teleport/invite system with automatic timeouts

  • 🗺️ World border management: Set custom world borders per creative dimension

  • 🔧 Data repair: Emergency /pc reset command to repair corrupt player data

📦 Installation (Fabric)

  1. Install Minecraft with Fabric Loader
  2. Download and install Fabric API
  3. Place both Fabric API and this mod in your mods/ folder
  4. Launch the server — three creative dimensions are automatically available
  5. Use /pc creative [normal/superflat/void] to switch dimensions

Usage Examples

# Switch to creative dimensions (Shared)
/pc creative normal         # Switch to normal creative dimension
/pc creative superflat      # Switch to superflat creative dimension
/pc creative void           # Switch to void creative dimension
/pc survival                # Return to survival world

# Teleport system
/pc tpa PlayerName          # Invite player to your current creative dimension
/pc accept                  # Accept invitation
/pc decline                 # Decline invitation
/pc kick PlayerName         # Remove player from creative dimension

# World management
/pc creativedelete normal   # Reset the normal creative dimension
/pc creativedelete superflat # Reset the superflat creative dimension
/pc creativedelete void     # Reset the void creative dimension
/pc worldborder void 500    # Set world border radius for void dimension

# Information & settings
/pc info                    # Show current world information
/pc language de             # Switch to German
/pc language                # Show current language
/pc reset                   # Repair corrupt player data (emergency)

# Admin commands (Creative dimensions only)
/cw give Player diamond 64  # Give items to players
/cw effect Player speed 30 2 # Apply effects
/cw summon zombie           # Spawn entities
/cw enchant Player sharp 5  # Enchant held items
/cw kill Player             # Kill players

🔌 Bukkit/Spigot/Paper Plugin — v1.3

Individual private creative worlds for each player

A plugin version that gives each player their own completely private creative world, separate from other players. Designed for smaller servers where players want individual building spaces.

Key features

  • 🏠 Private creative worlds: Each player gets their own individual Creative world accessible only to them and invited guests. (Complete separate world, not just a dimension)

  • 🚧 Configurable world borders: Players can set custom world border radius when creating their world

  • 💾 Basic state management: Automatic saving of inventory and position when switching between survival and creative

  • 🤝 Basic TPA system: Simple invite system allowing players to bring guests to their private creative world

  • ⚙️ World management: Players can stop, auto-kill, delete and recreate their private worlds as needed

  • 🌐 Language support: Per-player language settings via /pc language

  • ⚙️ Auto-unload: Empty creative worlds are automatically unloaded when players go offline (configurable delay)

📦 Installation (Plugin)

  1. Download the plugin .jar file
  2. Place it in your server's plugins/ folder
  3. Restart your server
  4. Players can use /pc creative to create their private world

Usage Examples

# Private World Management
/pc creative                # Create/access your private creative world
/pc creative void 5000      # Create a void world with 5000 block radius border
/pc creative superflat 1000 # Create a superflat world with 1000 block radius border
/pc survival                # Return to survival world
/pc creativestop            # Stop (unload) your creative world without deleting it
/pc creativeautokill        # Toggle automatic world cleanup
/pc creativedelete          # Delete your private creative world

# Guest Management
/pc tpa PlayerName          # Invite player to your private world
/pc accept                  # Accept invitation to someone's world
/pc deny                    # Deny invitation
/pc kick PlayerName         # Remove guest from your private world

# Information & settings
/pc info                    # Show current world information
/pc language de             # Switch to German
/pc language                # Show current language
/pc reload                  # Reload plugin configuration (admin)

🎯 Which version should you choose?

Choose the Fabric-Mod if:

  • You want collaborative building with shared creative dimensions
  • Or you play offline locally

Choose the plugin if:

  • You want each player to have their own private creative (actual) world (importing through FTP possible)
  • You're running a bukkit/paper server

💬 Support

https://github.com/RalphB15/PrivateCreative_feedback

Ченджлог

1.1Релиз1.21.11 · 22 марта 2026 г.

Fabric Mod — v1.1 Targets Minecraft 1.21.11 — new rewrite.

Bug Fixes Survival spawn position corruption fixed: When a player died inside a creative dimension they were correctly respawned back into that dimension, but their saved survival position was being overwritten by the overworld respawn point. Survival position is now preserved exactly as it was before the player entered the creative dimension.

Respawn loop prevented: After dying in a creative world the mod now saves a fresh survival state before restoring the player back to their creative dimension, avoiding a state mismatch that could cause repeated teleport loops on subsequent deaths.

Safe spawn position search: When restoring a player's position the mod now scans nearby Y-levels to find a non-solid block pair above solid ground, preventing players from being teleported inside blocks after world regeneration or terrain changes.

1.0.6Релиз1.21.6, 1.21.7, 1.21.8 · 30 сентября 2025 г.

Added multiversion Support

1.2Релиз1.21.7, 1.21.8, 1.21.9 · 30 сентября 2025 г.

What's New

  • Portal prevention in private creative worlds
  • Fixed portal creation bypass methods
  • Improved world unloading reliability
  • Enhanced player data persistence
  • Corrected tab completion edge cases

Command Interface

  • Redesigned /pc help with color-coded formatting
  • Categorized commands (World Management, Multiplayer, Admin)
  • Admin commands only visible to authorized users

Tab Completion

  • Full tab completion for all /pc and /cw commands
  • Dynamic player suggestions for /pc tpa and /pc kick
  • World type suggestions for /pc creative

Multi-Version Compatibility

  • Support for Minecraft 1.21.8, 1.21.9, 1.21.10
  • Automatic version detection and compatibility checking
  • Forward-compatible with future 1.21.x releases

Commands

World Management

/pc creative [type] [border]  - Create/switch to private creative world
/pc survival                  - Return to survival world
/pc creativestop              - Unload creative world
/pc creativedelete            - Delete creative world

Multiplayer

/pc tpa <player>             - Invite player to creative world
/pc accept                   - Accept teleport invitation
/pc deny                     - Decline teleport invitation
/pc kick <player>            - Remove guest from creative world

Admin

/pc reload                   - Reload plugin configuration
/cw <command>               - Execute console commands in creative world

1.0.5Бета1.21.8 · 29 сентября 2025 г.

**Fixed numerous of potentually gamebreaking bugs.

Updating may break creative dimensions.

If so, go back to survival

-> "/pc survival" -> "/pc creativedelete all

This should reset your creative dimensions.**

1.0.1Бета1.21.8 · 27 сентября 2025 г.

Fixed worldborder issue when creating world

1.0.0Бета1.21.8 · 27 сентября 2025 г.

Fabric Version first upload.

1.1Бета1.21.8 · 24 сентября 2025 г.

Fixed a bunch of issues with the /cw command.

Fixed world deletion.

Fixed superflat world generation.

Changed plugin config.

Added "/pc kick " command

Added "/pc reload" command

Removed Paper dependency.

1.0Бета1.21.8 · 24 сентября 2025 г.

First upload

Комментарии

Загружаем…