We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to listen when the limit has been reached you can use the LimitReachedEvent
public class ExampleListener implements Listener { @EventHandler public void onLimitReachedEvent(LimitReachedEvent event) { // Do something } }
More information on: https://javadocs.angelillo15.es/javadocs/ram-limit-restart/es/angelillo15/rlr/api/bukkit/events/LimitReachedEvent.html
There was an error while loading. Please reload this page.