PintoTools
A Minecraft Spigot server plugin providing useful commands for player management, item editing, and utility functions.
Features
- Heal: Restore health to yourself or another player.
- Feed: Replenish hunger for yourself or another player.
- Fly: Toggle flight mode for yourself or others.
- ItemEdit: Edit the item in your hand (name, lore, attributes, clear).
- SummonNoAI: Summon mobs without AI.
- Timer: Start a timer.
- GracePeriod: Start a grace period timer, disables PvP for the duration.
- InvSee: View another player's inventory.
- PotionEdit: Edit the NBT of a poition in your hand.
Installation
- Download the latest PintoTools-1.1.jar from the build/libs/ directory.
- Place the jar file into your server's plugins folder.
- Restart your server.
Usage
Each command can be used in-game. Example usages:
- /heal [player]
- /feed [player]
- /fly [player]
- /itemedit <name|lore|attribute|clear>
- /summonnoai <mob>
- /timer <seconds>
- /graceperiod <seconds>
- /invsee <player>
Permissions
Code (Text):
| 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 | /potionmodify /potioneditor |
Support
For issues or feature requests, open an issue on the project's GitHub repository.