Skip to content

Commit

Permalink
Minor README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bensku committed Jun 1, 2018
1 parent eaa3293 commit 7301bab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ for prototyping etc.
This Github fork of Skript is based on Mirreski's improvements which was built
on Njol's original Skript. It is supported for **Spigot** (not Bukkit) versions of
Minecraft 1.9-1.12. Other versions might work, but no guarantees. **Paper** is
recommended, but not mandatory - without it, timings of scripts will not work.
recommended, but not mandatory - without it, some features such as timings
will be not available.

## Documentation
Documentation is available [here](http://skriptlang.github.io/Skript/) for the
Expand Down Expand Up @@ -92,11 +93,13 @@ So, you want to work with Skript's codebase? There are a few guidelines for you:
Of course, these are just recommendations. However, not following them may get
your pull requests rejected.

More clear code style guidelines are probably coming in future.

### Maven repository
If you use Skript as (soft) dependency for your plugin, and use maven or Gradle,
this is for you.

First, you need the repository. Skript is not in Maven Central.
First, you need the repository. Skript is not available in Maven Central.
```
maven {
url "https://raw.githubusercontent.com/bensku/mvn-repo/master"
Expand Down Expand Up @@ -131,7 +134,7 @@ Note that these repositories are provided as-is, for now. I cannot currently spe
* [SkUnity Forums](https://forums.skunity.com/)
* [Original Skript at BukkitDev](https://dev.bukkit.org/bukkit-plugins/skript/) (inactive)
* [Addon Releases @SkUnity](https://forums.skunity.com/forums/addon-releases/)
* [Skript Chat Discord invite](https://discord.gg/0lx4QhQvwelCZbEX)
* [Skript Chat Discord Invite](https://discord.gg/0lx4QhQvwelCZbEX)
* [Skript Hub](https://skripthub.net/)

Note that these resources are not maintained by me. If you notice something wrong with them, do not contact me.
Expand All @@ -141,6 +144,7 @@ Current team behind Skript:

* [bensku](https://github.com/bensku) (Skript maintainer/developer)
* [Snow-Pyon](https://github.com/Snow-Pyon) (Skript developer)
* [Pikachu920](https://github.com/Pikachu920) (Skript developer)
* [TheBentoBox](https://github.com/TheBentoBox) (issue tracker manager)

Also, of course, we should thank [Njol](https://github.com/Njol) for creating
Expand Down

0 comments on commit 7301bab

Please sign in to comment.