PintoTools
A plugin to add simple item-based editing commands
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
PintoTools
PintoTools
A Minecraft Spigot server plugin providing useful commands for player management, item editing, and utility functions.
Features
- PotionEdit: Restore health to yourself or another player. - PotionEdit: Replenish hunger for yourself or another player. - PotionEdit: Toggle flight mode for yourself or others. - PotionEdit: Edit the item in your hand (name, lore, damage, flags, attributes, clear). - PotionEdit: Summon mobs without AI. - PotionEdit: Start a timer. - PotionEdit: Start a grace period timer, disables PvP for the duration. - PotionEdit: View another player's inventory. - PotionEdit: Edit the NBT of potions
Installation
1. Download the latest `PintoTools-1.1.jar` from the `build/libs/` directory. 2. Place the jar file into your server's `plugins` folder. 3. Restart your server.
Usage
Each command can be used in-game. Example usages:
- `/heal [player]` - `/feed [player]` - `/fly [player]` - `/itemedit <name|lore|damage|flags|attribute|clear>` - `/summonnoai <mob>` - `/timer <seconds>` - `/graceperiod <seconds>` - `/invsee <player>` - `/potionedit <add|remove|clear|color`
Permissions
| Command | Permission | Aliases | |----------------|--------------------------|------------------------------| | heal | pintotools.heal | /h /hp | | feed | pintotools.feed | /food | | fly | pintotools.fly | /f | | itemedit | pintotools.itemedit | /itementry /itemeditor | | summonnoai | pintotools.summonnoai | /snai /summonnai | | timer | pintotools.timer | /countdown /ct | | graceperiod | pintotools.graceperiod | /cp /grace | | invsee | pintotools.invsee | /isee /inventorysee | | potionedit | pintotools.potionedit | /potioneditor /potionmoodify |
Authors
- PintoJ
Compatibility
- Minecraft API version: 1.21
---