Minecraft plugin for grabbing entities like cs 1.6
- Right-Click hold system
- Editable sidebar menu
- Slot press action
- Grabbing any living entities
- /grab reload - reload plugin
- /grab item - get item for grabbing
- grab.use - for all user commands & use
menu:
font: 'Ubuntu Mono' # font must exist in the system
title: 'Grab menu'
lines:
- '2. Kill'
- '3. Rotate Screen'
- '4. Push'
- '5. Burn'
- '6. Kick'
- '7. Clear inventory'
# Available actions: KILL, ROTATE_SCREEN, PUSH, BURN, KICK, CLEAR_INVENTORY
# Format: slot_number: action
custom-slots:
2: KILL
3: ROTATE_SCREEN
4: PUSH
5: BURN
6: KICK
7: CLEAR_INVENTORY