limit control Ignite
what is limit control Ignite
limit control Ignite (LCI) is a simple light plugin that allow you to give a build limit to players/groups (perm.)
- (example)
- so Owner can Ignite to the sky (LCI.limit.top)
- admin can Ignite to Y 200 (LCI.limit.200)
- VIP can Ignite to Y 128 (LCI.limit.128)
- Normal Players can Ignite to Y 80 (LCI.limit.80)
- griefers can not Ignite (LCI.limit.0)
How it works.
THIS PLUGIN NEED PERMISIONS.JAR (defaut whit pex) KLICK HERE TO DOWNLOAD.
If you place a block the plugin checks your build limit if it is under your limit you can place it. If it is above your limit you can't place the block. notify that cordinates wil be round off (F3 takes eye hight)
Commands:
- /LCI - Shows version number.
- /LCI me - Show your Ignite limit.
- /LCI other (PlayerName) - Shows the Ignite limit of (Player).
Permissions:
- LCI.limit.<Number> - set the max Ignite limit of player to <number>.
- LCI.limit.top - allow you to Ignite to the top. (deafault if no permission added)
- LCI.limit.0 - whit this permission you cannot Ignite.
- LCI.command.main - give you permission to the /BLI command. (Op default)
- LCI.command.me - give you permission to the /BLI me command. (Op default)
- LCI.command.other - give you permission to the /BLI other command. (Op default)
If you have multiple permissions then first it look for TOP. then for 0 then from low to high
- example1 if you have
- LCI.limit.top
- LCI.limit.0
- LCI.limit.89
- LCI.limit.230
- Then you can Ignite to the top
- example2 if you have
- LCI.limit.0
- LCI.limit.89
- LCI.limit.230
- Then you can't Ignite!! Only at 89 Exactly AND 230 Exactly
- example3 if you have
- LCI.limit.89
- LCI.limit.230
- Then you can Ignite From Y=0 to Y=89 AND 230 Exactly
To Do:
- Fix the little bug in /LCI me and /LCI other (it look from high to low, but the the program look from low to high)