UsernameRegex
⚪ Last updated 2024Preview

🔍 Analysis
- 🏆 #675 of 1224 bukkit mods in this game by downloads
📋 About This Mod
### Plugin Description Uses custom regular expressions to determine if a player's username meets the requirements when they log into the server. ### Configuration File ``` # Presets # Only allow English letters (uppercase and lowercase), numbers, and underscores: ^+$ # Only allow Chinese characters: ^+$ # Allow Chinese characters, English letters (uppercase and lowercase), numbers, and underscores: ^+$ # Only allow numbers: ^\d+$ # No restrictions: .* usernameRegex: "^+$" kickMessage: "&cYour username contains disallowed characters. Please change it and try again." ```
### Plugin Description Uses custom regular expressions to determine if a player's username meets the requirements when they log into the server.
### Configuration File ``` # Presets # Only allow English letters (uppercase and lowercase), numbers, and underscores: ^+$ # Only allow Chinese characters: ^[\u4e00-\u9fa5]+$ # Allow Chinese characters, English letters (uppercase and lowercase), numbers, and underscores: ^[\u4e00-\u9fa5a-zA-Z0-9_]+$ # Only allow numbers: ^\d+$ # No restrictions: .*
usernameRegex: "^+$" kickMessage: "&cYour username contains disallowed characters. Please change it and try again." ```
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- PuddingKC
- Version
- 1.0.1
- Downloads
- 109
- Endorsements
- 0
- Category
- bukkit
- Created
- 6/11/2024
- Updated
- 6/10/2024
- Game Versions
- 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1
- Tags
- technology, 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 UsernameRegex support?
The author lists 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2. Other versions may work but are untested by the author.
What is the latest version of UsernameRegex?
Version 1.0.1, published 2024-06-10 with 109 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await