Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Pokes
v1.5.0 and below works with Java 8
v1.6.1-v1.8.0 - works with Java 11 & Java 16
v1.8.0-MC-1.20 - works with Java 17 (This is the 1.18-1.20 version!)
This is a very simple plugin and so I will keep this short and sweet...
With this plugin you can "poke" people on a server, there are only two commands, one permission and a VERY small config file right now. when you send a poke to someone you will receive a message in chat saying who you poked and they will receive a message in chat saying you have poked them, like I said... very simple, I made this plugin as a gateway into plugin development more specifically, sending chat messages and I plan to add more features!
Features:
Players can poke each other with the /poke <player> command
The sound that plays when you get poked can be changed.
All messages sent to players can be changed.
Cooldown can be changed.
Prefix can be changed.
SQL database support.
Vault support (you'll need an economy plugin like Essentials too).

Video Tutorials:
In German:
Special thank you to ManuGun for this video tutorial:
https://www.youtube.com/watch?v=FmULY1Ml3-U
Please let me know if you make a video tutorial for Pokes I will happily add it here. any language is welcome!
Commands & Permissions:
https://github.com/TechieCrow/Pokes
| Command | Permission | Description |
|---|---|---|
/poke <player> |
poke.poke |
Poke a player |
/pokes <player> |
poke.poke |
Display a players poke count |
/pokesreload |
poke.reload |
Reload Pokes |
Config File:
https://github.com/TechieCrow/Pokes/blob/master/src/main/resources/config.yml
(You can get a list of sounds here:Â https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html)
Todo List:
Make a toggle command with permissions so you can turn off being poked if you please.
Add an update checker
Add PlaceholderAPI support
Add more permissions like permissions for poking. (so you can negate if you please) - DONE
Make cooldown timer. - DONE
Make custom poked and poker messages. DONE
Add sound for poked target to hear. DONE
Keep track of pokes in a flatfile (who poked who how many times) DONE
Database support. DONE
Vault support DONE
Please feel free to do pull requests on GitHub.
To see the changelog for Pokes-1.8.0-MC-1.20 and below please see the Spigot page: https://www.spigotmc.org/resources/pokes.14315/updates


