Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enwulf/grab
- Owner: enwulf
- Created: 2023-12-18T04:26:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T08:14:58.000Z (11 months ago)
- Last Synced: 2024-05-19T19:26:36.473Z (6 months ago)
- Topics: bukkit, java, minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```