项目作者: Darquiche

项目描述 :
Item based currency - [vault compatible] | Spigot/Bukkit/PaperMC Server plugin
高级语言: Java
项目地址: git://github.com/Darquiche/minecraft-itembank.git
创建时间: 2019-07-16T13:55:34Z
项目社区:https://github.com/Darquiche/minecraft-itembank

开源协议:

下载


ItemBank 0.3

A simple item based currency for your favorite economy plugin.
Economy plugin and Vault required!
No commands !


:warning: You need an economy plugin, (for example EssentialsX ), and Vault to use this plugin.



:star: v0.3 is for SPIGOT 1.14.3


Features

  • Easy setup
  • No commands: Only signs
  • Deposit/Withdraw
  • ATM signs (Deposit and withdraw on the same sign)
  • Configurable item/value/withdraw options etc…

Summary

Installation

  • Download latest build
  • Copy it in your plugin directory
  • Run/Reload your server!

Usage

OnClick Feature

Right click with the defined item currency to deposit.
right_click1
right_click2

Deposit sign

Place a sign with:

  1. 1 - [deposit]
  2. 2 -
  3. 3 - Optional name
  4. 4 -

deposit1

deposit2
Right click on it to deposit ALL your items (currency).

Withdraw sign

Place a sign with:

  1. 1 - [withdraw]
  2. 2 -
  3. 3 - Optional name
  4. 4 -

w1

w2
Right click on it and select an option to withdraw n items.
withdraw

ATM sign

Place a sign with:

  1. 1 - [ATM]
  2. 2 -
  3. 3 - Optional name and very useless
  4. 4 -

image
Shift + right click to switch between deposit and withdraw mode.
Then follow the previous instructions.

Commands and permissions

Commands

Command Permission Description
/ib help itembank.commands.ib Display help message
/ib info itembank.commands.ib Display informations about plugin
/ib admin itembank.commands.ib.admin Display admin help message
/ib config itembank.commands.ib.admin Display configuration
/ib debug itembank.commands.ib.admin uh.. 3 items to test your configuration

Alias: /itembank /itemb /ibank

Permissions

Permission Description
itembank.use.click Allow use of OnClick feature
itembank.use.sign.deposit Allow use of deposit signs
itembank.use.sign.withdraw Allow use of withdraw signs
itembank.use.sign.atm Allow use of ATM signs
itembank.create.sign.deposit Allow creation of deposit signs
itembank.create.sign.withdraw Allow creation of withdraw signs
itembank.create.sign.atm Allow creation of ATM signs
itembank.break.sign Allow destruction of signs
itembank.commands.ib Allow access to ib normal commands
itembank.commands.ib.admin Allow access to ib admin commands

And wildcards:

Node
itembank.*
itembank.use.*
itembank.use.sign.*
itembank.create.*
itembank.commands.*

Configuration file

Default config file:

  1. item: GOLD_NUGGET
  2. value: 1
  3. on_click: true
  4. sign: true
  5. withdraw:
  6. value_1: 1
  7. value_2: 5
  8. value_3: 10
  9. value_4: 50
  10. value_5: 100
  11. value_6: 500
  12. value_7: 1000
  13. value_8: 1500
  14. value_9: 2000

Choose the item currency:

  1. item: GOLD_NUGGET

Choose the value of the item currency:

  1. value: 1

Enable/Disable the right click feature:

  1. on_click: true

Enable/Disable signs:

  1. sign: true

Define the withdraw options:

  1. withdraw:
  2. value_1: 1
  3. value_2: 5
  4. value_3: 10
  5. value_4: 50
  6. value_5: 100
  7. value_6: 500
  8. value_7: 1000
  9. value_8: 1500
  10. value_9: 2000

withdraw