Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
SimpleMarkers is a lightweight Spigot plugin for creating floating text markers using invisible armor stands.
SimpleMarkers
SimpleMarkers is a lightweight Spigot plugin for creating floating text markers using invisible armor stands.
Perfect for servers that need clean, non-intrusive in-world labels for events, zones, instructions, etc.
πΈ Screenshots
π Features
- π Create floating multi-line markers using
/sm create
- β Easily remove nearby markers with
/sm delete
- π Localization support (default
messages.yml
and optionalmessages_<locale>.yml
files inmessages/
folder β ready to paste) - π Optional permissions system via config
π Included Translations
- π¬π§ English (
en_US.yml
) - π©πͺ German (
de_DE.yml
) - π«π· French (
fr_FR.yml
) - πͺπΈ Spanish (
es_ES.yml
) - π·πΊ Russian (
ru_RU.yml
) - π΅π± Polish (
pl_PL.yml
)
π¦ Installation
SimpleMarkers is compatible with Spigot, Paper, and other forks of Bukkit. Tested on Paper 1.21 , should work on 1.13 Requires: Java 8+
- Download the plugin
.jar
from Releases and place it in your server'splugins/
folder. - Start the server once to generate the config and message files.
- (Optional) Configure permissions or language support.
π§ Commands
Command | Description | Permission (if enabled) |
---|---|---|
/sm create <text> |
Creates a floating marker at your location. | simplemarkers.create |
/sm delete |
Deletes markers within 1 block. | simplemarkers.delete |
/sm |
Displays usage info. | simplemarkers.use |
Notes:
- Use
\n
for new lines. - Use
&
for color codes (e.g.&cRed
,&lBold
, etc). Full list of colors, not affiliated with this plugin.
β Configuration
config.yml
permissions:
use: true
create: true
delete: true
Pinned Versions
Pages
Members
Owner