Skip to content

Commit 976b10d

Browse files
committed
Fix startup bug
1 parent a7c8d84 commit 976b10d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848

4949
group = "net.dreamerzero.titleannouncer"
50-
version = "2.2.0"
50+
version = "2.2.1"
5151
description = "Plugin created to send titles, actionbars, bossbars and chat announces to the player and the proxy using the MiniMessage format."
5252
java.sourceCompatibility = JavaVersion.VERSION_16
5353

src/main/resources/plugin.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ commands:
5353
aliases: [playerbossbar]
5454
description: Sends a bossbar to a specific player.
5555
permission: titleannouncer.bossbar.send
56+
# Chat Commands
57+
announcechat:
58+
description: This will announce a chat to all players.
59+
permission: titleannouncer.chat.global
60+
selfchat:
61+
description: This will announce a chat to the sender of the command.
62+
permission: titleannouncer.chat.self
63+
worldchat:
64+
description: It will send a chat to the world in which the player is located.
65+
permission: titleannouncer.chat.world
66+
sendchat:
67+
description: Sends a chat to a specific player.
68+
permission: titleannouncer.chat.send
5669
permissions:
5770
titleannouncer.command.show:
5871
description: Main Command of the plugin

0 commit comments

Comments
 (0)