Entity Smasher is a fun utility plugin made for fun to give players access to smash entities at ground, with fall damage. This plugin can also be used instead of
Carry On mod.
The plugin is simple to use and comes with a config file full of options so you can tweak behavior, and restrictions to your needs.
With right click, you can grab (almost) any entity, move with your cursor to reposition it, and place it where you want. Right click any block to deselect, or use command.
(
GIF)
Can be really useful when manipulating with monsters or animals, to keep them in cages, or just smash them for fun
Providing an invalid option in a config may cause errors. If you think it's not invalid, contact me in my Discord server.
Features - Grab and move entities with your mouse
- Simple select system - right click to select, right click on block to deselect.
- Highly configurable
- Works with most entity types
- Keep config message empty to not send it
- Use scroll wheel to change entity distance
- Remmembers last used distance
- Permissions
Permissions (defaults) - (true) entitysmasher.use - Allows picking up entities
- (true) entitysmasher.zoom - Allows scroll to change distance
- (op) entitysmasher.reload - Allows a player to reload plugin config
- (op) entitysmasher.tpplayer - Allows a player to teleport another player to the cursor
- (true) entitysmasher.distance - Allows player to change distance using command
Commands -
/es - Deselect the holding entity
-
/es reload - Reloads the config, deselects for all players
- /
es distance <number> - Sets specific distance when entity selected
-
/es player <player> - Selects and teleports a player entity
Config
Code (YAML):
# Require sneak to select an entity sneak_to_select: true
# Require sneak to deselect an entity (on block) sneak_to_deselect: true
# Default distance set when selecting an entity default_distance: 10
# Save old distance remember_distance: true
# MESSAGES entity_select: "&aEntity selected." entity_deselect: "&cEntity deselected." entity_deselect_death: "&cEntity unavailable, deselecting..." entity_already_selected: "&cYou have already entity selected! Deselect first." unknown_command: "&cSorry, but i don't recognize this command." reload_start: "&7Reloading..." reload_end: "&aReloaded!" changed_distance: "&aDistance changed to %distance%" # MESSAGES END
# Allow changing distance using scroll wheel scroll_zoom: true
# When sneaking, scroll add and remove distance is doubled scroll_shift_double: true
# Minimum limit the distance can be set to distance_limit_min: 2
# Maximum limit the distance can be set to distance_limit_max: 10
# Distance step for each scroll distance_scroll_step: 1
# Show boom particles when entity dies death_particles: true
# Allow picking up players allow_players: false
# Allow picking up boats and minecarts (can fly) allow_boat_minecart: false
# Allow picking up monsters allow_monsters: true
# Allow picking up animals allow_animals: true
# Make entities take fall damage fall_damage: true