Skip to content

Commit

Permalink
Update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Apr 10, 2023
1 parent fae59ba commit 3e084df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions 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.0.4-orange.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/version-1.0.5-orange.svg)](https://shields.io/)

# Fancy holograms
Create fancy looking holograms with the new 1.19.4 text display entities.<br>
Expand Down Expand Up @@ -29,9 +29,14 @@ You can download the latest versions at the following places:
/hologram edit (hologram name) moveTo (x) (y) (z) (optional: yaw)<br>
/hologram edit (hologram name) scale (factor)<br>
/hologram edit (hologram name) billboard (center|fixed|horizontal|vertical)<br>
/hologram edit (hologram name) background<br>
/hologram edit (hologram name) background (color)<br>
/hologram edit <hologram> shadowRadius (value)<br>
/hologram edit <hologram> shadowStrength (value)<br>
/hologram edit (hologram name) updateTextInterval (seconds)<br>

/hologram edit <hologram> linkWithNpc (npc name)<br>
/hologram edit <hologram> unlinkWithNpc


## Permissions
For the /hologram command - ``FancyHolograms.admin``
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.0.4-fancynpcs"
version = "1.0.5"
description = "Hologram 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: FancyHolograms
main: de.oliver.FancyHolograms
author: OliverHD
version: 1.0.4-fancynpcs
version: 1.0.5
api-version: 1.19
load: POSTWORLD
softdepend:
Expand Down

0 comments on commit 3e084df

Please sign in to comment.