AntiAlt
With AntiAlt you can configure how many people with the same IP can join your server at one time and how many people with the same IP can join your server in general. The data is stored in a mysql-Database.
Commands:
/antialt reload - (Reloads the config file)
Permissions: AntiAlt.reload
Introduction:
- Put the .jar into your plugins folder.
- Start your server and wait until it is loaded.
- Stop it, go to plugins/AntiAlt/config.yml and fill in your databaseconnection (hostname, port (default 3306), databasename, username, password).
- Then you can change the settings:
- "OneTime" : Integer - How many players with the same IP can be on the server at the same time.
- "MaxGeneral": Integer - How many players with the same IP can be on the server in general (of all time - alts)
- "KickMessageOneTime": String - KickMessage for the first case
- "KickMessageMaxGeneral": String - KickMessage for the second case
Data is stored in table and AntiAlt2 (for "MaxGeneral") - "OneTime" is stored localy. You don't need to create the table, the plugin will do it for you :)
-
View User Profile
-
Send Message
Posted Jan 28, 2015Can you make an exemption permission similar to what this old plugin had? http://dev.bukkit.org/bukkit-plugins/stopalts/
Permissions:
StopAlts.Exempt This permission node makes you exempt from the kick on that account only. For example, you already had 2 accounts on your IP, and the MaxAlts was set to 2. Normally if you would join on another account, you would be kicked. If your account has this permission node, you would be able to join as normal.
-
View User Profile
-
Send Message
Posted Jan 6, 2015@Dillzzzzz
The default port of a mysql database is 3306, so normally you can leave it as it is. Your hostname is some kind of URL to your database server, ask it from your hoster (database needs access from outwards, localhost does not work!)
In the config you should use your admin username and admin password (of the database of course!)
Did you set "AntiAlt.reload" permission?
-
View User Profile
-
Send Message
Posted Jan 5, 2015I've never done SQL stuff. Do i already have a hostname and port? How do I fill this out?
Thanks for this plugin. I'm not sure what ones to use in the config as I have admin password, admin username, normal username, and normal password.
Also, the antialt reload command doesn't work for me. It just displays the command in the chat.