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

https://github.com/onelitefeathernet/attollo

Attollo is a simple and modern elevator plugin for paper.
https://github.com/onelitefeathernet/attollo

bukkit hacktoberfest minecraft minecraft-server paper plugin

Last synced: 3 months ago
JSON representation

Attollo is a simple and modern elevator plugin for paper.

Awesome Lists containing this project

README

        

# Attollo

## Description
Attollo is a simple and modern elevator plugin for paper.

## Motivation
Our freebuild server has a lot of buildings. To get faster up and down we needed an elevator plugin. We found a lot of plugins but they were either too complicated or not maintained anymore. So we decided to write our own plugin.

## Focus
Our focus lies within a basic implementation of Attollo, its core and reaching the goal of stable builds to use it in production later on.

## More information / external links

Hangar: https://hangar.papermc.io/OneLiteFeather/Attollo

Modrinth: https://modrinth.com/plugin/attollo

Discord: https://discord.onelitefeather.net

## Permissions
- `attollo.use` - Allows the player to use the elevator
- `attollo.update` - Allows the player to receive update notifications

## Configuration
```yaml
# Allows to change the elevator block
# Default is: DAYLIGHT_DETECTOR
elevatorBlock: 'DAYLIGHT_DETECTOR'
```