HomeJavaModsChipsSpawner
ChipsSpawner
Overview
ChipsSpawner is a lightweight Minecraft plugin designed to create custom mob spawners at specific locations. This plugin allows server administrators to set up spawners that periodically spawn mobs in a configurable radius, with customizable spawn rates and limits.

Features
Commands
All commands require the chipsSpawner.admin permission.

Command Description
/schips create <name> <mobType> Create a new spawner at your current location
/schips remove <name> Remove an existing spawner
/schips list Display a list of all spawners
/schips help Show command help
Configuration
The plugin's configuration can be found in plugins/ChipsSpawner/config.yml:

Code (Text):

# Spawner Settings
max-mobs: 15                # Maximum number of mobs spawned around each spawner
spawn-check-radius: 10.0    # Radius to check for counting existing mobs
spawn-interval: 90          # Time interval between spawns (in ticks)
min-spawn-distance: 2       # Minimum spawn distance from spawner
max-spawn-distance: 4       # Maximum spawn distance from spawner

# Messages
messages:
  no-permission: "&cYou don't have permission to use this command."
  spawner-created: "&aSpawner &e%name% &afor mob &e%mob% &ahas been set at your location!"
  spawner-removed: "&aSpawner &e%name% &ahas been successfully removed!"
  invalid-mob: "&cInvalid mob type: %mob%"
 
Usage Examples
Creating a Spawner
To create a zombie spawner named "dungeon1":


/schips create dungeon1 zombie


Removing a Spawner
To remove the "dungeon1" spawner:


/schips remove dungeon1


Listing All Spawners
To see all active spawners:


/schips list


Technical Details
Permissions
Installation
  1. Download the ChipsSpawner.jar file
  2. Place it in your server's plugins folder
  3. Restart your server or use a plugin manager to load the plugin
  4. Configure the plugin settings in config.yml if needed
  5. Use the commands to create and manage spawners
Troubleshooting

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ChipsSpawner is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 119 times (via Spigot). Download it and open it directly in the game.

Explore more