Holograms - Easily create floating texts!

Moved to Ore

10 Likes

unsure how to get the error log to show upā€¦ it only shows up in the tooltip but wont log it to the console
one issue i believe that Iā€™ve found so far.

Thanks for the report!
Sadly your screenshot cuts the important part off. The only thing I can read is the ā€œā€¦or.kt:19ā€ which probably is ā€œPlayerCommandExecutor.kt:19ā€. But that alone doesnā€™t help. I need the lines above.
What spongevanilla/forge version are you using? I am targeting api 5-SNAPSHOT, so there could be complications.

Edit: In the end the server has to have the api of api-build 5.0.0-20160429.054835-14, so this commit. So sadly, until now, you have to download the server from bleeding or a really new SpongeForge version.

that would explain it Most Pixelmon servers are still in spongeforge-1.8.9-1808-4.1.0-BETA-1282 (which is currently around the most stable spongeforge version for us)
Which is still on api 4 :confused:

Just finished backporting this plugin :grinning:


##v0.1.1 released: Download
Changes:

  • Now targeting api v4.0.3 to avoid having to run a ā€˜bleedingā€™ server build

Hopefully it worksā€¦

1 Like

It works correctly now :smiley: Thank you so much for this! loving it. only other suggestion would be the nogravity on holograms. they fall to the lowest point

1 Like

I thought I successfully back ported that too. Will check that tomorrow.
Good to hear the other things work :grinning:

I canā€™t reproduce the described behavior with that exact same build. Could you please paste the console log output when you call the create command to pastebin and post the link here?

Maybe itā€™s because of Pixelmon. To test it, please call this command /summon ArmorStand ~ ~ ~ {NoGravity:1b} while in air and report if the ArmorStand falls down.

the armorstand does not fall down when using ^^ not sure as for the console log; this is all it says

23.05 23:44:12 [Server] Server thread/INFO Entity data updated to: {NoGravity:0b,HurtByTimestamp:0,ForgeData:{SpongeData:{CanGrief:1b,maxAir:300}},Attributes:[0:{Base:20.0d,Name:ā€œgeneric.maxHealthā€},1:{Base:0.0d,Name:ā€œgeneric.knockbackResistanceā€},2:{Base:0.699999988079071d,Name:ā€œgeneric.movementSpeedā€}],Invulnerable:0b,ShowArms:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DisabledSlots:0,DeathTime:0s,Pose:{},HealF:20.0f,Invisible:1b,Motion:[0:0.0d,1:0.0d,2:0.0d],Small:0b,UUIDLeast:-5276407519710901993L,Health:20s,Silent:1b,Air:300s,OnGround:0b,Dimension:0,Marker:1b,Rotation:[0:0.01417089f,1:0.0f],UUIDMost:-2869555401140123017L,CustomName:ā€œtestā€,Equipment:[0:{},1:{},2:{},3:{},4:{}],Pos:[0:-73.99261664375841d,1:100.02889224186694d,2:5.007850085619434d],Fire:0s,NoBasePlate:0b,HurtTime:0s,CustomNameVisible:1b}
23.05 23:44:12 [Server] Server thread/INFO Usage: /msg <messageā€¦>
23.05 23:44:12 [Server] Server thread/INFO Not enough arguments
23.05 23:44:12 [Server] Server thread/INFO Entity data updated to: {NoGravity:0b,HurtByTimestamp:0,ForgeData:{SpongeData:{CanGrief:1b,maxAir:300}},Attributes:[0:{Base:20.0d,Name:ā€œgeneric.maxHealthā€},1:{Base:0.0d,Name:ā€œgeneric.knockbackResistanceā€},2:{Base:0.699999988079071d,Name:ā€œgeneric.movementSpeedā€}],Invulnerable:0b,ShowArms:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DisabledSlots:0,DeathTime:0s,Pose:{},HealF:20.0f,Invisible:0b,Motion:[0:0.0d,1:0.0d,2:0.0d],Small:0b,UUIDLeast:-5276407519710901993L,Health:20s,Silent:1b,Air:300s,OnGround:0b,Dimension:0,Marker:1b,Rotation:[0:0.01417089f,1:0.0f],UUIDMost:-2869555401140123017L,CustomName:ā€œtestā€,Equipment:[0:{},1:{},2:{},3:{},4:{}],Pos:[0:-73.99261664375841d,1:100.02889224186694d,2:5.007850085619434d],Fire:0s,NoBasePlate:0b,HurtTime:0s,CustomNameVisible:1b}
23.05 23:44:12 [Server] Server thread/INFO Usage: /msg <messageā€¦>
23.05 23:44:12 [Server] Server thread/INFO Not enough arguments
23.05 23:44:12 [Server] Server thread/INFO That entity cannot be found
23.05 23:44:12 [Server] Server thread/INFO Usage: /msg <messageā€¦>
23.05 23:44:12 [Server] Server thread/INFO Not enough arguments

when running the command. why is it talking about /msg? im confused there.

The /msg command or any other is for ā€œpingingā€ the server to update the entities that they can accessed by /entitydata. This will be hopefully fixed soon.

To the NoGravity: I will just download Pixelmon myself and investigate this further.

Edit: Which Pixelmon version are you using? I donā€™t see any version that is compatible with Forge 1808ā€¦

iā€™m on the latest version. and it is compatible the way their forge version works is based on the preferred option in forge. you can download the loader and drag it into the pixelmon launcher to add a 1808 forge version.

I am on Linux, I think there is no launcher for Linux.

But finally after one hour I got forge, sponge and pixelmon working at your version(1808 forge, sponge 1282). That was really a painā€¦ But still I canā€™t reproduce that behavior. Maybe Pixelmon does things only when you played some time(and achieved something). I have no idea what it is causing. Are there other plugins on your server?

I also had to switch from open-source Nvidia driver to proprietary. That was a pain, sometimes not bootingā€¦

You beat me to it, I been working on holograms alsoā€¦

Cool! Are these armorstand or is it the title text?

I decided to let this plugin be simple and small. More than what is possible now wonā€™t be probably added.

Wow, you two could work together to make the best holograms plugin :wink:

Maybe. Mine is open-source.

Yes they are holograms, I built mine around the Sponge service system, so maybe yours can be the command frontend with mine the backend. Working on some documentation and will release it soon.

Could you at least implement a command that somehow removes them, if that is even possible?

@VinceOrlando

15 chars

Oh, didnt know the second command deleted them as well :smiley: