Quackster
a devbest user says what
KickNoob
Version: v0.1
KickNoob is a plugin created for Bukkit, written by myself, Quackster. It's my first plugin. What it does is if you mention a phrase of along the lines of "can i have", "op me", "give me" a certain number of times, it will kick you.
It's second major feature is made for cracked servers, it will check if your name contains a value and kick you straight away. Why? Because if a name has a swear word in it, is trying to impersonate you, or whatever circumstance, it adds a little extra security.
The listed above have two things in common
Yes I spelt refrain wrong!
Commands
Screen shots
Yes I spelt refrain wrong!
Downloads
When download the zip, copy the whole folder into the /plugins
Zip ->
Source code ->
Changelog:
Version 0.1 (2/06/2012)
Version: v0.1
KickNoob is a plugin created for Bukkit, written by myself, Quackster. It's my first plugin. What it does is if you mention a phrase of along the lines of "can i have", "op me", "give me" a certain number of times, it will kick you.
It's second major feature is made for cracked servers, it will check if your name contains a value and kick you straight away. Why? Because if a name has a swear word in it, is trying to impersonate you, or whatever circumstance, it adds a little extra security.
The listed above have two things in common
- If you leave the list of bad (phrases/names) empty, that following function will be disabled
- If you're OP, it will be ignored.
- If name triggers a bad word, the person is kicked, however.
- If the list of bad words is empty, the function entirely will be ignored
- If someone mentions a phrase, you will be warned for what you said and you can set a certain number of warnings before you are kicked.
- If the list of bad phrases is empty, the function entirely will be ignored
- Kick and warning messages editable
- Easily configure colours for the messages
- Alerts OP's when a user is warned or kicked.
Yes I spelt refrain wrong!
Code:
# KickNoob v0.1
# Written by Quackster
# @first config
# Filtered triggered words
# Or phrases, separated by ,
# To leave any variable with text blank, make it like so
# If you leave the variable blank, the bad name or phrase check will be disabled
Filtered:
# Badnames: ''
Badnames: anon,l3gi0n,h4x,hax,hack,Notch
# Badphrases: ''
Badphrases: can i have,can i,op me,i want
# @second config
# Avaliable colours:
# - Black = BLACK
# - Dark Blue = DARK_BLUE
# - Dark Green = DARK_GREEN
# - Dark Aqua = DARK_AQUA
# - Dark Red = DARK_RED
# - Dark Purple = DARK_PURPLE
# - Gold = GOLD
# - Gray = GRAY
# - Dark Grey = DARK_GREY
# - Blue = BLUE
# - Green = GREEN
# - Aqua = AQUA
# - Red = RED
# - Light Purple = LIGHT_PURPLE
# - Yellow = YELLOW
# - White = WHITE
Message:
Badname: '<DARK_GREEN>The server does not trust you with a name that contains: <YELLOW>%name%'
Badphrase:
Warning: '<DARK_AQUA>You have mentioned the phrase: <BLUE>%phrase%<WHITE> <DARK_AQUA>please re-refrain from doing so.'
Kicked: '<RED>You have been kicked for saying: <DARK_RED>%phrase%<RED>, after <WHITE>%warnings%<RED> warnings'
Max-warnings-till-kick: 5
Commands
- /kicknoob - reloads the config
Screen shots
Yes I spelt refrain wrong!
Downloads
When download the zip, copy the whole folder into the /plugins
Zip ->
You must be registered for see links
Source code ->
You must be registered for see links
Changelog:
Version 0.1 (2/06/2012)
- The release of my plugin
You must be registered for see links
- Giving me the actual idea x0x0