Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angelillo15/ramlimitrestart

Plugin to run a command when a Ram Limit is reached, built with PterodactylAPI and Bukkit
https://github.com/angelillo15/ramlimitrestart

bukkit minecraft-plugin ram-limit-restart spigot

Last synced: 1 day ago
JSON representation

Plugin to run a command when a Ram Limit is reached, built with PterodactylAPI and Bukkit

Awesome Lists containing this project

README

        

# RamLimitRestart
Plugin to run a command when a Ram Limit is reached, built with PterodactylAPI and Bukkit

# Developer API

Maven:
```html


jitpack.io
https://jitpack.io

com.github.Angelillo15
RamLimitRestart
-SNAPSHOT
provided

```

Gradle
```groovy
repositories {
maven("https://jitpack.io")
}

dependencies {
compileOnly 'com.github.Angelillo15:RamLimitRestart:-SNAPSHOT'
}
```

Gradle Kotlin DSL
```kotlin
repositories {
maven("https://jitpack.io")
}

dependencies {
compileOnly("com.github.Angelillo15:RamLimitRestart:-SNAPSHOT")
}
```

[![](https://jitpack.io/v/Angelillo15/RamLimitRestart.svg)](https://jitpack.io/#Angelillo15/RamLimitRestart)