Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Feb 19, 2023
1 parent 7aa9aa2 commit db061d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.4.0
2.4.0
2.5.0
2.5.0
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "pl.funnyskaddon"
version = "2.4.0"
version = "2.5.0"

tasks.withType<ShadowJar> {
archiveFileName.set("FunnySkAddon ${project.version}.jar")
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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

0 comments on commit db061d0

Please sign in to comment.