Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akari-my/homex

Plugin Home Spigot 1.16.5
https://github.com/akari-my/homex

minecraft minecraft-plugin spigot spigot-api spigot-plugin spigot-resource

Last synced: about 7 hours ago
JSON representation

Plugin Home Spigot 1.16.5

Awesome Lists containing this project

README

        

![minecraft_title](https://github.com/Akari-my/HomeX/assets/58370835/8c00ba98-b79f-4f6e-bdb5-1e0f18e262f1)

HomeX is a feature-rich Spigot plugin that introduces a Home in-game system

## Commands :spades:
Command | Description | Permession
--- | --- | ---
`/home set ` | Set the home
`/home delete ` | Delete Home
`/home home ` | teleport to home

## Config.yml

Click to open

```yaml
#
# _ _ __ __
# | | | | \ \ / /
# | |__| | ___ _ __ ___ ___ \ V /
# | __ |/ _ \| '_ ` _ \ / _ \ > <
# | | | | (_) | | | | | | __/ / . \
# |_| |_|\___/|_| |_| |_|\___| /_/ \_\
#
# This Plugin was made with ❤️ by Akari_my
# GitHub: github.com/Akari-my
# Discord for support: akari_my
#
# version: 1.0.0-RELEASE

Database:
hostname:
port:
database:
user:
password:

settings:
cooldownSeconds: 3
maxHomes: 2

messages:
success:
homeSet: "&aHome '%home%' set successfully!"
homeDeleted: "&aHome '%home%' successfully deleted!"
teleportedToHome: "&aTeleported to home '%home%'!"
coolDown: "§aYou will be teleported between 3 seconds"
error:
homeAlreadyExists: "&cThe home '%home%' already exists."
homeNotFound: "&cThe home '%home%' does not exist."
coolDownWait: "§cYou must wait before you can teleport again"
maxHomesReached: "§cYou can no longer create Home because you have exceeded the maximum limit"
```

## Bugs??
Write to me on Discord if you have any bugs or problems with HomeX

## Please leave a ⭐ to help the Project!