Advanced Admin

 Advanced Admin 2016-11-22

sted Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
As I feel I have accomplished what I have finished what I have once started, I will no longer update AdvancedAdmin, unless buyers request features/have found bugs.. Thank you! :)

I would like to just give a big "Thank you!" to anyone courageous enough to purchase this plugin. If you are going to spend your hard earned money on my work, it makes my day. Again, Thank you!

If you need support, head over to the discussion page, or join the skype support chat, here.

ZSIV0FK.png

  • Punishment GUI
  • 1.8-1.10 support
  • Low resource consumption
  • Flat File support (Planned MySQL support and Backend)
  • Ban system
  • Mute system
  • Fully function API
  • Crazy support
  • Theme system
  • Language file
  • Statistics system
  • AnvilGUI's
  • And alot more..!
6hLiJvB.png

  • Buy/download AdvancedAdmin.zip.
  • Extract the files.
  • Pick your version .jar and put it in your 'plugins/' folder.
  • IMPORTANT! Kick all players.
  • Reload/Restart your server.
  • Enjoy AdvancedAdmin!
AIHtQTW.png

fddd4c858e58f6df684775a9ef8ed3a03093c253

dd7d5019ba08a51b60329ff8aa049ab235623fa2

edf0cf2ec23c27195e5dafd5c55796d019a32c5c

b44816d72c5e8f412a31948c8846fa40ae6857ba

49a311d01838c1f019c4d7b1b7f90dfe5591a9f3
ec07f9f0fe576bba32194fc10b9ff807b4e4ed0c

oNooJZJ.png

Code (Text):
messages:
prefix: '&c&lAA> &r'
console:
not-aloud: lol no console
header:
kick: '&6Kicked from server for:%newline%'
ban: '&6Ban from server for:%newline%&r'
footer:
kick: '%newline%&6by &c%player%'
ban: '%newline%&6by &c%player%'
mute:
target: '&6You have been muted for &c%reason%&6.'
sender: '&6You have muted %player% for &c%reason%&6.'
unmuted: '&6You have unmuted &c%player%&6.'
kick: '&6Kicked &c%target%&6 for &r%reason%&6.'
ban: '&6Banned &c%target%&6 for &r%reason%&6.'

Code (Text):
# File created on Wed Jul 06 15:41:02 EDT 2016 as 'Default' theme.
theme:
name: Default
materials:
punish:
material: BARRIER
data: 1
mute:
material: STAINED_CLAY
data: 4
kick:
material: STAINED_CLAY
data: 1
ban:
material: STAINED_CLAY
data: 14
stats:
material: LEATHER_BOOTS
data: 0
back:
material: ARROW
data: 0
next:
material: ARROW
data: 0
background:
material: STAINED_GLASS_PANE
data: 7
inventory:
stats:
material: STAINED_CLAY
data: 11
colors:
main: red
secondary: white

Code (Text):
# This is a file containing information on Struck713. (1fa898d9-61ec-4a0c-96f3-0a0a0734ca15)
name: Struck713
uuid: 1fa898d9-61ec-4a0c-96f3-0a0a0734ca15
address: /127.0.0.1
banned:
banned: false
reason: ''
muted:
muted: false
reason: ''
stats:
joins:
times: 0
first-join: Wed Jul 06 15:30:43 EDT 2016
quits:
times: 0
charecters: 0
commands: 0
deaths: 0
kills: 0

bfKjfNw.png

  • /aa players | Opens up the player GUI | [Util]
  • More to come!
GwwwvQ7.png

  • Add MySQL support
  • Add a "Hack Checker"
  • Fix minor bugs and errors
  • Add features suggested by you!
API
Here is some sample code for the API:
Code (Text):
package com.struckplayz.sample;

import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerEggThrowEvent;

import com.struckplayz.advancedadmin.advancedplayer.AdvancedPlayer;

public class Sample implements Listener {

@EventHandler
public void onThrow(PlayerEggThrowEvent e) {
AdvancedPlayer advancedplayer = new AdvancedPlayer(e.getPlayer(), e.getPlayer().getUniqueId());
advancedplayer.setBanned(true, "Throwing eggs!");
}

}
The code above will ban the player when they throw an egg.. :)


That's it. Thanks for taking the time to look through it!
Author
Lennyest
Downloads
136
Views
538
Extention type
jar
File size
44.4 KB
Hash
dd6ed8376205449c221b76ef3269e944
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Top