https://github.com/johnseth97/seedgg-bukkit
Minimal Paper plugin that sends players a clickable link to view their world seed on seeds.gg
https://github.com/johnseth97/seedgg-bukkit
Last synced: 5 days ago
JSON representation
Minimal Paper plugin that sends players a clickable link to view their world seed on seeds.gg
- Host: GitHub
- URL: https://github.com/johnseth97/seedgg-bukkit
- Owner: johnseth97
- Created: 2026-05-26T03:59:37.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-05-26T04:09:26.000Z (9 days ago)
- Last Synced: 2026-05-26T06:13:47.146Z (8 days ago)
- Language: Java
- Size: 4.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seedgg
A minimal Paper plugin that sends players a clickable link to view their current world seed on [seeds.gg](https://www.seeds.gg).
## Requirements
- Paper 1.21.4
- Java 21
## Build
```bash
./gradlew clean build
```
Output: `build/libs/seedgg-.jar`
## Install
Drop the jar into your server's `plugins/` folder and restart.
```bash
sudo cp build/libs/seedgg-*.jar /srv/minecraft/paper/plugins/
```
## Usage
```
/seedgg
```
Sends you a chat message showing your current world seed and a clickable **[Open on seeds.gg]** link that opens the seed map for your exact Minecraft version.
## Permissions
| Permission | Default | Description |
|---|---|---|
| `seedgg.use` | true | Allows using `/seedgg` |
## Development deploy (VS Code)
Copy `.env.example` to `.env` and fill in your server details, then use the **Build & Deploy seedgg to Server** run configuration or the **Build & Deploy** task.