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.
YAML:
/nekotraps give <player> - #give the box to the player | permission: nekotraps.command.give
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: "DEAD_BUBBLE_CORAL_FAN"
data: "[waterlogged=false]"
placed_block:
material: "BARREL"
data: "[facing=down, open=true]"
opened_cage_config:
center:
material: "BARREL"
data: "[facing=down, open=true]"
north:
material: "BARREL"
data: "[facing=north, open=false]"
south:
material: "BARREL"
data: "[facing=south, open=false]"
east:
material: "BARREL"
data: "[facing=east, open=false]"
west:
material: "BARREL"
data: "[facing=west, open=false]"
crafting:
enabled: false
pattern:
- "BBB"
- "BTB"
- "BBB"
ingredients:
B: "BARREL"
T: "TRIPWIRE_HOOK"
trap_break_in_open: false
messages:
give_message: "&aYou have obtained a NekoTrap!"
plugin:
update_checker: true