Minecraft Leaks

Advanced Admin - Administrate your server in a new way!

Submitted by Lennyest, , Thread ID: 62144

Thread Closed
25-11-2017, 04:43 PM
This post was last modified: 01-12-2017, 08:59 PM by Lennyest
#1
> Not available on SpigotMC anymore <

Tested 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![Image: clear.png]

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 thediscussion page, or join the skype support chat,here.

[Image: ZSIV0FK.png]
  • PunishmentGUI

  • 1.8-1.10support

  • Lowresource consumption

  • Flat Filesupport (Planned MySQL support and Backend)

  • Bansystem

  • Mutesystem

  • Fully functionAPI

  • Crazysupport

  • Themesystem

  • Languagefile

  • Statisticssystem

  • AnvilGUI's

  • Andalot more..!
[Image: 6hLiJvB.png]
  • Buy/downloadAdvancedAdmin.zip.

  • Extractthe files.

  • Pick your version.jarand put it in your 'plugins/' folder.

  • IMPORTANT!Kick all players.

  • Reload/Restartyourserver.

  • EnjoyAdvancedAdmin!
[Image: AIHtQTW.png]
[Image: fddd4c858e58f6df684775a9ef8ed3a03093c253...e19139.png]
[Image: dd7d5019ba08a51b60329ff8aa049ab235623fa2...5a54be.png]
[Image: edf0cf2ec23c27195e5dafd5c55796d019a32c5c...2205d3.png]
[Image: b44816d72c5e8f412a31948c8846fa40ae6857ba...5fd3bf.png]
[Image: 49a311d01838c1f019c4d7b1b7f90dfe5591a9f3...79458e.png][Image: ec07f9f0fe576bba32194fc10b9ff807b4e4ed0c...5a1cb2.png]
[Image: 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

[Image: bfKjfNw.png]
  • /aa players| Opens up the player GUI |[Util]

  • Moreto come!
[Image: GwwwvQ7.png]
  • AddMySQLsupport

  • Adda "Hack Checker"

  • Fixminorbugs and errors

  • Add features suggested byyou!
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..[Image: clear.png]



Content locked
This content has been locked. Please login or register in order to unlock it.

RE: Advanced Admin - Administrate your server in a new way!

OP
This post was last modified: 25-11-2017, 05:11 PM by Lennyest
#2
Actually really unsure, give me a moment and I'll come back with the answer.

25-11-2017, 04:55 PM
DatJamaican Wrote:
Is there a 1.12.2 up date or have this been discontinued and stop and 1.10?

It does work on 1.12.2 from what I've seen as of now. Using it on a local server running 1.12.2 and it is working like it should, freesing, moderator mode etc works.

25-11-2017, 04:55 PM
DatJamaican Wrote:
Is there a 1.12.2 up date or have this been discontinued and stop and 1.10?

RE: Advanced Admin - Administrate your server in a new way!

#3
Will this work on WIndows 10 Edition of Minecraft?
If not will you make a port for it?

RE: Advanced Admin - Administrate your server in a new way!

OP
#4
26-11-2017, 01:45 PM
Deadrea Wrote:
Will this work on WIndows 10 Edition of Minecraft?
If not will you make a port for it?

It was disabled on SpigotMC for some reason, so no.

RE: Advanced Admin - Administrate your server in a new way!

#5
I hope this plugin is working right. Thanks for sharing bro

RE: Advanced Admin - Administrate your server in a new way!

#6
Thanks for the leak that is awesome///////////////////////

RE: Advanced Admin - Administrate your server in a new way!

#7
gr8 plugins really enjoy using it , can you pls update it to the newest version?

Users browsing this thread: 5 Guest(s)