Skip to content
Penguin Games
  • Games
  • Server Hosting
  • Blog
  • Support
  • Vote
  • Discord
  • Patreon

Support Center

Mapedit

  • Getting Started
  • Mapedit Guidelines
  • Submitting Your Map
  • Author Awards
  • Special Items
  • Mapedit Configuration
    • Properties for Paint Wars
    • Configuring Your Map
    • Properties for Animal Hunt
    • Properties for Aquarium
    • Properties for Bomb Tag
    • Properties for Class Wars
    • Properties for Capture the Gem
    • Properties for Death Run
    • Properties for Free-for-All
    • Properties for Host Lobby
    • Properties for Hunger Games
    • Properties for Lava Run
    • Properties for One Shot One Kill
    • Properties for Parkour
    • Properties for Pig Run
    • Properties for Races
    • Properties for Spleef
    • Properties for Tank Wars
    • Properties for Tough Mudder
    • Properties for Who’s the Killer
    • Properties for Miscellaneous Maps
  • Mapmaking Guides
    • Community Resources
    • Best Practices for Pig Run
    • Best Practices for Host Lobby

Supporter Information

  • Becoming a Donor
  • Private Lobbies
  • Pets
  • Private Survivals
    • Setting Up Your Private Survival
    • Managing a Private Survival
    • Survival Item Bans Config Schema
  • Custom Configs
    • Creating Classes
    • Class Wars Config Schema
    • Capture the Gem Config Schema
    • Hunger Games Config Schema
    • Survival Item Bans Config Schema
    • Tank Wars Config Schema

Freebuild

  • Getting Started
  • Setting Region Features
  • Resizing Your Regions
  • Managing Players
  • Likes

Players vs. Environment

  • Community Guide
View Categories

Hunger Games Config Schema

< 1 min read

This system is formatted in JSON.

{
  "item-pools": {
    // You can have multiple item pools.
    string: {
      "ammo": [
        {
          "weight": int,
          "item": int/string,
          "prefix": int
        }
      ],
      "items": {
        // This is regarding the chests used in a map. ex. "Chest"
        string: [
          {
            "weight": int,
            "value": int,
            "item": int/string,
            "prefix": int
          }
        ]
      },
      "stack-range-overrides": {
        // This is regarding the stack ranges per item for a specific item pool. ex. "WoodenArrow"
        string: {
          "min-items": int,
          "max-items": int
        }
      }
    }
  },
  "num-items-in-chests": {
    // This is regarding the chests used in a map. ex. "Chest"
    string: {
      "min-items": int,
      "max-items": int
    }
  },
  "stack-ranges": {
    // This is regarding the stack ranges per item. ex. "WoodenArrow"
    string: {
      "min-items": int,
      "max-items": int
    }
  },
  "base-point-award": float,
  "runner-up-decay": float,
  "min-arena-size": int
}

Related #

Updated on 2024.07.28
Capture the Gem Config SchemaSurvival Item Bans Config Schema
Log in

Resources

  • Games
  • Blog
  • Support
  • Applications

Policies

  • Guidelines
  • Privacy
  • Ban Appeals

Social

  • Terraria Server List
  • Discord Server
  • Patreon
  • Challonge
  • Twitch
Penguin Games is not affiliated with the 505 Games S.P.A., Re-Logic, Valve Corporation.
Copyright 2025 — Penguin Games. All rights reserved.