main/Signs

Guide to use LvL Bank signs

Description

You can use the plugin signs to make an actual bank where players need to go to withdraw and deposit levels and see their balance, or you can place the signs around the world for players to use. There are signs for both depositing, withdrawing and checking your balance.

Sign syntax

For the signs to work you need the 'LvL.signPlace' permission when placing them and the 'LvL.signUse' to use them. The syntax is as follows:

  • 'Deposit all' sign:
    • [lvl bank]
    • deposit
  • 'Deposit <amount>' sign
    • [lvl bank]
    • deposit
    • <amount>
  • 'Withdraw all' sign:
    • [lvl bank]
    • withdraw
  • 'Withdraw <amount>' sign
    • [lvl bank]
    • withdraw
    • <amount>
  • 'Balance' sign
    • [lvl bank]
    • balance
  • 'Help' sign
    • [lvl bank]
    • help

Explanation

The first line of any sign must be '[lvl bank]', to initiate the creation of a LvL Bank sign. the second line tells what kind of sign you are creating, so it is either 'deposit', 'withdraw' or 'balance'. The third line should only be filled if the sign is a deposit or withdraw sign with a specified amount and in that case the only thing on the third line should be a number, representing the number of levels to withdraw or deposit. The fourth line is automatically filled with the minimum and maximum amounts that are allowed to deposit/withdraw. These values are retrieved from the config.

Pictures

Here you see the sign syntax. The value '15' is a random number and can be any number you like:

Sign syntax

Here the signs are created. Again the value '15' is a random number. The 'Min/Max' are set to various numbers in the config file. The min deposit amount is set to '-1' meaning it has no lower limit, as long as it is not a negative number. The balance sign is seen in two versions: The lower one has just been placed, and the top one has been clicked by 'davi2206' and is now showing his balance

Signs created


Comments

Posts Quoted:
Reply
Clear All Quotes