mirror of
https://github.com/Huber1/MinecraftPingPlugin.git
synced 2026-05-13 10:57:34 +02:00
A simple Plugin to ping locations to other players
- Java 100%
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
MinecraftPing
A plugin that allows to ping locations
Due to a technical limitation the beam is created using particles (Plugins are server-side, so it's not possible to do
things like an overlay)
Usage
Just look at where you want to ping and sneak fast two times in a row
Installation
Just put the latest release jar into your plugins folder and restart the server to make it work
Versions
1.17, 1.18, 1.19, 1.20, 1.21
For earlier versions:
- update spigot dependency in
build.gradleto desired version - set
api-versioninplugin.ymlto the same version - go to
Listeners.javaand set the Particle type (Line 53) to something that exists already in that version - This should work, I didn't test it though