pluginiPlugin

Directory Structure

Structure

If the plugin is successfully installed, you will see a folder named Xerr in the server's plugin directory. Its full structure is as follows:

zh_CN.yml [Simplified Chinese]
kether.yml [Kether Message Configuration]

Asset Concept

This directory stores all static resources required by the plugin, such as fonts and graphics.

Namespace Concept

The namespace concept under the assets directory is similar to the namespace concept in Minecraft resource packs.

Its primary purpose is to create a unique identifier for various resources in the plugin to avoid conflicts with other plugins or Minecraft's own resources.

Basename Concept

The Bitmap directory is available.

Within a namespace, you can further create multiple subdirectories to organize categorized graphic resources.

Bitmap Concept

A bitmap refers to an image made up of pixels, used to represent graphics, icons, textures, and other content. The concept of bitmaps is widely used in Minecraft for storing and rendering texture resources, including images for blocks, items, UI elements, etc.

On this page