Skip to content

Advanced Info

Zgoly edited this page Jun 30, 2024 · 2 revisions

Note

On this page will be published various documentation and information for modules, commands and other suff. Please note that this page is manually updated; if you want to check the generated pages, you can visit Modules, Commands and Presets.

🧱 Modules

🎨 Placer - A Flexible Block Placement Tool

Placer is an amazing module designed to help you place blocks with ease and flexibility. 🤖

Let's dive into the Placers section (other settings are quite intuitive). Initially, Placer comes empty, meaning there are no templates. To add a new Placer, simply click on the New Placer button. 🔍

Voila! A new Placer will appear, allowing you to configure basic settings such as its name, visibility, enabled state, and position among other Placers (if there's more than one). You can also copy, delete, and do other cool stuff with your Placers. 🎨

The real excitement begins when you hit the Edit button. You'll see various settings that might look overwhelming at first, like sitting in an airplane cockpit. But don't worry, it's not as complicated as it seems:

  • 📝 Name field (duplicated)
  • 📏 Size of the Placer (in the form of two corners)
  • 📐 Offset of two corners (useful later)
  • 🔄 Rotation
  • 🔗 Anchor
  • 🪨 Blocks
  • 🌈 Color
  • ⚙️ Controls (also duplicated)

📌 Examples

  1. 🪨 5x1x5 Cobblestone Floor

    • Corner Pos 1: (2, -1, 2)
    • Corner Pos 2: (-2, -1, -2)
    • Corner Anchor Pos 1: (0, 0, 0)
    • Corner Anchor Pos 2: (0, 0, 0)
    • Rotation: disable all
    • Anchor: disable all
    • Blocks: select Cobblestone
    • Side & line color: unchanged
    • Visible: true
    • Active: true (don't forget this!)
  2. 🏯 The Great Wall of China (1x5x5)

    • Corner Pos 1: (0, 4, 2)
    • Corner Pos 2: (0, 0, -2)
    • Corner Anchor Pos 1: (0, 0, 0)
    • Corner Anchor Pos 2: (0, 0, 0)
    • Rotation: disable all
    • Anchor: enable X1 and X2
    • Blocks: select Stone Bricks
    • Side & line color: unchanged
    • Visible: true
    • Active: true (don't forget this!)

    Explanation: Here, we use Anchor to fix any corner in world space. We fix X1 and X2 corners, moving their X position to spawn. Y and Z will move relative to the player, while X remains fixed.

  3. 🧱 Obsidian Gaze

    • Corner Pos 1: (3, 0, 0)
    • Corner Pos 2: (3, 0, 0)
    • Corner Anchor Pos 1: (0, 1, 0)
    • Corner Anchor Pos 2: (0, 1, 0)
    • Rotation: enable all
    • Anchor: disable all
    • Blocks: select Obsidian
    • Side & line color: unchanged
    • Visible: true
    • Active: true (don't forget this!)

    Explanation: We enable all rotations so that the Placer turns in all directions the player is looking. Additionally, we added 1 along the Y-axis for Corner Anchor Pos 1 and 2, so the Placer rotates relative to the head, not the feet.

  4. 🏰 3x1x3 Medieval Path

    • Corner Pos 1: (1, -1, 1)
    • Corner Pos 2: (-1, -1, -1)
    • Corner Anchor Pos 1: (0, 0, 0)
    • Corner Anchor Pos 2: (0, 0, 0)
    • Rotation: disable all
    • Anchor: disable all
    • Blocks: select Stone, Cobblestone, Mossy Cobblestone, Cracked Stone Bricks, Andesite, Gravel (stair blocks can also be added)
    • Side & line color: unchanged
    • Visible: true
    • Active: true (don't forget this!)

    Explanation: Multiple blocks allow you to place a random block from the Blocks list.

  5. 🌍 Overworld Bedrock Level Display

    • Corner Pos 1: (5, -60, 5)
    • Corner Pos 2: (5, -64, 5)
    • Corner Anchor Pos 1: (0, 0, 0)
    • Corner Anchor Pos 2: (0, 0, 0)
    • Rotation: disable all
    • Anchor: disable all
    • Blocks: none
    • Side & line color: Red (255, 0, 0)
    • Visible: true
    • Active: false

    Explanation: You can disable the placer but keep its visibility. This might be helpful in some cases.

Clone this wiki locally