IPLogin

⭐ — (11 endorsements) 📥 2,423 downloads 📌 v2.8 📅 1/7/2023
⚪ Last updated 2023

By TheOnlySD12 · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/25/2023 📅 Created: 1/7/2023

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #64 of 131 management mods in this game by downloads

📋 About This Mod

✅ Restrict server access based on IP address or username
✅ - Ban/Kick alts or impersonators or users with a certain username
✅ Option to allow specific IP addresses to bypass the restriction
✅ - Players with a dynamic IP
✅ - Players that often login from other locations
✅ Easy setup and configuration

(https://github.com/TheOnlySD12) <img alt="modrinth" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg"> # IPLogin **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't work with Spigot or CraftBukkit. Why are you using them anyway? ## Important Notice 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. 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. 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. ### Example: Turn `Player:127.0.0.1` into `Player: 127.0.0.1` ## Features - Restrict server access based on IP address or username - Ban/Kick alts or impersonators or users with a certain username - Option to allow specific IP addresses to bypass the restriction - Players with a dynamic IP - Players that often login from other locations - Easy setup and configuration - Custom player log ## Getting Started To use **IPLogin**, simply download and install the version of **IPLogin** for your PaperMC server's version. It is recommended to install the latest version of **IPLogin**. 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's username to see if they match the stored IP. 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'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. #### Example: `Player: *` `Player: 127.0.0.1` ## Commands `/allowalts` prints a message with the value of `allow-alts` `/allowalts <true/false>` to change the value of `allow-alts`, needs operator `/setip <newip>` to change your IP, sender needs to be a player `/setip <player> <newip>` to change someone's IP, needs operator I probably won't make a command for every option in the config, but be sure to let me know if you would like that feature! ## Configuration Once you'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: ``` logger: basic: true custom: true name-filter: enabled: false ban: false message: Your name is not allowed on this server. mode: 1 filter: - example exceptions: - example2 allow-alts: false ban-alts: false alts-message: Alts are not allowed. ban-impersonators: false impersonators-message: Impersonators are not allowed. welcome-back-message: 'Welcome back, ' welcome-message: 'Welcome, ' ``` Here 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. 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. #### Example Mode: `1` Filter: `example1`, `example2` Exceptions: `myexample1`, `myexample2` Players that get kicked/banned : `Notexample1`, `Theexample2`, `example12`, `myexample1`, `myexample2` Players that don't get kicked/banned: `Example1`, `Example2`, `exAmple21` Mode: `2` Filter: `example1`, `example2` Exceptions: `MyExample1`, `MyExample2` Players that get kicked/banned : `Notexample1`, `Theexample2`, `example12`, `Example1`, `Example2`, `exAmple21`, `MyExample1`, `MyExample2` Players that don't get kicked/banned: `3xample1`, `Ex4mple2`, `exAmpl321` 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. #### Example ``` example: 23/06/1940 12:00:00: IP: 127.0.0.1 Reason: Impersonator Type: Kick example2: 23/06/1940 12:00:00: IP: 127.0.0.1 Reason: Username filter Type: Kick example3: 23/06/1940 12:00:00: IP: 127.0.0.1 Reason: Alt Type: Kick Owner(s): - example0 ``` ## Security **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 reli

[github-singular](https://github.com/TheOnlySD12) modrinth

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't work with Spigot or CraftBukkit. Why are you using them anyway?

## Important Notice

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.

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.

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.

### Example:

Turn `Player:127. 0. 0. 1` into `Player: 127. 0. 0. 1`

## Features

  • Restrict server access based on IP address or username
  • - Ban/Kick alts or impersonators or users with a certain username
  • Option to allow specific IP addresses to bypass the restriction
  • - Players with a dynamic IP
  • - Players that often login from other locations
  • Easy setup and configuration
  • Custom player log

## Getting Started

To use IPLogin, simply download and install the version of IPLogin for your PaperMC server's version. It is recommended to install the latest version of IPLogin.

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's username to see if they match the stored IP.

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'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.

#### Example:

`Player: ` `Player: 127. 0. 0. 1`

## Commands

`/allowalts` prints a message with the value of `allow-alts` `/allowalts ` to change the value of `allow-alts`, needs operator `/setip ` to change your IP, sender needs to be a player `/setip ` to change someone's IP, needs operator

I probably won't make a command for every option in the config, but be sure to let me know if you would like that feature!

## Configuration

Once you'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: ``` logger: basic: true custom: true name-filter: enabled: false ban: false message: Your name is not allowed on this server. mode: 1 filter: - example exceptions: - example2 allow-alts: false ban-alts: false alts-message: Alts are not allowed. ban-impersonators: false impersonators-message: Impersonators are not allowed. welcome-back-message: 'Welcome back, ' welcome-message: 'Welcome, ' ``` Here 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.

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.

#### Example Mode: `1` Filter: `example1`, `example2` Exceptions: `myexample1`, `myexample2` Players that get kicked/banned : `Notexample1`, `Theexample2`, `example12`, `myexample1`, `myexample2` Players that don't get kicked/banned: `Example1`, `Example2`, `exAmple21`

Mode: `2` Filter: `example1`, `example2` Exceptions: `MyExample1`, `MyExample2` Players that get kicked/banned : `Notexample1`, `Theexample2`, `example12`, `Example1`, `Example2`, `exAmple21`, `MyExample1`, `MyExample2` Players that don't get kicked/banned: `3xample1`, `Ex4mple2`, `exAmpl321`

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.

#### Example

``` example: 23/06/1940 12:00:00: IP: 127. 0. 0. 1 Reason: Impersonator Type: Kick example2: 23/06/1940 12:00:00: IP: 127. 0. 0. 1 Reason: Username filter Type: Kick example3: 23/06/1940 12:00:00: IP: 127. 0. 0. 1 Reason: Alt Type: Kick Owner(s): - example0 ```

## Security

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 reli

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
TheOnlySD12
Version
2.8
Downloads
2,423
Endorsements
11
Category
management
Created
1/7/2023
Updated
4/25/2023
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does IPLogin support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of IPLogin?

Version 2.8, published 2023-04-25 with 2,423 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More management 👤 More by TheOnlySD12 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods