
Description
Description
Simple bukkit plugin that will broadcast a player's coordinates to all online players. Supports color and style codes (&0-&f, &k, &l, &m, &n, &o, &r) in a custom broadcast message.
Requested here: http://forums.bukkit.org/threads/broadcast-coords.177055/
Enjoy! ^_^
Development Builds
Commands
- /broadcastcoords [player] Broadcast the player's coordinates to all online players. (Aliases: /bcoords, /coords, /shoutcoords, /showcoords)
- /bcreload Reloads the config.yml!
Permissions
- bc.broadcastcoords Allows access to the /broadcastcoords command.
- bc.bcreload Allows access to the /bcreload command.
Default Config.yml
debug-mode: false color-logs: true ##Default broadcastcoords message broadcast-format: "&b{name} &7is at World&f: &3{world} &7Coords &f: &7X: &c{x}&7 , &7Z: &c{z}"
Possible variables for broadcast-format are: {name}, {dispname}, {world}, {x}, {y}, {z}
TODO
Have a suggestion? Leave a comment!
- /bcreload - (V1.2)
Metrics
This plugin uses metrics to collect stats! It only collect basic things such as version type, and players online. If you want to see everything, click on the graph. Go into /plugins/PluginMetrics/config.yml to disable stat collecting if you wish.