HomeJavaModsEasyReload
EasyReload
ModsJava

EasyReload

by RealLakshyaK2011 · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.4 · Bukkit⬇ Download for 1.14–1.14.4 · Bukkit⬇ Download for 1.21–1.21.4 · Spigot⬇ Download for 1.14–1.14.4 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

EasyReload

Short note:

I made this project a whole year ago and almost forgot about it until today (the day i m updating this description) when i was watching some yt video bout moderinth. I didn't expect that there'd be people still downloading my plugin. I just have some few question to those of you who still use this plugin.

  1. Is this plugin that helpful? If so i'd consider updating + improving it.
  2. idk, i only had one.

Open an issue on this project's github to tell me how helpful this plugin is. Thats it, I thought this plugin would have been just dead, and not being used by others. Thanks!

What is this plugin?

This plugin, simply put, automates the process of taking the built plugin and applying it to the plugin devlopment/testing server. It is meant for bukkit/spigot plugin devlopers to automate the process of building and testing the binaries with ease.

Prerequisites/Requirements:

  1. Requires Gradle to be the build system of your project.
  2. Requires that the plugin testing/devlopment server be on the same machine.
  3. Any port being free in the range 12121 to 12125 and 12126 to 12130.
  4. The server start script, either batch (.bat) for windows or bash .sh for macOS/Linux should have the name start.<extension> otherwish the server might not restart as intended i.e. without any custom arguments provided to it.

Version Specific:

  1. On version 1.0, the plugin depended on the /reload and /restart commands, and it only ran on Spigot. Make sure to setup /restart appropriately according to your enviroment.
  2. From version 1.1, all functionalities do work on bukkit servers too.

Installation:

  1. Take the plugin JAR file and place it in your server's plugin directory.
  2. Take the easyreload.gradle file (present in the easyreload.gradle.zip zip file.), and place it in your project's home directory. (i.e. where your build scripts lies)
  3. In your project's build.gradle file, add the following line of code: apply from: 'easyreload.gradle'
  4. Lastly, in your gradle.properties file, add the following two properties: serverDir and shouldRestart

Note:

  1. The serverDir property should be set to where your server files are.
  2. The shouldRestart property can only have the following values: true or false. And it determines whether it should completely restart the server or just "reload" the plugins. (Useful in some cases).
  3. Changing the shouldRestart property to anything else than true or false will result in the post build steps failing.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more