XPBankZ - Store Your XP icon

XPBankZ - Store Your XP -----

Store Your XP



[​IMG]
[​IMG]
Read Me!
This plugin requires TabuuCore. TabuuCore can be downloaded via SpigotMC or GitHub.

Plugin.yml
Code (Text):
name: XPBankZ
version: ${project.version}
main: nl.tabuu.xpbankz.XPBankZ
description: ${project.description}
author: Tabuu
authors: [Tabuu]
website: https://www.tabuu.nl
depend: [TabuuCore]
api-version: 1.13

commands:

  xpbank:
    usage: /xpbank
    description: Does the same as `/xp balalance`
    permission: xpbankz.balance.view
    aliases: [xp, xpb]

  xpbank balance:
    usage: /xpbank balance
    description: Shows a user their xp-bank balance balance, and current xp.
    permission: xpbankz.balance.view
    aliases: [balance]

  xpbank deposit:
    usage: /xpbank deposit <amount>
    description: Deposits a specific amount of current xp to the users xp-bank balance.
    permission: xpbank.balance.deposit
    aliases: [deposit]
 
  xpbank withdraw:
    usage: /xpbank withdraw <amount>
    description: Withdraws a specific amount of the users xp-bank balance to their current xp.
    permission: xpbank.balance.withdraw
    aliases: [withdraw]

  xpbank transfer:
    usage: /xpbank transfer <player> <amount>
    description: Transfers a specific amount to a specific player's xp-bank balance.
    permission: xpbank.balance.transfer
    aliases: [transfer]

  xpbank set:
    usage: /xpbank set <player> <amount>
    description: Sets a specific player's xp-bank balance.
    permission: xpbank.admin.set

  xpbank give:
    usage: /xpbank give <player> <amount>
    description: Gives a specific amount to a specific player's xp-bank balance.
    permission: xpbank.admin.set

  xpbank take:
    usage: /xpbank take <player> <amount>
    description: Takes a specific amount from a specific player's xp-bank balance.
    permission: xpbank.admin.set


permissions:

  xpbank.balance.view:
    description: Allows users to view their own xp balance.
    default: true

  xpbank.balance.deposit:
    description: Allows users to deposit their own xp into their own xp bank.
    default: true

  xpbank.balance.withdraw:
    description: Allows users to withdraw xp from their own xp bank.
    default: true

  xpbank.balance.transfer:
    description: Allows users to tranfser xp from their own xp bank to another's xp bank.
    default: true

  xpbank.admin.set:
    description: Allows users to set the xp-bank balance of any player.
    default: op
Lang.yml
Code (Text):
COMMAND_BALANCE: |-
  &9Balance: [&a&l{BALANCE_POINTS}](&9When withdrawing:
  &9At current level: &a&l+{BALANCE_LEVEL_YIELD} &9levels.
  &9At level 0: &a&l+{BALANCE_LEVEL} &9levels.)&9 experience points.
  &9Current: &a&l{CURRENT_POINTS}&9 experience points.

COMMAND_BALANCE_EDIT: "&aSuccessfully set balance of {PLAYER} to {BALANCE_POINTS}"
COMMAND_BALANCE_EDIT_ERROR: "&cCould not set balance of {PLAYER} to {BALANCE_POINTS}"
[​IMG] [​IMG] [​IMG] [​IMG]
Resource Information
Author:
----------
Total Downloads: 1,475
First Release: Aug 10, 2017
Last Update: Feb 18, 2023
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings