Compatibility
Minecraft: Java Edition
1.21โ1.21.4
1.20.x
Platforms
Tags
Creators
Details
Licensed MIT
Published last year
๐ฏ LandmarkSystem
An elegant and powerful Minecraft landmark teleportation system plugin, supporting Paper/Folia servers.
โจ Features
- ๐ Elegant magical theme interface
- ๐จ Beautiful particle effects and sounds
- ๐ฎ Automatic unlock system
- โก Quick teleportation
- ๐ฑ Intuitive GUI menu
- ๐พ Secure data storage
- โ๏ธ Highly configurable
- ๐ Folia multi-threading support
- ๐ก๏ธ Complete permission system
- ๐ Multi-world support
- ๐ฏ Custom interaction entities
- ๐ Memory optimization
๐ฆ Requirements
- Java 21 or higher
- Paper/Folia 1.20.1 or higher
๐ Usage
For detailed instructions, please check the Usage Guide.
๐ฎ Basic Commands
/landmark menu- Open landmark menu/landmark create <name> [description]- Create new landmark- Supports multi-line descriptions, each argument will be a separate line
- Example:
/landmark create spawn Welcome to Spawn center This is the teleport hall
/landmark delete <name>- Delete landmark/landmark edit <name> <description>- Edit landmark description- Supports multi-line descriptions, each argument will be a separate line
- Example:
/landmark edit spawn Welcome to Spawn center This is the teleport hall
/landmark rename <old_name> <new_name>- Rename landmark/landmark teleport <name>- Teleport to specified landmark/landmark reload- Reload configuration
๐ Permission System
Admin Permissions
landmark.create- Create landmarkslandmark.delete- Delete landmarkslandmark.edit- Edit landmarkslandmark.rename- Rename landmarkslandmark.reload- Reload configurationlandmark.admin- Admin permission group
Player Permissions
landmark.teleport- Teleport permission (default: true)landmark.menu- Menu permission (default: true)landmark.interact- Interaction permission (default: true)
โ๏ธ Configuration Example
Basic Settings
settings:
cooldown-time: 90 # Teleport cooldown (seconds)
unlock-radius: 3 # Unlock radius (blocks)
unlock-sound: BLOCK_ENCHANTMENT_TABLE_USE # Unlock sound
GUI Settings
gui:
title: '<gradient:gold:yellow>โง Magic Landmark System โฆ</gradient>'
size: 45 # Menu size
items:
unlocked:
material: AMETHYST_SHARD
name: '<#c7a3ed><bold>%landmark_name%</bold>'
locked:
material: BARRIER
name: '<gray><bold>%landmark_name%</bold>'
Particle Effects
particles:
center:
enabled: true
type: END_ROD
height: 0.1
star_radius: 1.5
circle_radius: 2.0
๐ฆ Installation
- Download the latest version from Releases
- Place the plugin in your server's
pluginsfolder - Restart the server or use
/reload confirm - The plugin will automatically generate configuration files
๐ง Technical Features
- Developed using Folia API for multi-threading support
- Adventure API for rich text display
- MiniMessage format support
- Asynchronous data processing and storage
- Smart memory management
- Automatic cleanup system
๐ Bug Reports
If you encounter any issues, please report them through:
๐ License
This project is licensed under the MIT license.
๐ Acknowledgments
- Paper - High-performance Minecraft server
- Folia - Multi-threaded optimized server
- MiniMessage - Text formatting library


