
NekoTraps 1.6.2
Trap your entities in boxes!
1.0.9
Dec 26, 2022
added more config
Added more configuration.
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]"
1.0.8
Dec 24, 2022
fixed error with 1.19.3
[ + ] Version 1.19.3 changed the arguments of a packet so there was a bug. solved!
1.0.7
Dec 21, 2022
added new option
[ + ] Added an option to specify the material of the trap when it has an entity inside.
placed_block:
material: "BARREL"
data: "[facing=down, open=true]"
1.0.6
Dec 20, 2022
added new features
[ + ] Plugin messages now allow you to use Hex Colors. example: "&#FFFFFF".
[ + ] The server will now be notified if there is a new update.
1.0.5
Dec 19, 2022
added bstats and changes
[ + ] Added bstats to keep track of plugin stats.
[ + ] Added an option called "data" in cage_config. This option allows you to change the data of the hitbox block. to put in state waterlogged for example.
[ / ] Changed the default hitbox block to another to demonstrate the previous implementation.
1.0.2
Dec 7, 2022
added player optional to give command
[ + ] Added the option to indicate a player in the give command
/traps give [player name]
1.0.0
Dec 4, 2022