CashNotes 现金票据

作者:iiBlake 发布时间:2016年3月23日 原生版本:未知 测试支持:1.8,1.9,1.10

一个简单的将钱提取到纸币上的插件

点此下载

插件详细介绍

💰 CashNotes

CashNotes 是一款简单但高度可配置的插件,允许玩家将游戏币提取到一张纸上。几乎所有内容都可以在配置文件中更改。 CashNotes 支持 Minecraft 1.8、1.9 和 1.10 版本。

🔗 依赖

  • Vault
  • 任何经济插件

📜 命令和权限

  • /withdraw - 权限: cashnotes.use - 别名: /wd, /cn, /cashnote
  • /cashnotes-reload - 权限: cashnotes.reload - 别名: /cn-r, /cn-reload

注意: 在物品名称中包含数字将会给玩家对应金额的钱。

⚙️ 配置 (config.yml)


########################################
#  CashNotes Configuration Start  #
########################################

#The currency symbol used before any cash amount, default is '$'.
#Any numbers included in this are automatically removed.
Currency Symbol: '$'

#Message shown when a player withdraws money from their balance onto a CashNote
#Use {AMOUNT} for the amount of cash withdrawn
Withdraw Message: '&7You have withdrawn &a{AMOUNT} &7from your account.'

#Message shown when the player has no free inventory slots
No Free Slot Message: '&cYou must have at least one free slot before using this command.'

#Should CashNotes have a glowing effect? (true / false)
Should Notes Glow: true

#The message shown when a player enters an amount of zero or lower
zero-or-lower: '&cPlease enter an amount larger than zero.'

#Message shown when a player deposits a CashNote
#Use {AMOUNT} for the amount of cash deposited
Deposit Message: '&7Deposited &a{AMOUNT} &7into your account.'

#The lore on the item which has the player name, set to false to disable
#Use {PLAYER} for the withdrawers name
Enable Player Name In Lore: true
player-name-lore-text: '&eWithdrawn by: &7{PLAYER}'

#The lore on the item which has the money value, set to false to disable
#Use {AMOUNT} for the CashNotes value
Enable Value In Lore: true
value-lore-text: '&eValue: &7{AMOUNT}'

#The name of the CashNote item itself, use {AMOUNT} for the amount of money
Item Name: '&2Cash&aNote &7| &a{AMOUNT} &7(Right Click)'

#The message shown when a player enters an invalid number
Invalid Number: '&cPlease enter a valid number'

#The message that shows up when a player doesn't enter any args with the command
#Use {CMD-NAME} for the command/alias they used
No Args Message: '&7/{CMD-NAME} <amount>'

#The messsage shown when a player cannot afford to withdraw the amount they specified
#Use {AMOUNT} for the amount they tried to withdraw
Cannot Afford Message: '&cYou do not have &7{AMOUNT} &cor more in your account!'

#Message shown when a player tries to use a command but has no permission for it
Insufficient Permissions Message: '&4&lError: &cYou do not have permission to use this command'

#Should players be allowed to deposit notes in creative?
Allow Deposit In Creative: false

#If the above is false, what message should be sent to the player?
Creative Deny Message: '&cNotes may not be deposited in creative!'

########################################
#  CashNotes Configuration End  #
########################################