Minecraft Leaks
Advanced Admin - Administrate your server in a new way!
Submitted by Lennyest, 25-11-2017, 04:43 PM, Thread ID: 62144
Thread Closed
> Not available on SpigotMC anymore <
Tested Minecraft Versions:
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.
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
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..
Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
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.
- 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..!
- Buy/downloadAdvancedAdmin.zip.
- Extractthe files.
- Pick your version.jarand put it in your 'plugins/' folder.
- IMPORTANT!Kick all players.
- Reload/Restartyourserver.
- EnjoyAdvancedAdmin!
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
- /aa players| Opens up the player GUI |[Util]
- Moreto come!
- AddMySQLsupport
- Adda "Hack Checker"
- Fixminorbugs and errors
- Add features suggested byyou!
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..
Users browsing this thread: 3 Guest(s)