Skip to content

Commit

Permalink
Release v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EpiCanard committed Dec 15, 2020
1 parent b9ec7a9 commit fef9c28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,17 @@ v4.6.1
* Fix execution of sign on both part of the door
* Clear pending commands on enable to prevent old pending commands when reloading
* Cancel break events when a player has a pending command

v4.6.2
* Add blocked_commands for <server> sub command
* Make tasks and conditions executed in the order
* Add papi in dev hooks
* Fix NPE when grantTasks is null
* Update list of admin permissions
* Add new system to compare version
* Disable Ok option message when silent is true
* Prevent parsing of placeholders with /svs info
* Allow empty lore un price item
* Execute player commands on main thread
* Disable Metrics when disable the plugin - Prevent to have running task in background after disable (Nag Author)
* Add 1.16 signs and plates
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.czymm.serversigns</groupId>
<artifactId>ServerSigns</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.6.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fef9c28

Please sign in to comment.