
Intro
Do you have a domain name set up for your server? Are people connecting with a different address or the raw IP? Then this plugin may be for you!
It will kick people connecting with any other address than the one specified in the configuration file with the friendly message "Please log in using <your address>"

Configuration
This part couldn't really be easier. There's only one configuration node in config.yml:
ip: example.com
From 1.2, you can specify multiple addresses:
ip: [example.com, example.net]
In which case the first will be the one in the kick messages.
Running on a port other than the default, such as example.com:25566, is detected and added if necessary

- 3 comments
- 3 comments
Facts
- Date created
- Dec 12, 2012
- Categories
- Last update
- Feb 17, 2013
- Development stage
- Release
- Language
- enUS
- License
- BSD License
- Curse link
- URIEnforcer
- Downloads
- 147
- Recent files
- R: URIEnforcer-1.2 for CB 1.4.7-R1.0 Feb 17, 2013
- R: URIEnforcer-1.1 for CB 1.4.7-R1.0 Feb 12, 2013
- R: URIEnforcer-1.0 for CB 1.4.7-R1.0 Dec 12, 2012
- Reply
- #3
erilidon Feb 17, 2013 at 23:34 UTC - 0 likes@cedeel: Go
Thanks, you're awesome!
If something I said helped you, please click the "Like" button!
- Reply
- #2
cedeel Feb 17, 2013 at 11:58 UTC - 0 likes@erilidon: Go
I will add that soon. In the meantime I suggest you disable the plugin while working locally.
Edit: 1.2 is now awaiting approval, in which you can do this.
- Reply
- #1
erilidon Feb 16, 2013 at 07:04 UTC - 0 likesIt works awesome, However would it be possible to add another ip? I sometimes turn off the port forward on my router to work on the server locally and the local ip wont work if I have it set to the dns name. Thanks!