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.
- Host: GitHub
- URL: https://github.com/onelitefeathernet/attollo
- Owner: OneLiteFeatherNET
- License: agpl-3.0
- Created: 2022-12-30T17:58:41.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T16:15:04.000Z (3 months ago)
- Last Synced: 2025-04-11T04:04:33.493Z (3 months ago)
- Topics: bukkit, hacktoberfest, minecraft, minecraft-server, paper, plugin
- Language: Kotlin
- Homepage:
- Size: 635 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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'
```