Compare commits
1 Commits
modernize-
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 80ca82b2fd |
23
Project-Description.json
Normal file
23
Project-Description.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "mob-scores",
|
||||
"title": "MobScores",
|
||||
"description": "Legacy Bukkit plugin that awards configurable scores for killing mobs.",
|
||||
"docId": "MobScores",
|
||||
"image": {
|
||||
"url": "Retro Minecraft Bukkit server plugin artwork showing a blocky player defeating a hostile zombie, floating score numbers, a simple scoreboard motif, pixel-art style, dark forest-green and charcoal palette, no words or logos.",
|
||||
"alt": "Pixel-art scene of a Minecraft player defeating a zombie with score numbers floating nearby",
|
||||
"prompt": "Retro Minecraft Bukkit server plugin artwork showing a blocky player defeating a hostile zombie, floating score numbers, a simple scoreboard motif, pixel-art style, dark forest-green and charcoal palette, no words or logos.",
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"backgroundClassName": "bg-surface"
|
||||
},
|
||||
"url": "/projects/mob-scores",
|
||||
"tags": ["open-source"],
|
||||
"source": {
|
||||
"type": "",
|
||||
"url": ""
|
||||
},
|
||||
"feedback": {
|
||||
"url": ""
|
||||
}
|
||||
}
|
||||
16
Project-Description.md
Normal file
16
Project-Description.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# MobScores
|
||||
|
||||
MobScores is a legacy Bukkit plugin that awards configurable scores to players for killing mobs. It works with the `ScoreKeeper` plugin, records the player who last damaged a mob, and awards the configured value when that mob dies.
|
||||
|
||||
## Details
|
||||
|
||||
- Platform: Bukkit/Minecraft server plugin
|
||||
- Language: Java
|
||||
- Dependency: ScoreKeeper
|
||||
- Configuration: `plugins/MobScores/config.yml`
|
||||
- Commands: None
|
||||
- License: GNU Affero General Public License v3
|
||||
|
||||
## Image prompt
|
||||
|
||||
Retro Minecraft Bukkit server plugin artwork showing a blocky player defeating a hostile zombie, floating score numbers, a simple scoreboard motif, pixel-art style, dark forest-green and charcoal palette, no words or logos.
|
||||
Reference in New Issue
Block a user