Inactive [ADMN/TP] WorldRestrict 1.1.1 - Limit amount of players that can join a world [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Darq, Apr 7, 2012.

  1. Offline

    Darq

    WorldRestrict - Limit amount of players that can join a world
    Version: 1.1.1

    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
    • 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
    • /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.

    Code:
    worlds:
      world: 30
      world_nether: 30
      world_the_end: 30
    deny_message: '&cYou can not enter &7<world>&c because it is full!'
    
    Links
    Changelog
    • Version 1.1.1
      • Compiled with Java 6, rather than 7.
    • Version 1.1
      • Made world access deny message configurable.
      • Added commands to edit/add/remove limits
    • Version 1.0
      • First release
     
    DoomLord likes this.
  2. Offline

    md_5

    Removed changelog from spoiler, approved.
     
  3. Offline

    polo3400

    Can you add the feature to stop certain players entering a world?
     
  4. Offline

    Darq

    Sounds more like something an entirely separate plugin would do. Multiverse for instance, can limit who can go into certain worlds with permission.
     
  5. Offline

    polo3400

    Do you happen to know it?
     
  6. Offline

    Darq

     
  7. Offline

    Deren909

    Looks like a great plugin, just what I need. Is it compatible with 1.3.2? And have you abandoned the project?
     
  8. Offline

    VeryCoolMe2

    I want to say if you can make it to Java 7
     

Share This Page