From db061d02b6880ca806376dbe468c8f99b6d553ea Mon Sep 17 00:00:00 2001 From: Peridot Date: Sun, 19 Feb 2023 11:47:57 +0100 Subject: [PATCH] Release 2.5.0 --- README.md | 2 +- VERSION | 4 ++-- build.gradle.kts | 2 +- src/main/resources/plugin.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0988d69..b39cdfb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Stats: [BStats](https://bstats.org/plugin/bukkit/FunnySkAddon-Extended/6363) Get the latest stable version: [FunnySkAddon Releases](https://github.com/FunnyGuilds/FunnySkAddon/releases) #### Requirements -* FunnyGuilds 4.10.2+ +* FunnyGuilds 4.11.0+ * Skript 2.6+ * Spigot 1.8.8+ * Java 8 diff --git a/VERSION b/VERSION index 847ae1c..c450f80 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -2.4.0 -2.4.0 +2.5.0 +2.5.0 diff --git a/build.gradle.kts b/build.gradle.kts index 3f5060f..db9dcba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "pl.funnyskaddon" -version = "2.4.0" +version = "2.5.0" tasks.withType { archiveFileName.set("FunnySkAddon ${project.version}.jar") diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 431be28..034d6ba 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: FunnySkAddon version: @version@ authors: [Peridot, LloydPL] -description: Dodatek do pluginu Skript dodajacy wsparcie pluginu gildyjnego FunnyGuilds +description: Official Skript addon adding support for FunnyGuilds website: funnyskaddon.pl main: pl.funnyskaddon.FunnySkAddon softdepend: [Skript, FunnyGuilds] @@ -10,12 +10,12 @@ api-version: 1.13 commands: funnyskaddon: aliases: [fsa] - description: Wyswietla informacje o pluginie FunnySkAddon + description: Displays information about the plugin (version, author, etc.) permissions: funnyskaddon.cmd: - description: Uprawnienie do glownej (i jedynej komendy) w pluginie - /funnyskaddon + description: Permission to use plugin's command default: op funnyskaddon.update.check: - description: Uprawnienie odpowiedzialne za to czy gracz ma otrzymywac powiadomienie o dostępnej aktualizacji pluginu przy wejsciu na serwer + description: Permission to display information about the availability of plugin update default: op