WorldRestrict
Features
- Set a limit on the amount of players that can join a given world
- Commands to add/edit/remove limits
- Use permissions to bypass limit
Details
WorldRestrict is used to limit the amount of players that can be in a world at a time. It's extremely light weight, simply listening on teleport events and cancelling them if the world is at its limit.
Permissions
| Node | Function |
|---|---|
| worldrestrict.bypass.<world> | Allows player to bypass player limit on <world> |
| worldrestrict.cmd.wr | Allow usage of /worldrestrict without any arguments |
| worldrestrict.cmd.list | Allows user to list players in a world, and count them |
| worldrestrict.cmd.set | Allows user to set a world's limit |
| worldrestrict.cmd.remove | Allows user to remove a world's limit |
Commands
| Command | Args | Description |
|---|---|---|
| /worldrestrict list | [world] | List & count players of [world] |
| /worldrestrict set | [world] [limit] | Set the limit of [world] |
| /worldrestrict remove | [world] | Remove the limit of [world] |
Configuration
Default configuration: List worlds and their limit under "worlds" with format: world: limit
Set deny message if world is full in deny_message. You can use colours and <world> for the world name.
worlds: world: 30 world_nether: 30 world_the_end: 30 deny_message: '&cYou can not enter &7<world>&c because it is full!'
Facts
- Date created
- Apr 05, 2012
- Categories
- Last update
- Apr 07, 2012
- Development stage
- Release
- License
- Matt Low Copyright
- Curse link
- WorldRestrict
- Downloads
- 1,145
- Recent files
- R: WorldRestrict 1.1.1 for CB 1.2.5-R1.0 Apr 07, 2012
- R: WorldRestrict 1.1 for CB 1.2.5-R1.0 Apr 05, 2012
- R: WorldRestrict 1.0 for CB 1.2.5-R1.0 Apr 05, 2012
Feature requests, Suggestions and Issues
- Reply
- #18
smack17 Sep 07, 2012 at 00:52 UTC - 0 likesHi im making a request. Could you possibly add an ability to ban players from certain worlds?
- Reply
- #16
Darq_Alder Apr 20, 2012 at 06:04 UTC - 0 likes@GlabbichRulz: Go
I don't really understand your reasoning to wanting a global world player limit.
BFAK:Darq,45470,90ca6dd50e42e5324e03d7010fa535b514e7769e6c79bb6bde07292de5d77322
- Reply
- #15
ThisUsernameIsMine Apr 17, 2012 at 07:38 UTC - 0 likes<>
How did i do something wrong, besides downloading your plugin and keeping MSE up-to-date? :-/ (its probably a false-positive).
Atleast the source’s there so that’s a good thing ;-)
- ThisUsernameIsMine
- Reply
- #14
GlabbichRulz Apr 15, 2012 at 13:09 UTC - 0 likesCan you add a "Maximum Players at all Worlds"? Cause some Plugins like Essentials allow Admins to Join a Full Server, but my Host dont want more Players than Slots.
No piracy thanks
- Reply
- #13
Darq_Alder Apr 08, 2012 at 02:54 UTC - 0 likes@ThisUsernameIsMine: Go
You did something wrong. Source is there, compile it yourself then.
- Reply
- #12
ThisUsernameIsMine Apr 08, 2012 at 00:13 UTC - 0 likesMicrosoft Security Essentials is complaining about net/darqy/WorldRestrict/PlayerListener.class
Exploit:Java/CVE-2008-5353.WX
and blocks acces to the plugin ;-)
- Reply
- #11
Darq_Alder Apr 07, 2012 at 03:35 UTC - 0 likes@Xelatyper: Go
http://dev.bukkit.org/server-mods/worldrestrict/files/4-world-restrict-1-1-1/
- Reply
- #10
Xelatyper Apr 07, 2012 at 02:30 UTC - 0 likes@Darq_Alder: Go
its only showing 1.1 is there its not showing 1.1.1
- Reply
- #9
Xelatyper Apr 07, 2012 at 02:28 UTC - 0 likes@Darq_Alder: Go
Thanks for the reply and for the fix, I will give it a try and see what happens.
- Reply
- #8
Darq_Alder Apr 07, 2012 at 02:26 UTC - 1 like@Xelatyper: Go
Yeah, sorry, sorry. I've uploaded a fix, it's because you're probably using Java 6 and the plugin was compiled under Java 7. Just click "Download" at the top and get 1.1.1, before it's approved.