Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 3e084df

Browse files
Update version to 1.0.5
1 parent fae59ba commit 3e084df

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Generic badge](https://img.shields.io/badge/version-1.0.4-orange.svg)](https://shields.io/)
1+
[![Generic badge](https://img.shields.io/badge/version-1.0.5-orange.svg)](https://shields.io/)
22

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

37+
/hologram edit <hologram> linkWithNpc (npc name)<br>
38+
/hologram edit <hologram> unlinkWithNpc
39+
3540

3641
## Permissions
3742
For the /hologram command - ``FancyHolograms.admin``

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "de.oliver"
9-
version = "1.0.4-fancynpcs"
9+
version = "1.0.5"
1010
description = "Hologram plugin"
1111

1212
java {

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FancyHolograms
22
main: de.oliver.FancyHolograms
33
author: OliverHD
4-
version: 1.0.4-fancynpcs
4+
version: 1.0.5
55
api-version: 1.19
66
load: POSTWORLD
77
softdepend:

0 commit comments

Comments
 (0)