SimpleReload
Simple Reload
This is a plugin that sends everyone on the server "Server Reloading" when you type /prl The difference about this plugin is that it sends a msg to the player before the server reloads and after so if you have many plugins and the server lags when your reloading the server everyone playing gets a msg about it so they don't quit because of lag
Its also comes with permissions:
Reload.use
Commands:
preload [ailases: /prl,/pluginreload]
Tutorial
To Do list
- More permissions
- A count down before the reload.
- Difrent languages in the plugin. Tell me what languages you want!
-
View User Profile
-
Send Message
Posted Dec 18, 2013@KyleUnrau
So if you can make it yourself. Why are you here? This is most likely for people who don't know how to make plugins, and need something easy to use.
-
View User Profile
-
Send Message
Posted Sep 29, 2013This Is Crap It Just Says A Stupid Message Which I Can Do Manually! I Could Make This Plugin Easy...
And All You Actuly Care About Is Your Langages
I WANTED YOU TO MAKE IT SO IT WOULD NOT LAG OUT AND GIVE ME A JAVA READ TIME OUT ERROR!!!
-
View User Profile
-
Send Message
Posted Jan 3, 2013I've been working on a new update as I refer to call The Language Update (3.1.1)! In this version you can change the language of the plugin to English/French/German/Spanish/Swedish. That version is now done and I have uploaded it to dev.bukkit.org! I guess the Admins will accept it tomorrow.
P.S. Just tell me if you want another language added to the plugin!
-
View User Profile
-
Send Message
Posted Dec 9, 2012So a new version of SimpelReload have been uploaded and approved! This time the plugin fully works!
-
View User Profile
-
Send Message
Posted Dec 6, 2012Wow found so many bugs in SimpleReload that I have to totally redo the plugin to make it work like it should! I'll probably have it fixed until next weak.
-
View User Profile
-
Send Message
Posted Nov 2, 2012I want some video for installing the setting for permissions and how to use it as well in the game.Hope you don't mind to make a video about this plugin .Btw,nice idea ^^
-
View User Profile
-
Send Message
Posted Oct 6, 2012To clear things out this is one of my first plugins. I needed a plugin that told players that the server was reloading so I made one. To help ppl with the same problem I uploaded the plugin to dev.bukkit.org
-
View User Profile
-
Send Message
Posted Sep 22, 2012Great, i hope your doing great!
-
View User Profile
-
Send Message
Posted Sep 22, 2012Guys, Please don't hate, its probably his first plugin, so don't hate. Atleast it might be useful, for a daily reloading. If you want to hate, then keep to your self.
--@netsurfer912 At least he can make plugins and post it on BukkitDev, I even bet you can't do something like that.-
View User Profile
-
Send Message
Posted Sep 22, 2012Oh man, horrible description.
-
View User Profile
-
Send Message
Posted Sep 22, 2012Literally the whole plugin:
public void process(commandPreProcessEvent e){ if(e.getMessage().startsWith("/reload")||e.getMessage().startsWith("/prl")) getServer().broadcastMessage("Server reloading, please hold on."); }
-
View User Profile
-
Send Message
Posted Sep 21, 2012@itsMEE2
what, like a oncommand event?
-
View User Profile
-
Send Message
Posted Sep 21, 2012@breezeyboy
I bet it just uses the usual command and adds some kind of code to message every online player before it starts. Nothing too hard I think.
-
View User Profile
-
Send Message
Posted Sep 21, 2012Can't be done, you cant override the default reload command, tryed it!