Skip to content
Silvestri, Javier edited this page Jan 12, 2024 · 1 revision

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

Clone this wiki locally