ServerManager | Manage your Spigot server with a GUI icon

ServerManager | Manage your Spigot server with a GUI -----

Manage your spigot server.




++ Bug fixes ++
----------, Sep 11, 2022


Web 1280 – 23.png


Web 1280 – 24.png

You have found errors? Start a conversation with me.
----------, Sep 3, 2022

Server Manager 4.5
Minecraft 1.16 Version

+ New design
+ Better performance
+ 1.16 Compatible
+ and more..

+ServerModule, +ChatControlModule, +WorldControl, +BotCaptcha, +Maintenance, +BetterCommands

You have found errors? Start a conversation with me.
----------, Aug 20, 2022



+ Permission System
+ Source Code
+ World Creator: type
----------, Aug 21, 2020

Complete recode
----------, Aug 15, 2020

ChatManager was added.
  • You can now change the chat color.
  • You can enable or disable chat for everyone.
----------, Jun 12, 2020

+ 1 Game plugin
----------, Jun 11, 2020

The EntityManager is there to spawn entities.

Permission: servermanager.entity.spawn
----------, Jun 11, 2020

With the Addon API, one can program addons for the ServerManager and also use the API.

Code (Java):
package net.test ;

import net.baumarkt.ServerManager ;
import net.baumarkt.utils.Properties ;
import net.baumarkt.utils.module.Module ;
import net.baumarkt.utils.module.api.ModuleAPI ;
import net.baumarkt.utils.plugin.handler.ServerPlugin ;
import net.baumarkt.utils.plugin.handler.ServerPluginType ;
import org.bukkit.Bukkit ;

import org.bukkit.craftbukkit.v1_8_R3.CraftServer ;

import java.io.File ;
import java.io.IOException ;
import java.util.Arrays ;

public class Test extends Module   {

    public Test (ServerManager serverManager ) {
        super (ServerManager. getInstance ( ) ) ;
    }

    /*
     * Addon start
     */

    @Override
    public void onEnable ( ) {
        /*
         * Register Command
         */

        ( (CraftServer ) Bukkit. getServer ( ) ). getCommandMap ( ). register ( "test", new TestCommand ( "test" ) ) ;

        /*
         * Register Listener
         */

        Bukkit. getServer ( ). getPluginManager ( ). registerEvents ( new TestListener ( ), ServerManager. getInstance ( ) ) ;


        /*
         * ModuleAPI EXAMPLE
         */

        ModuleAPI. setProperties ( Properties. ServerProperty. PVP, false ) ;

        ModuleAPI. getServerPlugins ( ) ;
        ModuleAPI. getWorldServerPlugins ( ) ;
        ModuleAPI. getUtilityServerPlugins ( ) ;
        ModuleAPI. getGameServerPlugins ( ) ;
        ModuleAPI. getFunServerPlugins ( ) ;

        try {
            ModuleAPI. getPluginInfoFromSpigotMC ( 79580 ) ;
            ModuleAPI. installPluginFromSpigotMC ( 79580, new File ( "plugins/Plugin.jar" ) ) ;
        } catch ( IOException e ) { e. printStackTrace ( ) ; }

        ModuleAPI. registerServerPlugin ( new ServerPlugin ( "Plugin name", "79580", "Author", Arrays. asList ( "Example description", "Line2" ) ), ServerPluginType. UTILITY ) ;
        ModuleAPI. registerServerPlugin ( new ServerPlugin ( "Plugin name", "79580", "Author", Arrays. asList ( "Example description", "Line2" ) ), ServerPluginType. WORLD ) ;
        ModuleAPI. registerServerPlugin ( new ServerPlugin ( "Plugin name", "79580", "Author", Arrays. asList ( "Example description", "Line2" ) ), ServerPluginType. FUN ) ;
        ModuleAPI. registerServerPlugin ( new ServerPlugin ( "Plugin name", "79580", "Author", Arrays. asList ( "Example description", "Line2" ) ), ServerPluginType. GAME ) ;
    }

    /*
     * Addon stop.
     */

    @Override
    public void onDisable ( ) {

    }
----------, Jun 10, 2020

----------, Jun 9, 2020

+ Game plugin category
  • BedWars-Rel
  • SkyWars
  • Simple Skyblock
----------, Jun 8, 2020

The plugin category "Fun" has been added. You can find more detailed information by clicking on " Read more"!

  • + SkinChanger | Author: Labrix
  • + Disco Armor [1.8 +] | Author: jbs1222
  • + Aggressive Animals ➤ Mobs take revenge [1.8-1.15] Author: Michielcx

With this function you can only reload the plugins, this saves time.
----------, Jun 7, 2020

  • You can now change the gamemode of players.
  • The Players Component now shows more details about the player.
----------, Jun 7, 2020

If you have selected the component between Utility and World in the Plugin Manager, you can see the ratings and the total downloads for all the plugins specified.

----------, Jun 7, 2020

If you want to have all permissions directly, you can give yourself or the person who should use everything the following permission: servermanager.*

Press "Read more" to read the complete update.


The WorldManager is there to create new worlds, but also to delete some, with this WorldManager you can of course teleport to other worlds with a click.
Everything was done with a GUI to improve usability.

How can I create a world?
» First you use / servermanager. Then you go to the section "WorldManager" » now you have to click on the arrow with the name "Create a world" on it.
» When you have done this, an anvil inventory opens, where you then write
» the name of the new world. Finally, press the 3 slot from the anvil.

  • servermanager.world.create - Create a world
  • servermanager.world.delete - Delete a world

Screenshot_1.png

Screenshot_2.png
WhitelistManager is there to simplify the Bukkit whitelist system with a GUI.

How can I add someone to the whitelist?
  1. To add a player to the whitelist, you must first enter / servermanager, if you have done so you have to click on the "WhitelistManager" section.
  2. Then press the arrow with the name "Whitelist a player".
  3. Then you give the name of the person to be added to the whitelist at the top.
  4. Finally, press the 3 slot from the Anvil inventory.
  • servermanager.whitelist - Add / Remove player from the Whitelist

Screenshot_3.png
The operator manager is there to simplify the management of the operator with a GUI.


How do I give op to someone?
  1. First you write "/ servermanager" in the chat.
  2. Then you open the "Operator Manager" section.
  3. Then press the arrow named "Op a player".
  4. Now an Anvil Inventory has opened, there you can enter the name of the player you want to give OP to.
  5. When this has been done, press the 3 slot of the Anvil inventory last.
  • servermanager.op - Op a player
  • servermanager.deop - Deop a player
Screenshot_4.png
The Plugin Manager is there to simplify the installation of the Plugin.

  1. To install a world plugin, you first have to enter "/servermanager".
  2. Then you click on the component "Plugin Manager".
  3. then go click on the first slot or on the second slot. The first slot has default worlds plugins. The second slot has default Util plugins.
  4. Now an inventory opens with the specified plugins. If you have decided on a plugin, simply press on the plugin to install it.
  5. Finally you have to type "/restart" or "/reload" to activate the plugin.
  1. To download a plugin from SpigotMC you first have to click on it in the "PluginManager" Compoment.
  2. Then you choose a plugin that you want to have.
  3. then you need the plugin's ID, which you can find in the URL of the link. Screenshot_5.png
  4. Finally, press the anvil in the inventory and enter the ID in the text field. Now use "/ reload" or "/ restart" to activate the plugin.
----------, Jun 6, 2020

Resource Information
Author:
----------
Total Downloads: 1,836
First Release: Jun 2, 2020
Last Update: Sep 11, 2022
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings