What is NekoTraps?
- NekoTraps is a plugin that is used to trap mobs in boxes and transport them to another place
- NekoTraps will save all the data of the entity to put it back.
How does NekoTraps work?
- Putting the box on the floor will replace the box with an open box. this depends if the box is empty or not.
If it is open, it will use a pressure plate to detect the mob and catch it!
How to install it?
- Drag the jar file into your plugins folder
- restart server or load plugin with plugman
- Ready! now just have fun
Depends on other plugins?
- NekoTraps does not depend on any plugin but in the future support will be added for the many custom mobs plugins that exist.
Commands:
<> = required. [] optional.
/nekotraps give [player name]- #give the box to the player | permission: nekotraps.command.give
config.yml 1.0.0
#BlackList | Entities in the list will not be able to be caught.
#Whitelist | Only entities in the list can be caught.
allowed_entites:
enabled: true
mode: BLACKLIST
list:
- "warden"
#Configuration of the cage item
cage_item:
enchanted: true
name: "&eNeko trap"
lore:
- ""
- "&7Type: &f%entity_type%"
cage_config:
pressure_plate: "ACACIA_PRESSURE_PLATE"
hitbox_block:
material: "TRIPWIRE"