4 Commits
0.5 ... develop

Author SHA1 Message Date
2437d38e70 Adds project description files. 2026-09-24 19:47:32 -07:00
990ce6811c Adds .worktrees to gitignore. 2026-09-23 19:57:03 -07:00
e1d2c8751a Changes README file to markdown. 2014-08-29 22:24:01 -07:00
012e1f15a3 Moved project out of subfolder. 2014-08-29 22:22:20 -07:00
34 changed files with 44 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
/Plugin-Release.jardesc
/lib
/target
.worktrees/

25
Project-Description.json Normal file
View File

@@ -0,0 +1,25 @@
{
"id": "metropolis",
"title": "Metropolis",
"description": "Legacy Bukkit plugin that automatically creates protected home plots and roads as players join a Minecraft server.",
"docId": "Metropolis",
"image": {
"url": "Pixel-art aerial view of a growing Minecraft city planned in a square grid, small player home plots connected by pale roads, a protected central spawn, blocky green landscape, subtle WorldGuard-inspired boundary lines, warm daylight, clean game-plugin thumbnail composition, no words or logos.",
"alt": "Pixel-art aerial view of a Minecraft city with player home plots and connecting roads",
"prompt": "Pixel-art aerial view of a growing Minecraft city planned in a square grid, small player home plots connected by pale roads, a protected central spawn, blocky green landscape, subtle WorldGuard-inspired boundary lines, warm daylight, clean game-plugin thumbnail composition, no words or logos.",
"width": 0,
"height": 0,
"backgroundClassName": "bg-surface"
},
"url": "/projects/metropolis",
"tags": [
"open-source"
],
"source": {
"type": "github",
"url": "https://github.com/headhunter45/Metropolis"
},
"feedback": {
"url": "https://github.com/headhunter45/Metropolis/issues"
}
}

18
Project-Description.md Normal file
View File

@@ -0,0 +1,18 @@
# Metropolis
Metropolis is a legacy Bukkit plugin that automatically expands a protected Minecraft city as players join the server. Each player receives a home plot surrounded by roads and positioned beside the existing city, with WorldGuard regions protecting the city and individual homes.
## Details
- Platform: Bukkit/Minecraft server plugin
- Language: Java
- Bukkit API: 1.7.9-R0.2
- Dependencies: WorldGuard 5.9 and WorldEdit 5.6.3
- Features: automatic home plots, road and plot generation, WorldGuard region management, reserved plots, home teleportation, and configurable plot and road materials
- Configuration: `plugins/Metropolis/config.yml`
- Source: https://github.com/headhunter45/Metropolis
- License: GNU General Public License v3
## Image prompt
Pixel-art aerial view of a growing Minecraft city planned in a square grid, small player home plots connected by pale roads, a protected central spawn, blocky green landscape, subtle WorldGuard-inspired boundary lines, warm daylight, clean game-plugin thumbnail composition, no words or logos.