diff --git a/README.md b/README.md index 2298e7a4..be851c51 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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_
/npc showInTab (name) (true|false) - _Whether the NPC will be shown in tab-list or not_
/npc turnToPlay (name) (true|false) - _Whether the NPC will turn to you or not_
+/fancynpcs version - _Shows you the current plugin version_
+/fancynpcs save - _Saves all npcs_
+/fancynpcs reload - _Reloads the config and npcs_

Using `` as displayName will make the whole name tag invisible. diff --git a/build.gradle.kts b/build.gradle.kts index a588a0f4..aa31d4a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "de.oliver" -version = "1.1.2" +version = "1.1.3" description = "NPC plugin" java { diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2394e8e9..6f73cda7 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: