Skip to content

Commit 8fe0298

Browse files
committed
fix: update authors and description in plugin configuration files
1 parent 1897031 commit 8fe0298

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

core/src/main/resources/paper-plugin.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: SmartSpawner
22
version: '${version}'
33
main: github.nighter.smartspawner.SmartSpawner
44
api-version: '1.21'
5-
description: "Advanced spawner management plugin with stacking, upgrades, and storage"
6-
authors:
7-
- "SmartSpawner Contributors"
8-
website: "https://github.com/ptthanh02/Smart-Spawner"
5+
description: "A GUI-based spawner plugin that generates items and experience without spawning mobs"
6+
authors: [ https://github.com/NighterDevelopment/SmartSpawner ]
7+
website: "https://nighterdevelopment.github.io/smartspawner-docs/"
98
folia-supported: true
109

1110
# Load order - POSTWORLD means after all worlds are loaded

core/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SmartSpawner
22
version: '${version}'
33
main: github.nighter.smartspawner.SmartSpawner
44
api-version: '1.21'
5-
authors: [ https://github.com/ptthanh02/Smart-Spawner/graphs/contributors ]
5+
authors: [ https://github.com/NighterDevelopment/SmartSpawner ]
66
folia-supported: true
77
softdepend:
88
# Bedrock Support Plugins

0 commit comments

Comments
 (0)