Skip to content

Commit

Permalink
Changed version and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 15, 2022
1 parent e88b062 commit 1822ea9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
# Brief description for AstraTemplate
# AstraTemplate
This plugin template will help you to create new Spigot plugins as fast as possible
#
<h4 align="center">☄️ Plugins based on AstraTemplate☄️ </h4>
</br>
<p align="center">
<a href="https://github.com/Astra-Interactive/AstraLibs">
<img alt="spigot" src="https://img.shields.io/badge/github-AstraLibs-1B76CA"/>
</a>
<a href="https://www.spigotmc.org/resources/astra-market.99114/">
<img alt="spigot" src="https://img.shields.io/badge/github-AstraMarket-1B76CA"/>
</a>
<a href="https://www.spigotmc.org/resources/simple-rating.103317/">
<img alt="spigot" src="https://img.shields.io/badge/github-SimpleRating-1B76CA"/>
</a>
</p>

Astra Template - is a template plugin, which allows you to create new plugins easily.
# Brief description for AstraTemplate

It has a dependency on [AstraLibs](https://github.com/Asrta-Interactive/AstraTemplate/wiki/AstraLibs)
AstraTemplate depends on kotlinx libraries, which located in [AstraLibs](https://github.com/Asrta-Interactive/AstraTemplate/wiki/AstraLibs), which you are allowed to modify, so, if you don't like this dependencies - you can get rid of that by yourself


Astra template has everythin you need including:
Astra template has everything(probably) you need including:
- [x] Paginated menu example
- [x] Menu live-update example
- [x] EventManager and Event example
- [x] Commands example
- [x] TabCompleter example
Expand All @@ -16,9 +33,11 @@ Astra template has everythin you need including:
- [x] Translation config example
- [x] Plugin reload
- [x] PlugMan support
- [x] GSON-like YML loader
- [x] GSON-like YML loader using GSON or kotlinx.serialization
- [x] Logger, which can be logged in file
- [x] Readable code
- [x] Everything is commented
- [x] Error catching
- [x] Enum extensions

More you can see on [AstraLibs](https://github.com/Asrta-Interactive/AstraTemplate/wiki/AstraLibs) page. It has a lot of useful functions
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Spigot {
}

group = "com.astrainteractive"
version = "2.2.0"
version = "2.3.0"
val name = "AstraTemplate"
description = "Template plugin from AstraInteractive"

Expand Down

0 comments on commit 1822ea9

Please sign in to comment.