Home›Java›Mods›SimplePing | See your ping on your server | PlaceHolderAPI Support | Custom API | [1.8/1.14]
ModsJava
SimplePing | See your ping on your server | PlaceHolderAPI Support | Custom API | [1.8/1.14]
This plugin is for your utility to your server
.
· This plugin is fully configurable.
· This plugin can show the real ping of a player.
· Features:
-· Fully configurable messages
-· 3 Types of menu
-· 1 animated menu (Coming soon)
-· PlaceHolderAPI Support (BETA)
-· 1 Only command to get the ping
-· Configurable menu messages
-· 1 Configuration file!
-· And much more!
· DO NOT REPORT THE ERRORS OF THE PLUGIN IN THE PART OF THE REVIEW, REPORT THEM IN THE DISCUSSION OF THE PLUGIN
1) Download the plugin.
2) Copy or Cut the plugin in the folder of your server go to the "plugins" folder and put it there.
3) Start your server.
PLACEHOLDERAPI :
API:
This Plugin has been created by Deitog.
· This plugin is fully configurable.
· This plugin can show the real ping of a player.
· Features:
-· Fully configurable messages
-· 3 Types of menu
-· 1 animated menu (Coming soon)
-· PlaceHolderAPI Support (BETA)
-· 1 Only command to get the ping
-· Configurable menu messages
-· 1 Configuration file!
-· And much more!
· DO NOT REPORT THE ERRORS OF THE PLUGIN IN THE PART OF THE REVIEW, REPORT THEM IN THE DISCUSSION OF THE PLUGIN
1) Download the plugin.
2) Copy or Cut the plugin in the folder of your server go to the "plugins" folder and put it there.
3) Start your server.
Spoiler: View/Ver
CONFIG:
- /ping - To see your own ping
- /ping <other> - To see someone else's ping
- /ping <other> - To see someone else's ping
Spoiler: config.yml
Code (Text):
# These sounds are set to version 1.8
# ------------------------------------------------------------------------------------
# Tutorial:
# - show-ping-on-join: true -> This option is so that when you enter it shows you the
# ping, if you leave it in false it will not show anything
# - open-menu-on-execute-ping-cmd: true -> Allow open the menu on execute ping command
# - ping-join-msg -> You set the message that will show when the join
# ------------------------------------------------------------------------------------
# SOUNDS:
# - sound-high -> It is to set the sound when the ping is high
# - sound-medium -> It is to set the sound when the ping is medium
# - sound-low -> It is to set the sound when the ping is low (good)
# - sound-other -> It's the sound you play when you see another person's ping
# - sound-no-permission -> The sound it will make when you do not have permission
# - sound-offline-player -> It is the sound it will make when the player is disconnected
# ------------------------------------------------------------------------------------
show-ping-on-join: true
open-menu-on-execute-ping-cmd: false
update-menu-on-open: true
items:
ping-iron-block-name: "&cLATENCY"
ping-iron-block-name-lore:
- '&bYour ping is: &c%ping%'
ping-join-msg:
- '&2[&f*&2] &eYour current ping is: &c%ping%'
no-permission: "&cYou no have permission to execute this command"
player-offline: "&cThis player is now offline"
ping-other-msg: "&7&k::&r&2[&f*&2]&7&k::&r &c%player% &ecurrent ping is: &c%ping%"
ping-msg:
- '&7&k::&r&2[&f*&2]&7&k::&r &eYour current ping is: &c%ping%'
sound-high: VILLAGER_NO
sound-medium: ANVIL_LAND
sound-low: LEVEL_UP
sound-other: NOTE_STICKS
sound-no-permission: ANVIL_LAND
sound-offline-player: PIG_DEATH
# ------------------------------------------------------------------------------------
# Tutorial:
# - show-ping-on-join: true -> This option is so that when you enter it shows you the
# ping, if you leave it in false it will not show anything
# - open-menu-on-execute-ping-cmd: true -> Allow open the menu on execute ping command
# - ping-join-msg -> You set the message that will show when the join
# ------------------------------------------------------------------------------------
# SOUNDS:
# - sound-high -> It is to set the sound when the ping is high
# - sound-medium -> It is to set the sound when the ping is medium
# - sound-low -> It is to set the sound when the ping is low (good)
# - sound-other -> It's the sound you play when you see another person's ping
# - sound-no-permission -> The sound it will make when you do not have permission
# - sound-offline-player -> It is the sound it will make when the player is disconnected
# ------------------------------------------------------------------------------------
show-ping-on-join: true
open-menu-on-execute-ping-cmd: false
update-menu-on-open: true
items:
ping-iron-block-name: "&cLATENCY"
ping-iron-block-name-lore:
- '&bYour ping is: &c%ping%'
ping-join-msg:
- '&2[&f*&2] &eYour current ping is: &c%ping%'
no-permission: "&cYou no have permission to execute this command"
player-offline: "&cThis player is now offline"
ping-other-msg: "&7&k::&r&2[&f*&2]&7&k::&r &c%player% &ecurrent ping is: &c%ping%"
ping-msg:
- '&7&k::&r&2[&f*&2]&7&k::&r &eYour current ping is: &c%ping%'
sound-high: VILLAGER_NO
sound-medium: ANVIL_LAND
sound-low: LEVEL_UP
sound-other: NOTE_STICKS
sound-no-permission: ANVIL_LAND
sound-offline-player: PIG_DEATH
Spoiler: [B]View/Ver[/B]
- simpleping.use - This permission is for the use of the command.
- simpleping.others - This permission is for the use of the command in others.
- simpleping.others - This permission is for the use of the command in others.
Spoiler: View/ver
Spoiler: View/ver
PLACEHOLDERAPI :
Spoiler: PlaceHolderAPI Support
Get ping variable: "%simpleping_ping%
The support of the PlaceHolderAPI is in beta mode, may contain errors"
The support of the PlaceHolderAPI is in beta mode, may contain errors"
API:
Spoiler: View/ver
Code (Text):
@EventHandler
public void onEvent(OnGetPlayerPing event){
Player player = event.getPlayer();
Location location = event.getPlayerLocation();
/* Your stuff here */
}
public void onEvent(OnGetPlayerPing event){
Player player = event.getPlayer();
Location location = event.getPlayerLocation();
/* Your stuff here */
}
This Plugin has been created by Deitog.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SimplePing | See your ping on your server | PlaceHolderAPI Support | Custom API | [1.8/1.14] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,783 times (via Spigot). Download it and open it directly in the game.