Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angelillo15/ramlimitrestart
- Owner: Angelillo15
- Created: 2022-10-07T15:08:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T18:01:41.000Z (over 1 year ago)
- Last Synced: 2023-05-02T00:25:09.554Z (over 1 year ago)
- Topics: bukkit, minecraft-plugin, ram-limit-restart, spigot
- Language: Java
- Homepage:
- Size: 533 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)