Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

m4rcs/spawnitems

Repository files navigation

Travis-CI

Spawn Items

A minecraft forge mod that gives items to players on spawn once. Besides a list of predefined items, players can receive a random item.

This mod is server-only.

Usage

This mod requires Minecraft Forge. Be sure it is installed. Otherwise this mod won't work.

Installation & Configuration

To install the mod just place the downloaded .jar file in the mods-folder like any other mod and create a spawnitems.cfg file in the config/ folder of your server with the following contents:

# Configuration file

general {
    B:giveRandomItem=true
    S:items <
        minecraft:dirt
     >
}

Configurations

Name Type Description
giveRandomItem boolean Give a random item to a spawning player.
items List[String] The list of items that a player should receive on spawn. Not only vanilla minecraft blocks and items are supported. A list of valid vanilla name can be found here.