Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildrun0/homesetter
HomeSetter for Cuberite (Minecraft server core)
https://github.com/wildrun0/homesetter
cuberite cuberite-plugin lua lua-script minecraft-plugin
Last synced: 6 days ago
JSON representation
HomeSetter for Cuberite (Minecraft server core)
- Host: GitHub
- URL: https://github.com/wildrun0/homesetter
- Owner: wildrun0
- License: apache-2.0
- Created: 2022-07-21T17:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T14:13:41.000Z (about 2 years ago)
- Last Synced: 2023-03-10T12:03:57.982Z (over 1 year ago)
- Topics: cuberite, cuberite-plugin, lua, lua-script, minecraft-plugin
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This plugin provides the ability to manage your homes
# Lightweight & Fast
The entire plugin fits on ~10KiB of disk space & has no unnecessary functionality.# Set your homes
With this plugin, you can set home points and adjust the maximum number of them through permissions. You can teleport to homes through all dismensions!# Check your homes list
Use /homes to see existing homes and their amount# Commands
### General
| Command | Permission | Description |
| ------- | ---------- | ----------- |
|/delhome | homesetter.delhome | Delete home|
|/home | homesetter.home | Teleports you to a home|
|/homes | homesetter.homes | List of homes|
|/sethome | homesetter.sethome | Set a home|# Permissions
| Permissions | Description | Commands | Recommended groups |
| ----------- | ----------- | -------- | ------------------ |
| homesetter.delhome | Allows the players to delete their homes. | `/delhome` | Default |
| homesetter.home | Allows the players to teleport to their homes. | `/home` | Default |
| homesetter.homes | Allows the players to view a list of their homes. | `/homes` | Default |
| homesetter.maxhomes.3 | Maximum number of homes to be set | | Default |
| homesetter.sethome | Allows the players to set their homes. | `/sethome` | Default |