Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Arcturus] BobbaPlus Plugin

Experienced Elementalist
Joined
Nov 11, 2015
Messages
238
Reaction score
89
k6cMfyx - [Arcturus] BobbaPlus Plugin - RaGEZONE Forums

BobbaPlus Arcturus plugin

Hi,

I was playing around with Arcturus and felt like making a plugin.
The plugin offers a more advanced bobba filter, besides Arcturus' existing one.

Features
BobbaPlus currently has only few features, but I guess I'm open for requests for updates?
- Advanced filtering
- In-game adding/removing/listing filtered words

How to use
The main command is ':bobba' and offers three tools:
Keiz - [Arcturus] BobbaPlus Plugin - RaGEZONE Forums

Permissions
Just like Arcturus' default wordfilter, having the "acc_chat_no_filter" permission bypasses the wordfilter.
The config.ini line is just for the ':bobba' command.

How more advanced?
For this first version, it will replace deceiving characters.
Say you want to filter "quinea".
Examples of blocked ways to say this in BobbaPlus 1.0.0:
Code:
- Qûïñ3ä
- qÚ!ñÈâ
I will keep this and possible future plugins updated, but this already gets rid of some of those filthy spammers out there ;-).

Download
- Version 1.0.0
--

Simply put the .jar in your server's \plugin folder.
Add the following code on the bottom of your config.ini
Code:
# BobbaPlus configuration
bobbaplus.minrank=7

Loves, :blushing:
Keiz


Credits:
- Arcturus developers for the server
- Keiz for this plugin
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Elite Diviner
Joined
Aug 4, 2013
Messages
466
Reaction score
169
Great job as always, my friend. Do you plan on making more releases like this?
 
Joined
Aug 10, 2011
Messages
7,401
Reaction score
3,299
Ha. I actually fixed the accents bug in the wordfilter. I dont have a letter look alike detection yet. Cool release.

In keeping up the tradition of opensource would you mind putting the source code to on bitbucket or github? Then I will link to it on the bitbucket repository.
 
Experienced Elementalist
Joined
Nov 11, 2015
Messages
238
Reaction score
89
Ha. I actually fixed the accents bug in the wordfilter. I dont have a letter look alike detection yet. Cool release.

In keeping up the tradition of opensource would you mind putting the source code to on bitbucket or github? Then I will link to it on the bitbucket repository.

Will do.
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
I though Arcturus already had the most advanced wordfilter?
That's at least what the developer told me.
 
Experienced Elementalist
Joined
Nov 11, 2015
Messages
238
Reaction score
89
I though Arcturus already had the most advanced wordfilter?
That's at least what the developer told me.
Far from true.

Say you filter "lol".
"l0l, lól, löl" will bypass it
 
Experienced Elementalist
Joined
Nov 11, 2015
Messages
238
Reaction score
89
Hmm actually not true. 0 were not replaced with o, but " wouldve been stripped except from capitals. Thats what the bug was in <= 1.3.0. Like I said its fixed in 1.4.0.

Did not know that, I just tested the wordfilter on 1.3.0 and decided to make a plugin. Can't wait for 1.4.0 :)
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
Uhm.. Easy to bypass;
Lets say you filtered Habza and the only thing the user advertising has to do is add a space (Hab za)

+ If you say H4BZA it will not report it, it only reports if someone says the word directly.
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
898
Uhm.. Easy to bypass;
Lets say you filtered Habza and the only thing the user advertising has to do is add a space (Hab za)

+ If you say H4BZA it will not report it, it only reports if someone says the word directly.

There is never a 100% solution to this problem but users can make more advanced regex filters to filter these edge-cases out.
 
Back
Top