The Nexus System is a centralized management hub for Palladium Powers, functioning as a transformation and utility device similar to the Omnitrix & Max Steel or BeastBoy. It allows players to organize, store, and cycle through "playlists" of Powers.

JSON Path is data/corewithstuff/cws_nexus

JSON Template

{
  "id": "omnitrix",
  "storage_amount": 1,
  "slot_amount": 10,
  "base_nexus_power": "corewithstuff:vibratetest",
  "keep_player_data": true,
  "powers": {
    "form_heatblast": {
      "power_id": "corewithstuff:test",
      "title": "Heatblast",
      "description": "A magma-based transformation. You can only hold this form for 30 seconds!",
      "time_limit": 600,
      "transform_delay": 20,
      "detransform_sound": "minecraft:block.beacon.deactivate",
      "requirements": {
        "items": [
          { "item": "minecraft:blaze_powder", "count": 16 },
          { "item": "minecraft:magma_cream", "count": 4 }
        ],
        "advancements": [
          "minecraft:nether/root",
          "minecraft:story/mine_diamond"
        ],
        "scores": [
          { "objective": "hero_level", "min": 5 }
        ]
      },
      "on_unlock": [
        "say You have unlocked Heatblast!",
        "playsound minecraft:entity.player.levelup master @p"
      ]
    }
  }
}

Nexus System Commands

These commands allow for the manual management of the Nexus System Requiring operator permissions for player to use them