Skip to content

Commit

Permalink
Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Apr 8, 2023
1 parent ba9c75e commit d05c012
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Generic badge](https://img.shields.io/badge/version-1.1.2-green.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/version-1.1.3-green.svg)](https://shields.io/)
[![SpigotMC Downloads](https://badges.spiget.org/resources/downloads/spigotmc-orange-107306.svg)](https://www.spigotmc.org/resources/npc-plugin-1-19-4.107306/)
[![Downloads](https://img.shields.io/modrinth/dt/npc-plugin?color=00AF5C&label=modrinth&style=flat&logo=modrinth)](https://modrinth.com/plugin/npc-plugin/versions)

Expand Down Expand Up @@ -28,6 +28,9 @@ You can download the latest versions at the following places:
/npc playerCommand (name) (command ...) - _Executes the command on a player when interacting_<br>
/npc showInTab (name) (true|false) - _Whether the NPC will be shown in tab-list or not_<br>
/npc turnToPlay (name) (true|false) - _Whether the NPC will turn to you or not_<br>
/fancynpcs version - _Shows you the current plugin version_<br>
/fancynpcs save - _Saves all npcs_<br>
/fancynpcs reload - _Reloads the config and npcs_
<br>
<br>
Using `<empty>` as displayName will make the whole name tag invisible.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "de.oliver"
version = "1.1.2"
version = "1.1.3"
description = "NPC plugin"

java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FancyNpcs
main: de.oliver.FancyNpcs
author: OliverHD
version: 1.1.2
version: 1.1.3
api-version: 1.19
load: POSTWORLD
commands:
Expand Down

0 comments on commit d05c012

Please sign in to comment.