Added:
- You can set a command that the player who clicks the coordinates message will run.
- In addition to the coordinates, you receive also the world name.
Fixed:
- Messages
Everything can be set in the config.
You have to delete the file config.yml or copy the new config below in your file.
Code (Text):
#%u% = Player name.
#%c% = Player coordinates.
#%w% = World where the player was when that player did the command.
tag-prefix: "&8[&6&lShareCoordinates&r&8] "
public-message: "&6%u%&r coords are &6[&r%c%(%w%)&6]"
private-message: "&bPM&r: %u% sent you his coords! The coords are &6[&r%c%(%w%)&6]"
send-public-message: "&fYou sent your coords to &neveryone&r&f."
send-private-message: "&fYou sent your coords to &n%u%&r&f."
player-not-found: "&c%u% is offline."
#player-command-click-message Set it to "" to disable
#%p% = Player who sent the coords.
#%pc% = Player who clicked the message.
player-command-click-message: "/tpa %p%"
no-permission: "&cYou don''t have the permission."