{"id":86290,"date":"2026-06-05T01:20:37","date_gmt":"2026-06-04T22:20:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/"},"modified":"2026-06-05T01:20:37","modified_gmt":"2026-06-04T22:20:37","slug":"iplogin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/","title":{"rendered":"IPLogin"},"content":{"rendered":"<p><img decoding=\"async\" alt=\"github-singular\" height=\"56\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/social\/github-singular_vector.svg\"> <img decoding=\"async\" alt=\"modrinth\" height=\"56\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/available\/modrinth_vector.svg\"><\/p>\n<p># IPLogin<\/p>\n<p>**IPLogin** is plugin that allows server owners to restrict access to their servers based on IP address. This plugin will work with PaperMC and PaperMC forks, but won&#8217;t work with Spigot or CraftBukkit. Why are you using them anyway?<\/p>\n<p>## Important Notice<\/p>\n<p>1. If you are updating to **IPLogin 2.7** you will need to manually transfer the data from `name-to-ip-map.txt` to `name-to-ip.yml`. To do this you must add a space between the `:` and the IP.<\/p>\n<p>2. If you are updating to **IPLogin 2.8** from **2.7** you will need to delete the config.yml file before starting the server with the plugin.<\/p>\n<p>3. If you are updating to **IPLogin 2.8** from any version older than **2.7** you will need to do both steps 2 and 1.<\/p>\n<p>### Example:<\/p>\n<p>Turn `Player:127.0.0.1` into `Player: 127.0.0.1`<\/p>\n<p>## Features<\/p>\n<p>&#8211; Restrict server access based on IP address or username<br \/>\n  &#8211; Ban\/Kick alts or impersonators or users with a certain username<br \/>\n&#8211; Option to allow specific IP addresses to bypass the restriction<br \/>\n  &#8211; Players with a dynamic IP<br \/>\n  &#8211; Players that often login from other locations<br \/>\n&#8211; Easy setup and configuration<br \/>\n&#8211; Custom player log<\/p>\n<p>## Getting Started<\/p>\n<p>To use **IPLogin**, simply download and install the version of **IPLogin** for your PaperMC server&#8217;s version. It is recommended to install the latest version of **IPLogin**.<\/p>\n<p>When a player first joins the server, their IP will be associated with their username. From now on, the plugin will check anyone with that player&#8217;s username to see if they match the stored IP.<\/p>\n<p>By default, **IPLogin** will kick all players who do not have a matching IP address in the `name-to-ip.yml` file. You can add an `*` next to a player&#8217;s name to allow them to access the server with any IP. This is useful when someone has a dynamic IP or often logs in from other locations.<\/p>\n<p>#### Example:<\/p>\n<p>`Player: *`<br \/>\n`Player: 127.0.0.1`<\/p>\n<p>## Commands<\/p>\n<p>`\/allowalts` prints a message with the value of `allow-alts`<br \/>\n`\/allowalts <true\/false>` to change the value of `allow-alts`, needs operator<br \/>\n`\/setip <newip>` to change your IP, sender needs to be a player<br \/>\n`\/setip <player> <newip>` to change someone&#8217;s IP, needs operator<\/p>\n<p>I probably won&#8217;t make a command for every option in the config, but be sure to let me know if you would like that feature!<\/p>\n<p>## Configuration<\/p>\n<p>Once you&#8217;ve installed the plugin, you can configure it by editing the `config.yml` file, which is located in `plugins\/IPLogin`. The file should look like this:<br \/>\n&#8220;`<br \/>\nlogger:<br \/>\n  basic: true<br \/>\n  custom: true<br \/>\nname-filter:<br \/>\n  enabled: false<br \/>\n  ban: false<br \/>\n  message: Your name is not allowed on this server.<br \/>\n  mode: 1<br \/>\n  filter:<br \/>\n    &#8211; example<br \/>\n  exceptions:<br \/>\n    &#8211; example2<br \/>\nallow-alts: false<br \/>\nban-alts: false<br \/>\nalts-message: Alts are not allowed.<br \/>\nban-impersonators: false<br \/>\nimpersonators-message: Impersonators are not allowed.<br \/>\nwelcome-back-message: &#8216;Welcome back, &#8216;<br \/>\nwelcome-message: &#8216;Welcome, &#8216;<br \/>\n&#8220;`<br \/>\nHere you can change the messages for alts and impersonators, you can make the plugin kick or ban impersonators or kick or ban alts, you can even allow alts.<\/p>\n<p>The username filter has 2 modes: the first one kicks\/bans the player if their username contains the exact filter and the second one kicks\/bans them if their username in lower case matches the filter. You can add specific usernames to the exceptions list.<\/p>\n<p>#### Example<br \/>\nMode: `1`<br \/>\nFilter: `example1`, `example2`<br \/>\nExceptions: `myexample1`, `myexample2`<br \/>\nPlayers that get kicked\/banned : `Notexample1`, `Theexample2`, `example12`, `myexample1`, `myexample2`<br \/>\nPlayers that don&#8217;t get kicked\/banned: `Example1`, `Example2`, `exAmple21`<\/p>\n<p>Mode: `2`<br \/>\nFilter: `example1`, `example2`<br \/>\nExceptions: `MyExample1`, `MyExample2`<br \/>\nPlayers that get kicked\/banned : `Notexample1`, `Theexample2`, `example12`, `Example1`, `Example2`, `exAmple21`, `MyExample1`, `MyExample2`<br \/>\nPlayers that don&#8217;t get kicked\/banned: `3xample1`, `Ex4mple2`, `exAmpl321`<\/p>\n<p>The basic logger announces bans\/kicks in chat and the custom logger saves them to `log.yml` where it stores the username, time, IP, reason, type and if the player is an alt the owner of the IP.<\/p>\n<p>#### Example<\/p>\n<p>&#8220;`<br \/>\nexample:<br \/>\n  23\/06\/1940 12:00:00:<br \/>\n    IP: 127.0.0.1<br \/>\n    Reason: Impersonator<br \/>\n    Type: Kick<br \/>\nexample2:<br \/>\n  23\/06\/1940 12:00:00:<br \/>\n    IP: 127.0.0.1<br \/>\n    Reason: Username filter<br \/>\n    Type: Kick<br \/>\nexample3:<br \/>\n  23\/06\/1940 12:00:00:<br \/>\n    IP: 127.0.0.1<br \/>\n    Reason: Alt<br \/>\n    Type: Kick<br \/>\n    Owner(s):<br \/>\n    &#8211; example0<br \/>\n&#8220;`<\/p>\n<p>## Security<\/p>\n<p>**IPLogin** provides a simple and effective way to restrict server access based on IP address. However, it is important to remember that IP addresses can be easily changed. For example, someone can use _a free VPN_ to change their IP **to a random one**. Therefore, **IPLogin** should not be relied upon as the sole method of securing your server, you should also have moderators.<\/p>\n<p>## Support<\/p>\n<p>If you have any questions or issues with **IPLogin**, you can use the issue tracker on GitHub.<\/p>\n<p>## Credits<\/p>\n<p>**IPLogin** was developed by TheOnlySD12 and is licensed under the **MIT License**. Special thanks to the following people for their contributions to the project:<\/p>\n<p>&#8211; Me (Code Review)<br \/>\n&#8211; Myself (Ideas)<br \/>\n&#8211; I (Testing)<\/p>\n<p>I hope you enjoy using **IPLogin**! Please don&#8217;t hesitate to use the issue tracker if you have any feedback or suggestions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Basic Plugin for IP based auth<\/p>\n","protected":false},"featured_media":86291,"template":"","meta":{"_minecraft_slug":"iplogin","_minecraft_project_id":"iyhdtuuo","_minecraft_author":"TheOnlySD12","_minecraft_license":"MIT","_minecraft_downloads":2198,"_minecraft_follows":11,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"iplogin.zip","_minecraft_size_bytes":23499,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T06:04:41.642149Z","_minecraft_date_created":"2023-01-07T21:23:10.276891Z","_minecraft_date_modified":"2023-04-25T17:54:12.054566Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/iplogin","_minecraft_icon_attachment_id":86291,"_minecraft_imported_at":"2026-06-04T22:20:38+00:00","_minecraft_import_hash":"57e13ea66e97cc264228d38459e268c3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,92],"mod_loader":[132,133],"minecraft_version":[54,55,56,57,58,59,36,60,93,94],"class_list":["post-86290","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IPLogin - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IPLogin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Basic Plugin for IP based auth\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/social\/github-singular_vector.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/\",\"name\":\"IPLogin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp\",\"datePublished\":\"2026-06-04T22:20:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/iplogin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"IPLogin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IPLogin - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/","og_locale":"en_US","og_type":"article","og_title":"IPLogin - Minecraft","og_description":"Basic Plugin for IP based auth","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/social\/github-singular_vector.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/","name":"IPLogin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp","datePublished":"2026-06-04T22:20:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/iplogin-icon-7019c31313daf038caff831c7e9eb1e73aa9ef1e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/iplogin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"IPLogin"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/86290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/86291"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86290"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86290"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86290"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}