main/Permissions and Commands
Permissions and Commands
Permissions
- LvL.reload
- Can reload the plugin
- LvL.other
- Allowes you to see other players balances
- LvL.world
- Allows you to see the balance in other worlds
- LvL.signPlace
- Can place bank signs
- LvL.signBreak
- Can break bank signs
- LvL.signUse
- Can use bank signs
- LvL.commands
- Can use bank commands
Commands
Admin commands
- /lvlBank reload
- Reloads plugin
- /transferetoyml
- Moves bank account data from SQL database to YAML file, and sets 'use_SQL' to false in config
Player commands
- /lvlBank deposit
- Deposits all the players levels in the bank (Automatically scales to the allowed amount, based on balance and max deposit amount)
- /lvlBank deposit <amount>
- Deposits the specified amount of levels in the players bank, given that the player has that amount of levels (Automatically scales to the allowed amount, based on balance and max deposit amount)
- /lvlBank withdraw
- Withdraws all the players levels from the bank (Automatically scales to the allowed amount, based player level and max withdraw amount)
- /lvlBank withdraw <amount>
- Withdraws the specified amount of levels from the players bank, given that the player has that amount of levels in the bank (Automatically scales to the allowed amount, based player level and max withdraw amount)
- /lvlBank balance
- Tells the player how many level s/he has in the bank, in the current world
- /lvlBank balance <world> <player>
- Tells the command sender how many levels the <player> has in the bank in <world>
- /lvlBank balance <world>
- Tells the player how many levels s/he has in the bank in the world specified
- /lvlBank limits
- Tells the player the limits defined in the config.yml
- /lvlBank help
- Shows all available commands
Old command syntax (Pre V0.4)
- lvlReload
- Reloads plugin
The following commands work for the world the player is curently in!
- lvlDeposit
- Deposits all the players levels in the bank
- lvlDeposit <amount>
- Deposits the specified amount of levels in the players bank, given that the player has that amount of levels
- lvlWithdraw
- Withdraws all the players levels from the bank
- lvlWithdraw <amount>
- Withdraws the specified amount of levels from the players bank, given that the player has that amount of levels in the bank
- lvlBalance
- Tells the command sender how many level s/he has in the bank
- lvlBalance <player> [world]
- Tells the command sender how many levels the <player> has in the bank in the current world, or in the world: [world] if specified
Comments