Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akari-my/homex
- Owner: Akari-my
- License: apache-2.0
- Created: 2024-02-16T08:10:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:01:25.000Z (5 months ago)
- Last Synced: 2024-06-18T17:20:48.852Z (5 months ago)
- Topics: minecraft, minecraft-plugin, spigot, spigot-api, spigot-plugin, spigot-resource
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/1.0.0.md
- License: LICENSE
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-RELEASEDatabase:
hostname:
port:
database:
user:
password:settings:
cooldownSeconds: 3
maxHomes: 2messages:
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!