Hi, new update yay. Here are the details.
- Custom Model Data has been added. Details are below this changelog. (finally @Sathenet can relax now xD)
- More MySQL optimizations.
- Mass withdraw/deposit command has been added.
Mass withdraw & deposit command, permissions are as follows:
/aetherbank withdraw <amount/percentage> <value> <player/*>
aetherbank.withdraw - aetherbank.deposit
Custom Model Data:
Explaining can be a little bit tricky, so i'll give an example.
(This is taken from gui.yml -> withdraw item section.)
Code (YAML):
item
:
# Could be any material.
# "CUSTOM-HEAD" for custom heads.
# "CUSTOM-MODEL-DATA" for custom model data.
material
:
"CUSTOM-MODEL-DATA"
# Data value. Could be numeric on older versions.
#
# For data model, use "material:modeldatanumber". For example: "DIAMOND_PICKAXE:2" will display custom model data 2 of diamond pickaxe.
#
# For custom head, use textures.minecraft.net value.
# http://textures.minecraft.net/texture/blablabla <- this value
# This is a custom model data example.
data
:
"DIAMOND_PICKAXE:2"