Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enwulf/grab

Minecraft plugin for player grabbing
https://github.com/enwulf/grab

bukkit java minecraft minecraft-plugin spigot spigot-plugin

Last synced: 9 days ago
JSON representation

Minecraft plugin for player grabbing

Awesome Lists containing this project

README

        

# Minecraft Grab

![gif](demo.gif)

Minecraft plugin for grabbing entities like cs 1.6

#### 🎆 Features:


  • Right-Click hold system

  • Editable sidebar menu

  • Slot press action

  • Grabbing any living entities

#### Commands
- /grab reload - reload plugin
- /grab item - get item for grabbing

#### Permissions
- grab.use - for all user commands & use

# Configuration
```yaml
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
```