Minecraft SlimeChunkDisabler mod 2026 download
logo
minecraft mod SlimeChunkDisabler

SlimeChunkDisabler

Game Version: CB 1.3.1-R1.0
Total Downloads: 5,036
Updated: Aug 25, 2012
Created: May 12, 2012
Download SlimeChunkDisablerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SlimeChunkDisabler-v0.6 release 8.54 KB Aug 25, 2012 CB 1.3.1-R1.0 1,435 download SlimeChunkDisabler SlimeChunkDisabler-v0.6 releaseDownload
SlimeChunkDisabler v0.5 release 30.70 KB May 18, 2012 CB 1.2.5-R1.0 945 download SlimeChunkDisabler SlimeChunkDisabler v0.5 releaseDownload
SlimeChunkDisabler v.04 release 19.77 KB May 15, 2012 CB 1.2.5-R1.0 804 download SlimeChunkDisabler SlimeChunkDisabler v.04 releaseDownload
SlimeChunkDisabler v0.3 release 19.75 KB May 14, 2012 CB 1.2.5-R1.0 777 download SlimeChunkDisabler SlimeChunkDisabler v0.3 releaseDownload
SlimeChunkDisabler v0.2 release 20.05 KB May 12, 2012 CB 1.2.5-R1.0 796 download SlimeChunkDisabler SlimeChunkDisabler v0.2 releaseDownload
SlimeChunkDisabler v0.1 beta 20.06 KB May 12, 2012 CB 1.2.5-R1.0 279 download SlimeChunkDisabler SlimeChunkDisabler v0.1 betaDownload

Description

Share this:

Using this plugin on your server, players with the necessary permissions will be able to stop slimes from spawning in a slime chunk, useful for when your base is being over-run by the buggers.

If you also install my other plugin 'SlimeChunkDetector', you will be able to locate slime chunks in your SMP world and then disable them if need be.

Usage

To disable a slime chunk from spawning:

  • Locate a slime chunk
  • Stand on any block inside that chunk and type:
  • /scd disableSlime

To re-enable a previously disabled slime chunk:

  • Locate the slime chunk
  • While standing on any block inside of it, type:
  • /scd enableSlime

To see what status a slime chunk is (either disabled or enabled):

  • Locate a slime chunk
  • While standing on any block inside of it, type:
  • /scd info

Permissions

Using your permissions plugin of choice, make sure the player or group has the permission 'scd.canuse', if they don't, they won't be able to use any of the plugins.

Reason for creating

This plugin was created because several of the players on my server created their bases where they wanted to, without fully realising that it was either inside or partially inside or even next to a slime chunk(s).

Slime chunks are awesome if they are in the place you want them, but if part of your base is inside of it, it can be a nuisance, so i created the plugin to allow our players to disable the slime chunk, thus freeing them of the annoyance that is slimes inside their bases.

Changelog

v0.1 – initial creation of plugin
– all main mechanics are there, disabling, enabling, info, permissions support.
– may be missing some features that i haven't thought of yet.

Requirements

This plugin requires MySQL.

Configuration

To use this plugin, you need to have a MySQL server with a database for it.

The plugin automatically creates a default configuration file (config.yml), you just need to modify it so that it knows about your MySQL server.

mysql_server: <ip address of the server or just 'localhost'>
mysql_port: '3306'
mysql_user: <mysql username>
mysql_pass: <mysql password>
mysql_database: <database name>
mysql_slime_disable_table: <table to store the chunk data in>
mysql_table_prefix: <prefix for the tables>

Example configuration

mysql_server: localhost
mysql_port: '3306'
mysql_user: root
mysql_pass: ''
mysql_database: slime_disable
mysql_slime_disable_table: slime_chunks
mysql_table_prefix: sd_

Comments

Add a comment