Compatibility
Minecraft: Java Edition
1.2.5
Platforms
Links
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
Updated 5 months ago
AntiSlime Plugin
A Minecraft (Bukkit) 1.2.5 plugin that prevents slimes from spawning around certain blocks.
Features
- Blocks slime spawning in a 10x10 block area around a certain type of block (default is bedrock)
- Ability to set a custom block type that will function as an "anti-slime" block
- Automatic removal of slimes that appear in protected areas
- Simple command system for managing the plugin
- Ability to create an anti-slime block directly via command (admin only)
- Protection works permanently even after server restarts
- Ability to restore all protective blocks with a single command
Installation
- Download the
SlimeBlock.jarfile from thedist/directory - Copy the file to the
plugins/directory on your Bukkit server - Restart the server or use a plugin manager to load the plugin
- Done!
Usage
Slime Protection
- Place a bedrock block where you want to create a slime-free zone (requires creative mode)
- OR use the command
/slimeblock createto create a block at your position (requires admin permissions) - OR use the command
/slimeblock set x y zto create a block at specific coordinates - Slimes will now not spawn in the 10x10 block area around this block
- If you destroy the block, the protection in this area will be removed
- All blocks are saved to the configuration file and restored upon server restart
Commands
/slimeblock- Displays basic help/slimeblock info- Displays information about the plugin/slimeblock material- Displays the currently set material for anti-slime blocks/slimeblock material [NAME]- Sets a new material for anti-slime blocks (requiresslimeblock.adminpermission)/slimeblock create- Creates an anti-slime block at the player's position (requiresslimeblock.adminpermission)/slimeblock set x y z [world]- Creates an anti-slime block at the specified coordinates (requiresslimeblock.adminpermission)/slimeblock restore- Restores all anti-slime blocks that may have been destroyed (requiresslimeblock.adminpermission)
Permissions
slimeblock.use- Allows using basic commands of the plugin (default: everyone)slimeblock.admin- Allows changing plugin settings and creating blocks (default: operators)
Configuration
The plugin automatically creates a configuration file upon first launch. In the plugins/SlimeBlock/config.yml file, you can set:
anti_slime_material: BEDROCK
anti_slime_blocks:
world:
- "100,64,200"
- "150,65,250"
world_nether:
- "50,40,50"



