Have you ever had the problem where you made an awesome creation out of multiple armor stands or display entities and wanted to use it at multiple locations but didn't know how to copy it? Well then look no further!
Decorations is a plugin that lets you easily save and load multi entity creations!
- Save any creation consisting of armor stands, display entities or item frames
- Easy to use GUI for placing saved creations with customisable descriptions and display items
- Every decoration is saved in a separate file so sharing your creations to other people is very easy
- For example, check out these pre made decorations here
- Supports custom models, enchantments and any other form of customisation you can think of!
Decorations has a few commands that let you easily manage the plugin:
Save a new decoration:
To save a new decoration, stand nearby and run the following command:
/decorations save <name> <range> <optional: description>
This will save all valid entities within the range you specified as a new decoration with the given name. If you want you can also type up a description for it but you can also do that later if you want!
Importing a decoration for a file:
If you want to add a decoration you downloaded or someone shared to you, you will need to go to your plugin folder and locate the folder called "Decorations". Inside there locate the folder called "files" or create it if it doesn't exist. Now drop your files into that folder and you are almost done. The last thing you need to do is run the following command:
/decorations reload
And the decoration should now appear!
Preview radius:
If you want to save a new decoration but are unsure how big you should make the radius, you can run the following command:
/decorations preview_radius <range>
This will highlight all valid entities that would be saved within the radius for a short while
Open the GUI:
If you want to place a saved decoration or want to see what decorations you have saved but prefer visual interfaces over commands, then you can run the following command to open the GUI:
/decorations gui
Placing a decoration:
If you want to place a saved decoration you can either do it through the GUI as mentioned above, or you can run following command:
/decorations place <name>
This will place the decoration of that name at your location
Editing a decoration:
You can also edit some aspects of saved decorations such as the description and the item it will be represented by in the GUI. To do this run the following command:
/decorations edit <name> description <new description>
/decorations edit <name> display_item
The display item command will take the item you are currently holding in your main hand.
While this command will not allow you to edit the actual entities that make up the decoration, I can suggest you check out
DisplayEntityEditor (another plugin made by me) for display entities and
ArmorStandTools for armor stands.
Deleting a decoration:
If you want to delete a saved decoration, simply run the following command:
/decorations delete <name>
Listing all decorations:
If you want to see all the decorations you have saved, run following command:
/decorations list
Undo placing a decoration:
If you aren't happy with the location you placed a decoration in, don't worry, you won't have to delete every entity separately. Instead you can run the following command:
/decorations undo
This will undo your last decoration placement!
All these commands require the permission
Decorations.admin
If you encounter any issues or have any questions, please open and issue on
GitHub and don't post them in the reviews.
Equally, if you want to contribute to this project, you can also do this on GitHub!
Thanks in advance 