Skip to content

Commit

Permalink
Revert "GitBook: No commit message"
Browse files Browse the repository at this point in the history
This reverts commit 784e7a6.
  • Loading branch information
d0by1 committed Nov 29, 2021
1 parent 5cd41cc commit 57c2dc9
Show file tree
Hide file tree
Showing 29 changed files with 42 additions and 1,466 deletions.
58 changes: 0 additions & 58 deletions .gitbook/assets/hologram_demo1.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .gitbook/assets/hologram_demo2.yml

This file was deleted.

61 changes: 42 additions & 19 deletions README.md
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>
```
40 changes: 0 additions & 40 deletions SUMMARY.md

This file was deleted.

63 changes: 0 additions & 63 deletions advanced/actions.md

This file was deleted.

45 changes: 0 additions & 45 deletions advanced/animations.md

This file was deleted.

79 changes: 0 additions & 79 deletions advanced/colors.md

This file was deleted.

Loading

0 comments on commit 57c2dc9

Please sign in to comment.