Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelowendyer/survivalhavenplugin
Custom Minecraft plugin for Survival Haven
https://github.com/michaelowendyer/survivalhavenplugin
Last synced: 28 days ago
JSON representation
Custom Minecraft plugin for Survival Haven
- Host: GitHub
- URL: https://github.com/michaelowendyer/survivalhavenplugin
- Owner: MichaelOwenDyer
- License: unlicense
- Created: 2023-03-19T13:30:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T20:13:24.000Z (over 1 year ago)
- Last Synced: 2024-10-14T13:53:35.747Z (2 months ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Survival Haven Minecraft Plugin
Welcome to the Survival Haven Minecraft Plugin! This custom plugin is designed to enhance the gameplay experience on the
Survival Haven Minecraft server (`survivalhaven.mcserver.us`) by adding useful features not available in the base game.
This plugin is open source, and contributions are welcome.## Features
The plugin currently has the following features:
- `/guide`: Creates a guide of particles visible only to you to guide you to a specified target.
- `/breadcrumbs`: Creates a particle trail behind you to guide you back where you came from
(for instance, out of a deep cave).- Crouch-mining a block made up of two slabs only breaks one of the two slabs.
- On death, you are sent a message with the coordinates of your death location.
More features are always being added in response to the desires of the player base.
## Permissions
The following permissions are available with this plugin:
`survivalhaven.guide`: Allows basic use of `/guide` to locate your current location
or specific coordinates.`survivalhaven.guide.player`: Allows access to `/guide player` to guide you to a player.
`survivalhaven.guide.death`: Allows access to `/guide death` to lead you to your last death.
`survivalhaven.guide.home`: Allows access to `/guide home` to guide you to one of your Essentials homes.
`survivalhaven.breadcrumbs.`: Allows access to `/breadcrumbs` with a length limit of ``.
`survivalhaven.breadcrumbs.*`: Allows access to `/breadcrumbs` with no length limit.
## Installation
To install this plugin on your Minecraft server, follow these steps:
1. Download the latest release of the plugin from the [GitHub releases page](https://github.com/FreshLlamanade/SurvivalHavenPlugin/releases).
2. Copy the `SurvivalHavenPlugin.jar` file into the `plugins` folder of your Minecraft server.
3. Restart your Minecraft server.
## Usage
To use this plugin on the Survival Haven Minecraft server, simply use the commands listed above with the appropriate
permissions. If you encounter any issues or have suggestions for improvement, please feel free to contribute to the
plugin's development on the [GitHub repository](https://github.com/FreshLlamanade/SurvivalHavenPlugin).