ExpLimiter

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

ExpLimiter

Ever wanted to limit your player's exp gaining by assigning them a limit to how much they can gain? Well now you can! With ExpLimiter you can setup a named limit and then assign a permission node to your group/player to limit their EXP.

Features

Stop a player's exp gain at a certain level or EXP amount easily with custom limits and permissions.

Ability to send message to player when the limit is reached. Not recommended. bit of a hidden function.

Exp is deleted when it is collected by someone who is already at their level cap.

More features coming soon!

Commands

    /explimiterreload
        Reloads the configuration

Permissions

    explimit.admin.command
        access to explimiterreload
        defaults to OP

    explimit.admin.bypass
        bypass all limits
        defaults to OP
    
    explimit.<limitname>
        Limit permission
        defaults to false

Config

    limits: << Where your custom limits are listed
      example: << limit name. Also where the permission is decided. (explimit.<limitname>
        type: 'level' << limit type. Must be "exp" or "level" otherwise it will go to the default backup value
        limit: 10 << limit. set to 0 to stop exp gain all together.
    default: << Default limit. These are the values for when custom parameters are invalid
      type: 'level' << Limit type MUST. MUST be "exp" or "level"
      limit: 30 << limit number.

Current Issues

Exp setting can be a tad bit buggy due to the way the exp setting code works. I am trying to fix this issue, but it's stable for the most part. Just try not to make your EXP limit close to a level up point.

Links

Github

Original Request Thread


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files