Update version

This commit is contained in:
Aust1n46 2021-08-26 14:54:48 -04:00
parent 8991cb7edd
commit 4194911450
3 changed files with 4 additions and 2 deletions

View File

@ -106,3 +106,5 @@ Add cost to chat in a channel through Vault?
Add clans channel from SimpleClans Add clans channel from SimpleClans
Look into changing Bukkit chat event to not be cancelled. Look into changing Bukkit chat event to not be cancelled.
Expand on EssentialsDiscord integration to allow for custom MessageTypes for each channel

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>mineverse.Aust1n46.chat</groupId> <groupId>mineverse.Aust1n46.chat</groupId>
<artifactId>VentureChat</artifactId> <artifactId>VentureChat</artifactId>
<version>3.0.4</version> <version>3.1.0</version>
<url>https://bitbucket.org/Aust1n46/venturechat/src/master</url> <url>https://bitbucket.org/Aust1n46/venturechat/src/master</url>
<scm> <scm>
<url>https://bitbucket.org/Aust1n46/venturechat/src/master</url> <url>https://bitbucket.org/Aust1n46/venturechat/src/master</url>

View File

@ -3,7 +3,7 @@ version: ${project.version}
api-version: 1.13 api-version: 1.13
main: mineverse.Aust1n46.chat.MineverseChat main: mineverse.Aust1n46.chat.MineverseChat
depend: [Vault, ProtocolLib, PlaceholderAPI] depend: [Vault, ProtocolLib, PlaceholderAPI]
softdepend: [Towny, Factions, Heroes, EssentialsDiscord] softdepend: [Towny, Factions, EssentialsDiscord]
author: Aust1n46 author: Aust1n46
website: https://bitbucket.org/Aust1n46/venturechat/ website: https://bitbucket.org/Aust1n46/venturechat/
description: #1 Channels Chat plugin! Spigot + Bungee. Supports PlaceholderAPI + JSON formatting. Moderation GUI! description: #1 Channels Chat plugin! Spigot + Bungee. Supports PlaceholderAPI + JSON formatting. Moderation GUI!