Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x86-39/adventageous
Minecraft Spigot plugin for advent calendars and daily rewards. Encourage players to join daily! Easy setup and usage through inventory GUI!
https://github.com/x86-39/adventageous
advent advent-calendar bukkit daily-rewards minecraft spigot spigot-plugin
Last synced: about 4 hours ago
JSON representation
Minecraft Spigot plugin for advent calendars and daily rewards. Encourage players to join daily! Easy setup and usage through inventory GUI!
- Host: GitHub
- URL: https://github.com/x86-39/adventageous
- Owner: x86-39
- License: agpl-3.0
- Created: 2022-11-27T12:28:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T11:57:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T10:54:52.424Z (11 days ago)
- Topics: advent, advent-calendar, bukkit, daily-rewards, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage: https://www.spigotmc.org/resources/adventageous-daily-rewards-advent-calendar.106518/
- Size: 12.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adventageous
Adventageous is a Spigot plugin that allows you to create advent calendars for your server. Despite its name, this plugin can be used to create calendars for any month, not just the Christmas season. It's perfect for daily rewards, or for creating fun rewards leading up to server events!
## Showcase
![Showcase](img/showcase.gif)## Compatibility
This plugin is tested on Spigot 1.13.2 and Paper 1.19.2, I expect it to work on any version of Spigot or Paper 1.13.2 and above.## Features
- Create advent calendars for any month!
- You can use any amount of days in your calendar, not just 24!
- By default a calendar will be populated with all the months days, but you can hide days
- All configuration is done through a UI, no need to edit config files!
- Highly flexible icons, you can set separate icons for already claimed days and missed/future days for each day separately
- Preserves any items data, including enchantments, potion effects, and more!
- Set a custom name for every month/day, to personalize your calendar to your server!
- Players can only claim items if their inventory has enough space for them### Permissions
- `adventageous.admin` - Allows the player to use the admin UI.
- `adventageous.advent` - Allows the player to open the active calendar.
- `adventageous.advent.claim` - Allow using `/advent claim` to claim the current day.### Commands
- `/adventageous` - Opens the admin UI.
- `/advent` - Opens the active calendar.
- `/advent claim` - Claims todays reward without UI.### Configuration
All configuration is done through the admin UI, please do not edit any of the plugins files manually!### License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details