HomeJavaModsServer Manager
Server Manager
[​IMG]

|------------------ -----------------------------------------|
Tired from always typing commands?
Well, oh boy do I have a plugin for you!

This plugin allows you to perform commands with a simple Menu!
|------------------ -----------------------------------------|

[​IMG]
- Kick and Ban/pardon any player.
- Change player's group/prefix.
- Give/Take from any player's balance (Vault).
- Broadcast any message in any world.
- TaskManager allows you to undo any action done by this plugin.
- Kill all Entites in any world
- Give you all basic information of any player/world (GameMode, Time..)
- View any player's recent chat messages.
- Change any player's GameMode.
- Teleport any player's to you/to a location/teleports you to him.
And all these via a simple nice-look Menu!




|------------------ -----------------------------------------|
Now to show you how it woks there are some images:
[​IMG]

Spoiler: IMAGES
[​IMG]
The Main Menu of the plugin
With it, you can choose What you'd like to manager (Players or Worlds
and TaskManager).


[​IMG]
This is a world menu, which you can control the world,
You can only Kill entities and Broadcast a message for now.



[​IMG]
This is a player's menu, with it you can control every aspect of a player,
This Image is showing the
ChatLog item.





[​IMG]
This is a player's menu, with it you can control every aspect of a player,
This Image is showing the
Balance item.


[​IMG]
This is a player's menu, with it you can control every aspect of a player,

[​IMG]
TaskManager Menu, where you can manage latest task performed by this plugin, click on i any item to do the opposite of the item action.


Want to know the other items?
Download the plugin and explore them with yourself!

|-----------------------------------------------------------|

[​IMG]
/ServerManager MainMenu
Opens the MainMenu where you can open the players and worlds menus!

/ServerManager WorldsMenu

Opens the WorldsMenu where you can manage the worlds

/ServerManager World <world>

Opens the WorldMenu where you can manage a world.

/ServerManager PlayersMenu

Opens the PlayersMenu where you can manage the players!

/ServerManager PlayerMenu <player>

Opens the PlayerMenu where you can manage a player!

/ServerManager reload

Reloads the configuration file!



|-----------------------------------------------------------|
[​IMG]
Spoiler: Permissions
sm.menus.mainmenu
sm.menus.worldsmenu
sm.menus.worldmenu
sm.menus.playersmenu
sm.menus.playermenu
sm.menus.tasksmenu
sm.ban
sm.kick
sm.pardon
sm.gm.creative
sm.gm.survival
sm.gm.spectator
sm.tph
sm.tp
sm.deposit
sm.withdraw
sm.tpt
sm.groupchange
sm.prefixchange
sm.chatlog
sm.world.broadcast
|------------------ -----------------------------------------|
[​IMG]
THIS PLUGIN REQUIRE THESE PLUGINS TO WORK PROBABLY:
Vault
, download it here .
Permissions plugin , like PermissionsEx.
download it here .
Chat and Econcomy plugin , like essentialsX.
Download it
here .

|------------------ -----------------------------------------|
[​IMG]

Spoiler: config.yml
Code (YAML):
###########################################
#   Players Manager Configuration file    #
#   Plugin made by:TitanDev(or JustAgame) #
###########################################

# if true, it will need to make sure the player (that clicked on the item)
# is really sure he wanna kick/ban/depoist player.
# he can reply in the chat with 'YES [reason]'
ask-before-red
: true

# if 'ask-before-red' is false the reason will be this:
defult-reason
: '&4Cheating is not allowed on this server.'

# if 'ask-before-red' is false the given money will be this:
default-money
: 100

 

Spoiler: messages.yml (Only v2.2 and up)
Code (YAML):
# Placeholders:
# target: The player.
# reason: the reason.
# admin: The player that clicked on the item (admin player).
ban
: "&7You have banned &c{target} &7For {reason}"

# Placeholders:
# target: The player.
# reason: the reason.
# admin: The player that clicked on the item (admin player).
kick
: "&7You have kicked &c{target} &7For {reason}"


# Placeholders:
# target: The player.
# amount: The given amount.
# balance: Target's balance amount.
# admin: The player that clicked on the item (admin player).
give-message-to-admin
: "&8You gave &c{target} LL {amount} &8Now he have &c{balance}"

# Placeholders:
# target: The player.
# amount: The given amount.
# balance: Target's balance amount.
# admin: The player that clicked on the item (admin player).
give-message-to-target
: "&8You were given &c{amount} &8By &c{admin} &8Now have &c{balance}"

# Placeholders:
# target: The player.
# admin.
pardon
: "&c{target} &8Has been unBanned!"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-creative-to-admin
: "&8you have changed &c{target}&8's Gamemode to &cCreative."

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-creative-to-target
: "&8Your game mode has changed to &cCreative &8By &c{admin}"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-survival-to-admin
: "&8You have changed &c{target}&8's Gamemode to &cSurvival."

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-survival-to-target
: "&8Your game mode has changed to &cSurvival &8By &c{admin}"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-spectator-to-admin
: "&8You have changed &c{target}&8's Gamemode to &cSpectator."

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
set-sepctator-to-target
: "&8Your game mode has changed to &cSpectator &8By &c{admin}"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
tp-here-to-admin
: "&8Say welcome for &c{target}&8!"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
tp-here-to-target
: "&c{admin} &8Has teleported you to his location."

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
# location: the new location
tp-to-admin
: "&8You teleported &c{target} &8To &c{location}"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
tp-to-target
: "&c{admin} &8has teleported you to this location, enjoy it!"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
tpto-to-admin
: "&8You have teleported to &c{target}&8's location."

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
tpto-to-target
: "&c{admin} &8has teleported to your location, say welcome!"


# Placeholders:
# target: The player.
# amount: The given amount.
# balance: Target's balance amount.
# admin: The player that clicked on the item (admin player).
take-to-admin
: "&8You take &c{amount} &8from &c{target}, &8Now he have &c{balance}"

# Placeholders:
# target: The player.
# amount: The given amount.
# balance: Target's balance amount.
# admin: The player that clicked on the item (admin player).
take-to-target
: "&8You were Taken &c{amount} &8By &c{admin} &8Now have &c{balance}"


# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
# group: New group.
groupchange-to-admin
: "&8You added &c{target} &8to group &c{group}"
# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
# group: New group.
groupchange-to-target
: "&c{admin} &8has added you to group &c{group}"


# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
# prefix: New prefix.
prefixchange-to-admin
: "&8You changed &c{target}&8's group prefix to &c{prefix}"

# Placeholders:
# target: The player.
# admin: The player that clicked on the item (admin player).
# prefix: New prefix.
prefixchange-to-target
: "&8Your group prefix has got changed to &c{prefix} &8By &c{prefix}"
 

This plugin uses UI DESIGNER .
Thanks for Kangarko for making this awesome plugin!
|------------------ -----------------------------------------|


Need the source code?
here you go:

https://github.com/TitanDevX/ServerManager

WARNING: This plugin does not have the support for 1.7.10 and above, it may cause tons of errors!


if you like my plugin, don't forget to donate me with good reviews ;)

Plugin details

Read from the plugin's own plugin.yml.

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.

Server Manager is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 2,677 times (via Spigot). Download it and open it directly in the game.

Explore more