HologramPlugin Wiki
Introduction
HologramPlugin is a custom Minecraft Spigot plugin that enhances your server with holographic display functionalities. This wiki provides information on how to install, configure, and use the plugin. Additionally, it covers the development aspects for those interested in contributing or modifying the plugin.
Installation
- Download: Obtain the latest release from the Releases page.
- Placement: Move the JAR file into the plugins directory of your Spigot server.
- Restart: Restart your Spigot server to apply the changes.
Commands
- Create Hologram
- Command: /sethologram <text>
- Usage: Create a holographic display with the specified text.
- Example: /sethologram "Welcome to the Server!"
- Command: /sethologram "<text1>" "<text2>"
- Usage: Create a holographic display with multiple lines.
- Example: /sethologram "Line 1" "Line 2" "Line 3"
- Remove Hologram
- Command: /rmhologram <id>
- Usage: Remove the holographic display with the given ID.
- Example: /rmhologram 1
Permissions
- hologramplugin.admin:
- Description: Permission to create and remove holograms.
Configuration
The configuration file
config.yml allows you to customize various aspects of hologram displays.
Configuration
Development
If you're interested in contributing to the development of HologramPlugin, follow these steps:
Prerequisites
Make sure you have the following tools installed on your system:
- Java Development Kit (JDK): Install the v21.0.1 JDK to compile and run Java code.
- Maven: Install Maven, a build automation tool, to manage the project's build process.
Compilation and Deployment
To compile and deploy the plugin during development, use the provided script
./ex.sh.
This script assumes that you are running it from the plugin's root directory. Customize paths and configurations according to your development environment.
Feel free to modify the script or adapt the process based on your preferences and development workflow. Happy coding!