A Minecraft Spigot server plugin providing useful commands for player management, item editing, and utility functions.
- 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, damage, flags, 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 potions
- Download the latest
PintoTools-1.1.jarfrom thebuild/libs/directory. - Place the jar file into your server's
pluginsfolder. - Restart your server.
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
| 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 |
- PintoJ
- Minecraft API version: 1.21