-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 784e7a6.
- Loading branch information
Showing
29 changed files
with
42 additions
and
1,466 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,43 @@ | ||
--- | ||
description: Official DecentSoftware wiki. | ||
--- | ||
|
||
# Home Page | ||
|
||
## Contact Us 📞 | ||
|
||
If you want to contact us, please send us a message on discord. You can also report bugs or share your ideas either on discord or github. | ||
|
||
* Discord: [https://discord.decentsoftware.eu](https://discord.decentsoftware.eu) | ||
* GitHub: [https://github.decentsoftware.eu](https://github.decentsoftware.eu) | ||
|
||
## Ideas & Improvements 💡 | ||
|
||
We highly appriciate ideas for possible improvements because we want our plugins to be suitable for anyone, so if you have any ideas, send us a message on discord. | ||
|
||
## Bugs 🐞 | ||
|
||
Have you found a bug or anything that doesn't seem right? Don't panic, report the issue on our discord server or github and we will try our best to resolve your issue as soon as possible. | ||
# Decent Holograms | ||
A lightweight but powerful hologram plugin with many features and configuration options. | ||
|
||
- **Download:** https://decentholograms.eu | ||
- **Wiki:** https://wiki.decentholograms.eu/ | ||
|
||
# Support | ||
We are mostly active on Discord so the best way to get support is joining our [Discord Server](https://discord.decentsoftware.eu). Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the [Spigot Page](https://decentholograms.eu) of Decent Holograms. | ||
|
||
# API [![](https://jitpack.io/v/decentsoftware-eu/decentholograms.svg)](https://jitpack.io/#decentsoftware-eu/decentholograms) | ||
How to get DecentHolograms API into your project: | ||
|
||
Replace TAG with the current version of DecentHolograms. (Latest release) | ||
|
||
**Gradle:** | ||
```java | ||
repositories { | ||
maven { url 'https://jitpack.io' } | ||
} | ||
|
||
dependencies { | ||
implementation 'com.github.decentsoftware-eu:decentholograms:TAG' | ||
} | ||
``` | ||
|
||
**Maven:** | ||
```xml | ||
<repositories> | ||
<repository> | ||
<id>jitpack.io</id> | ||
<url>https://jitpack.io</url> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.github.decentsoftware-eu</groupId> | ||
<artifactId>decentholograms</artifactId> | ||
<version>TAG</version> | ||
</dependency> | ||
</dependencies> | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.