Skip to content

Commit

Permalink
chore(readme): upd readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnayuh committed Jan 15, 2025
1 parent cae52e9 commit 6a4a63a
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# Luxeria
Simple Plugin for SMP Server
# Luxeria ✨
A feature-rich Minecraft plugin that enhances SMP experience with custom home management, spawner control, and dynamic scoreboard statistics.

## Features

### Home Management
Easily manage multiple teleport locations with the following commands:
- `/sethome <name>` - Create a new home location
- `/home <name>` - Teleport to a saved home location
- `/listhome` - View all your saved home locations
- `/delhome <name>` - Remove a saved home location

### Spawner Control
Customize spawner activation radius to optimize server performance:
- `/inc getradius` - Check the current spawner activation range
- `/inc setradius <value>` - Modify the spawner activation range
- `/inc help` - Display available spawner commands

### Dynamic Scoreboard
Real-time server statistics display including:
- Online Players Count
- Total Entities Killed
- Player Deaths
- Raids Won

## Commands
| Command | Permission | Description |
|---------|------------|-------------|
| `/sethome <name>` | `luxeria.home.set` | Save a new home location |
| `/home <name>` | `luxeria.home.teleport` | Teleport to a saved home |
| `/listhome` | `luxeria.home.list` | Display all saved homes |
| `/delhome <name>` | `luxeria.home.delete` | Remove a saved home |
| `/inc getradius` | `luxeria.spawner.getradius` | View spawner activation range |
| `/inc setradius <value>` | `luxeria.spawner.setradius` | Set spawner activation range |

## Installation
1. Download the latest version of Luxeria.jar
2. Place the jar file in your server's `plugins` folder
3. Restart your server

0 comments on commit 6a4a63a

Please sign in to comment.