- Versions
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
In the support discord they will be raffling off 10 licenses totally free!
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.
- 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!
- Drag the jar file into your plugins folder
- restart server or load plugin with plugman
- Ready! now just have fun
- NekoTraps does not depend on any plugin but in the future support will be added for the many custom mobs plugins that exist.
Code (YAML):
/nekotraps give <player> - #give the box to the player | permission: nekotraps.command.give
Spoiler: config.yml 1.0.0
Code (YAML):
#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"