Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blackninja745-studios/lightweightholograms

A Light-Weight hologram plugin for paper servers. It is designed to use as little resources as possible, in the smallest jar possible!
https://github.com/blackninja745-studios/lightweightholograms

minecraft-plugin paper-plugin papermc

Last synced: about 1 month ago
JSON representation

A Light-Weight hologram plugin for paper servers. It is designed to use as little resources as possible, in the smallest jar possible!

Awesome Lists containing this project

README

        

# LightweightHolograms
A Light-Weight hologram plugin for paper servers. It is designed to use as little resources as possible, in the smallest jar possible!

How to use:

To begin, simple drag the .jar file from the latest release into your PaperMC Minecraft server, then restart it!

The command list is this:

`/holo `

There are five operations, `create`, `edittext`, `movehere`, `delete`, `addline`, and `list`.

After you enter the operation, there are a few more steps depending on the operation you selected.

For `create`, all you need to do is type the text in the hologram. Normally, this must be done in [MiniMessage format](https://docs.advntr.dev/minimessage/format.html), but you can use `--nominimessage` at the end to use legacy codes (&c, &7, etc)

For `edittext`, you must first enter the id of the hologram. You can find this by running the `list` operation. After the id, you put the text you want to replace it with, following the same format as `create`.

For `movehere`, you only need to enter the id of the hologram you wish to move, which can be found with the `list` operation.

`addLine` just adds a new line to the selected hologram. For simplicity's sake, all this does is create a new hologram underneath the existing one with the given text. One quirk with this is that when the server is restarted, you have to add lines to the bottom line in the chain, the top one will overlap. To delete a line, just delete the hologram. It will show up in the `holo list` operation.

Finally, `delete`, you also only need to enter the id of the hologram, which, once again, can be found with `list`.

Now you're a pro at LightweightHolograms! Have fun!

(More features may be added in the future)