Ban GUI
This is a simple Ban GUI plugin i made, very similar to the one used in RGA and Doni Bobes Youtube videos.
This is un-maintained, the only tested version is 1.12.2 and 1.11.2, but if you really want to know, just PM me and i can test it on the version of your choice.
How it works, when you type in the command with someones name in it, it brings up a gui with a bunch of icons to choose from, giving a large verarity of choices of punishment (configurable).
Commands:
/gban (Pretty useless)
/gban "Name" (Opens Ban GUI)
Config:
This is a simple Ban GUI plugin i made, very similar to the one used in RGA and Doni Bobes Youtube videos.
This is un-maintained, the only tested version is 1.12.2 and 1.11.2, but if you really want to know, just PM me and i can test it on the version of your choice.
How it works, when you type in the command with someones name in it, it brings up a gui with a bunch of icons to choose from, giving a large verarity of choices of punishment (configurable).
Commands:
/gban (Pretty useless)
/gban "Name" (Opens Ban GUI)
Config:
Code:
gui-title: 'Ban GUI Menu'
# 0: <-- This is the index it should be from 0 to 54 in order
# material: WOOL <-- Use capitalized material names
# data: 1 <-- This is the durability value of an item
# name: '1 Day TempBan for Xray' <-- Name of menu item
# lore: <-- Lore, use this format, for more lines add them like this
# - '&6XRay TempBan'
# - '1 Day'
# command: 'tempban %player% 1d for Xray' <-- This is the command that it run when clicked. Also note
# you DO NOT use the '/', and %player% replaces the players
# name that you type in /gban PLAYER
#
# This plugin is not a replacement for a punishment system plugin.
# It is only a gui to make using the plugin more user friendly.
# Note: the command you are entering in the command field, would
# be the same as if you did it in game, and you need the permission
# to use it if your ban plugin has it.
#
# You can enter up to 54 different menu items, with each being unique
# Though all command items will process the Player that is entered upon
# running the gban command.
bans:
0:
material: WOOL
data: 1
name: '1 Day TempBan for Xray'
lore:
- '&6XRay TempBan'
- '1 Day'
command: 'tempban %player% 1d for Xray'
1:
material: WOOL
data: 2
name: 'Perm Ban for Fly Hacking'
lore:
- 'Fly Hacking Perm ban'
command: 'ban %player% Fly Hacking'
2:
material: WOOL
data: 3
name: '6 hr TempBan for being mean'
lore:
- 'Being mean TempBan'
- '6 hours'
command: 'tempban %player% 6h being mean'
3:
material: DIAMOND_BLOCK
data: 0
name: '7 Day TempBan for disrespect'
lore:
- 'Disrespect TempBan'
- '7 Day'
command: 'tempban %player% 7d Using disrespect'