Skip to content

Commit

Permalink
update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Aug 18, 2024
1 parent 7f722b1 commit 6783c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void execute(BreweryPlugin breweryPlugin, CommandSender sender, String la

breweryPlugin.msg(sender, "&2BreweryX version&7: &av" + breweryPlugin.getDescription().getVersion() + " &7(Latest: v" + UpdateChecker.getLatestVersion() + ")");
breweryPlugin.msg(sender, "&2Original authors&7: &aGrafe&f, &aTTTheKing&f, &aSn0wStorm");
breweryPlugin.msg(sender, "&2BreweryX authors, maintainers, contributors&7: &aJsinco&f, &aMitality");
breweryPlugin.msg(sender, "&dBreweryX authors&7: &aJsinco&f, &aMitality, &aSzarkans");
breweryPlugin.msg(sender, "&2Loaded addons&7: &a" + addonString);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '${version}'
website: 'https://www.spigotmc.org/resources/breweryx.114777/'
main: com.dre.brewery.BreweryPlugin
softdepend: [LWC, LogBlock, WorldGuard, GriefPrevention, Vault, ChestShop, Shopkeepers, Towny, BlockLocker, Slimefun, PlaceholderAPI]
authors: [Jonah (Jsinco), Milan Albrecht, Frank Baumann, ProgrammerDan, Daniel Saukel]
authors: [Jsinco, Mitality, Szarkans, Sn0wStorm, TTTheKing, Grafe]
folia-supported: true
api-version: 1.13
libraries: ['org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10']
Expand Down

0 comments on commit 6783c03

Please sign in to comment.