A lightweight Spigot plugin that allows players to quickly share their coordinates with clickable chat messages.
- Clickable Coordinates - Share coordinates that can be copied with one click
- Flexible Sharing - Send to specific players or broadcast to everyone
- Anti-Spam Protection - 15-second cooldown prevents coordinate spam
- Operator Privileges - OPs can share any player's coordinates without cooldowns
- Multi-World Support - Works across all worlds with world information
- Permission System - Granular control over who can use what features
- Download the latest release from Releases
- Place
SharePos-1.1.jarin your server'spluginsfolder - Restart your server
- Configure permissions (optional)
/sharepos <player> - Share coordinates with specific player
/sharepos all - Share coordinates with all players
/sharepos help - Show help menu
Operator Commands:
/sharepos <target> all - Share target's coordinates with everyone
Aliases: /sp, /pos
| Permission | Description | Default |
|---|---|---|
sharepos.use |
Basic plugin usage | true |
sharepos.all |
Share with all players | op |
/lp group default permission set sharepos.use true
/lp group moderator permission set sharepos.all true
Requirements:
- Java 17+
- Maven 3.6+
Build Steps:
git clone https://github.com/yourusername/SharePos.git
cd SharePos
mvn clean packageThe compiled JAR will be in the target/ directory.
src/
├── main/
│ ├── java/ru/sharepos/
│ │ ├── SharePosPlugin.java # Main plugin class
│ │ ├── SharePosCommand.java # Command handler
│ │ └── ChatClickListener.java # Event listener
│ └── resources/
│ └── plugin.yml # Plugin configuration
- Minecraft: 1.21.x
- Server Software: Spigot, Paper, or compatible forks
- Java: 17+ (compiled with Java 21)
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Bug Reports: GitHub Issues
- Feature Requests: GitHub Issues
Made with ❤️ by SHTUKA