This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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/ )
2
2
3
3
# Fancy holograms
4
4
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:
29
29
/hologram edit (hologram name) moveTo (x) (y) (z) (optional: yaw)<br >
30
30
/hologram edit (hologram name) scale (factor)<br >
31
31
/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 >
33
35
/hologram edit (hologram name) updateTextInterval (seconds)<br >
34
36
37
+ /hologram edit <hologram > linkWithNpc (npc name)<br >
38
+ /hologram edit <hologram > unlinkWithNpc
39
+
35
40
36
41
## Permissions
37
42
For the /hologram command - `` FancyHolograms.admin ``
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " de.oliver"
9
- version = " 1.0.4-fancynpcs "
9
+ version = " 1.0.5 "
10
10
description = " Hologram plugin"
11
11
12
12
java {
Original file line number Diff line number Diff line change 1
1
name : FancyHolograms
2
2
main : de.oliver.FancyHolograms
3
3
author : OliverHD
4
- version : 1.0.4-fancynpcs
4
+ version : 1.0.5
5
5
api-version : 1.19
6
6
load : POSTWORLD
7
7
softdepend :
You can’t perform that action at this time.
0 commit comments