LevelRestrictions is a simple, configurable rule based system for adding restricting the use of items for common actions according to the Players level.
NOTE: I have totally rewritten this plugin from scratch and created a new plugin that does all this and wayyyy more. Click here for the ItemRules plugin.
![]()
LevelRestrictions adds a new layer of fun to your server by allowing you to configure groups of custom rules that apply to the players XP level and/or the Faction they belong to.
Some examples:
Example that restricts the Player from using any stone tools or weapons until level 2:
stoneToolsAndWeapons: description: use Stone tools and weapons minLevel: 2 actions: - use - craft - pickup items: - 1 - 4 - 67 - 98 - 109 - 291 - 272 - 273 - 274 - 275
levelrestrictions.rules.bypass.RULENAME
Will prevent rule from being applied to Player
| command | options | description |
|---|---|---|
| /can | [all,current,previous,next] | will show the rules the Player is eligable for |
| /cant | [all,current,previous,next] | shows rules the Player is not eligable for |
| /full | [all] | shows rules Player is and is not eligable for. |
nJoy