SillinessLimiter
🟠 Updated over a year ago🖼️ Gallery (4 images)
🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #422 of 1452 bukkit mods in this game by downloads
📋 About This Mod
# **SillinessLimiter** SillinessLimiter is a little strange IP address based authentication with the intention of providing an easy choice to the player of how they want to secure their nickname on an offline server while also not being annoying Also includes customizable language file and dynamic IP support This plugin doesn't use any of the NMS stuff, so it should work on other versions too However, tested versions can be found in the (https://modrinth.com/plugin/sillinesslimiter/versions) tab !(https://cdn.modrinth.com/data/cached_images/c5d8a2265bdfc6a1341adde391a876dcc72aa7e5.jpeg) ## Commands ``` /silly-help ``` - displays in-game command documentation !(https://cdn.modrinth.com/data/cached_images/abc7a908b64d1515b9ec4ce2683ddfcebef5e7d6.jpeg) permission: nnhomoli.sillinesslimiter.cmds.sillyhelp ``` /silly-limit ``` - links your nickname to IP address you are currently on, needs confirmation. Can be used with an argument to link a specific IP permission: nnhomoli.sillinesslimiter.cmds.sillylimit ``` /silly-unlimit ``` - if linked, it unlinks your nickname from the currently used IP and needs confirmation. Can be used with an argument to unlink a specific IP permission: nnhomoli.sillinesslimiter.cmds.sillyunlimit ``` /silly-list ``` - shows the list of linked IPs to your nickname !(https://cdn.modrinth.com/data/cached_images/3b4a27683e9ae8f2d4bed2107fcacaaf11f9d1fc.jpeg) permission: nnhomoli.sillinesslimiter.cmds.sillylist ``` /silly-confirm ``` - just to confirm changes, nothing else permission: nnhomoli.sillinesslimiter.cmds.sillyconfirm ``` /silly-deny ``` - just to deny changes, nothing else permission: nnhomoli.sillinesslimiter.cmds.sillydeny ``` /silly-reload ``` - config and language reload, server op and console only permission: nnhomoli.sillinesslimiter.cmds.sillyreload ``` /silly-switch ``` - Switches the auth status for the user individually, needs confirmation permission: nnhomoli.sillinesslimiter.cmds.sillyswitch ``` /silly-dynamic-limit ``` - links your nickname to the dynamic ip, supports arguments. If used without arguments, will default to the second octet of current IP, needs confirmation permission: nnhomoli.sillinesslimiter.cmds.sillydynamiclimit ``` /silly-dynamic-unlimit ``` - unlinks the dynamic ip from your nickname, needs confirmation permission: nnhomoli.sillinesslimiter.cmds.sillydynamicunlimit ## Config ``` Permission-by-default ## true/false ``` - Grants every permission of this plugin commands, except reload, true by default ``` Login-link-message ## true/false ``` - Display a message when the player joins without linked IP, this can be changed in lang.yml. True by default ``` Max-IP-Allowed ## Int value ``` - The maximum number of IP that can be linked to the same nickname, 4 by default ``` check-after-confirm ## true/false ``` - Check if player IP is still linked after confirm, false by default ``` confirmation-timeout ## Int value ``` - Time in seconds after which player confirmation request will be removed, 180 by default ## Language - For more info about this one, check (https://github.com/nnHomoli/SillinessLimiter/blob/master/src/main/resources/default/lang.yml) ## Player Data - For more info about this one, check (https://github.com/nnHomoli/SillinessLimiter/blob/master/src/main/resources/default/data.yml)
# SillinessLimiter
SillinessLimiter is a little strange IP address based authentication with the intention of providing an easy choice to the player of how they want to secure their nickname on an offline server while also not being annoying
Also includes customizable language file and dynamic IP support
This plugin doesn't use any of the NMS stuff, so it should work on other versions too
However, tested versions can be found in the (https://modrinth.com/plugin/sillinesslimiter/versions) tab !(https://cdn.modrinth.com/data/cached_images/c5d8a2265bdfc6a1341adde391a876dcc72aa7e5.jpeg)
## Commands
``` /silly-help ``` - displays in-game command documentation
!(https://cdn.modrinth.com/data/cached_images/abc7a908b64d1515b9ec4ce2683ddfcebef5e7d6.jpeg)
permission: nnhomoli.sillinesslimiter.cmds.sillyhelp
``` /silly-limit ```
- links your nickname to IP address you are currently on, needs confirmation. Can be used with an argument to link a specific IP
permission: nnhomoli.sillinesslimiter.cmds.sillylimit
``` /silly-unlimit ```
- if linked, it unlinks your nickname from the currently used IP and needs confirmation. Can be used with an argument to unlink a specific IP
permission: nnhomoli.sillinesslimiter.cmds.sillyunlimit
``` /silly-list ``` - shows the list of linked IPs to your nickname
!(https://cdn.modrinth.com/data/cached_images/3b4a27683e9ae8f2d4bed2107fcacaaf11f9d1fc.jpeg)
permission: nnhomoli.sillinesslimiter.cmds.sillylist ``` /silly-confirm ```
- just to confirm changes, nothing else
permission: nnhomoli.sillinesslimiter.cmds.sillyconfirm ``` /silly-deny ```
- just to deny changes, nothing else
permission: nnhomoli.sillinesslimiter.cmds.sillydeny ``` /silly-reload ```
- config and language reload, server op and console only
permission: nnhomoli.sillinesslimiter.cmds.sillyreload
``` /silly-switch ```
- Switches the auth status for the user individually, needs confirmation
permission: nnhomoli.sillinesslimiter.cmds.sillyswitch
``` /silly-dynamic-limit ```
- links your nickname to the dynamic ip, supports arguments. If used without arguments, will default to the second octet of current IP, needs confirmation
permission: nnhomoli.sillinesslimiter.cmds.sillydynamiclimit
``` /silly-dynamic-unlimit ```
- unlinks the dynamic ip from your nickname, needs confirmation
permission: nnhomoli.sillinesslimiter.cmds.sillydynamicunlimit
``` Permission-by-default ## true/false ```
- Grants every permission of this plugin commands, except reload, true by default
``` Login-link-message ## true/false ```
- Display a message when the player joins without linked IP, this can be changed in lang.yml. True by default
``` Max-IP-Allowed ## Int value ```
- The maximum number of IP that can be linked to the same nickname, 4 by default
``` check-after-confirm ## true/false ```
- Check if player IP is still linked after confirm, false by default
``` confirmation-timeout ## Int value ``` - Time in seconds after which player confirmation request will be removed, 180 by default
## Language - For more info about this one, check (https://github.com/nnHomoli/SillinessLimiter/blob/master/src/main/resources/default/lang.yml)
## Player Data - For more info about this one, check (https://github.com/nnHomoli/SillinessLimiter/blob/master/src/main/resources/default/data.yml)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- nnhomoli
- Version
- 1.2.32
- Downloads
- 748
- Endorsements
- 1
- Category
- bukkit
- Created
- 6/1/2024
- Updated
- 3/21/2025
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- cursed, 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 SillinessLimiter support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of SillinessLimiter?
Version 1.2.32, published 2025-03-21 with 748 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await



