Skip to content

Commit

Permalink
- updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ka0un committed Mar 13, 2024
1 parent 781ed96 commit bc90a21
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 @@ -87,7 +87,7 @@ private void sendhelp(CommandSender sender) {
//Info
sender.sendMessage(ChatColor.GOLD + "OPProtector v" + plugin.getDescription().getVersion());
sender.sendMessage(ChatColor.YELLOW + "Author: " + ChatColor.WHITE + plugin.getDescription().getAuthors());
sender.sendMessage(ChatColor.YELLOW + "Website: " + ChatColor.WHITE + plugin.getDescription().getWebsite());
sender.sendMessage(ChatColor.YELLOW + "Doc: " + ChatColor.WHITE + plugin.getDescription().getWebsite());

//discord
sender.sendMessage(ChatColor.YELLOW + "Discord: "+ ChatColor.WHITE +" https://dsc.gg/sundevs");
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 @@ -4,7 +4,7 @@ main: org.kasun.opprotector.OPProtector
api-version: 1.13
description: Operator Security Plugin That Provide Multi Factor Auth for staff members
author: Kasun Hapangama
website: https://dsc.gg/sundevs
website: https://opp.hapangama.com
softdepend:
- LuckPerms
commands:
Expand Down

0 comments on commit bc90a21

Please sign in to comment.