diff --git a/Currency Templates/Diamond.yml b/Currency Templates/Diamond.yml index 85bdf534..7a43f1f3 100644 --- a/Currency Templates/Diamond.yml +++ b/Currency Templates/Diamond.yml @@ -54,6 +54,9 @@ Options: #Whether this currency is enabled. Disabled: false + #Should this currency be synced across servers when enabled? + Sync: true + #The maximum balance possible for this currency. # Maximum possible value: 900000000000000000000000000000000000000000000 MaxBalance: 900000000000000000000000000000000000000000000 @@ -86,6 +89,9 @@ Item: #Would you like your item currency items to go into the ender chest before dropping on the ground if inventory is full? EnderFill: true + #Whether to import exist item currencies into a player's balance with the first balance check for this currency. + ImportItems: true + #All configurations related to formatting. Formatting: @@ -101,6 +107,7 @@ Formatting: # - The currency's minor amount. # - The currency's shortened amount. # - Added to make the outputted value shortened + # - Use japanese power of 10 formatting. # If shortened, it will ignore the value of Format. #It's also possible to include all colour variables from messages.yml # Materials: You can add <(material name)> to include counts of a material from a player's @@ -128,6 +135,23 @@ Formatting: #Nonvigintillion - ₮ Prefixes: kMGTPEZYXWVUN₮ + #The prefixes for japanese power of 10 format. + #The order based on https://en.wikipedia.org/wiki/Japanese_numerals#Powers_of_10 + #Requested by okarradon from discord. + #Instead of doing every thousand swap, it's every ^4 powers of 10, starting at 10000. + #10^4 - 万 + #10^8 - 億 + #10^{12} - 兆 + #10^{16} - 京 + #10^{20} - 垓 + #10^{24} - 𥝱 + #10^{28} - 穣 + #10^{32} - 溝 + #10^{36} - 澗 + #10^{40} - 正 + #10^{44} - 載 + JPrefixes: '万億兆京垓𥝱穣溝澗正載' + #Whether the major value should be separated every three numeric places. Major_Separate: true diff --git a/Currency Templates/Emerald.yml b/Currency Templates/Emerald.yml index 632a6bb1..f72b49f1 100644 --- a/Currency Templates/Emerald.yml +++ b/Currency Templates/Emerald.yml @@ -54,6 +54,9 @@ Options: #Whether this currency is enabled. Disabled: false + #Should this currency be synced across servers when enabled? + Sync: true + #The maximum balance possible for this currency. # Maximum possible value: 900000000000000000000000000000000000000000000 MaxBalance: 900000000000000000000000000000000000000000000 @@ -86,6 +89,9 @@ Item: #Would you like your item currency items to go into the ender chest before dropping on the ground if inventory is full? EnderFill: true + #Whether to import exist item currencies into a player's balance with the first balance check for this currency. + ImportItems: true + #All configurations related to formatting. Formatting: @@ -101,6 +107,7 @@ Formatting: # - The currency's minor amount. # - The currency's shortened amount. # - Added to make the outputted value shortened + # - Use japanese power of 10 formatting. # If shortened, it will ignore the value of Format. #It's also possible to include all colour variables from messages.yml # Materials: You can add <(material name)> to include counts of a material from a player's @@ -128,6 +135,23 @@ Formatting: #Nonvigintillion - ₮ Prefixes: kMGTPEZYXWVUN₮ + #The prefixes for japanese power of 10 format. + #The order based on https://en.wikipedia.org/wiki/Japanese_numerals#Powers_of_10 + #Requested by okarradon from discord. + #Instead of doing every thousand swap, it's every ^4 powers of 10, starting at 10000. + #10^4 - 万 + #10^8 - 億 + #10^{12} - 兆 + #10^{16} - 京 + #10^{20} - 垓 + #10^{24} - 𥝱 + #10^{28} - 穣 + #10^{32} - 溝 + #10^{36} - 澗 + #10^{40} - 正 + #10^{44} - 載 + JPrefixes: '万億兆京垓𥝱穣溝澗正載' + #Whether the major value should be separated every three numeric places. Major_Separate: true diff --git a/Currency Templates/Gold.yml b/Currency Templates/Gold.yml index f6245529..d9b29df0 100644 --- a/Currency Templates/Gold.yml +++ b/Currency Templates/Gold.yml @@ -54,6 +54,9 @@ Options: #Whether this currency is enabled. Disabled: false + #Should this currency be synced across servers when enabled? + Sync: true + #The maximum balance possible for this currency. # Maximum possible value: 900000000000000000000000000000000000000000000 MaxBalance: 900000000000000000000000000000000000000000000 @@ -86,6 +89,9 @@ Item: #Would you like your item currency items to go into the ender chest before dropping on the ground if inventory is full? EnderFill: true + #Whether to import exist item currencies into a player's balance with the first balance check for this currency. + ImportItems: true + #All configurations related to formatting. Formatting: @@ -101,6 +107,7 @@ Formatting: # - The currency's minor amount. # - The currency's shortened amount. # - Added to make the outputted value shortened + # - Use japanese power of 10 formatting. # If shortened, it will ignore the value of Format. #It's also possible to include all colour variables from messages.yml # Materials: You can add <(material name)> to include counts of a material from a player's @@ -128,6 +135,23 @@ Formatting: #Nonvigintillion - ₮ Prefixes: kMGTPEZYXWVUN₮ + #The prefixes for japanese power of 10 format. + #The order based on https://en.wikipedia.org/wiki/Japanese_numerals#Powers_of_10 + #Requested by okarradon from discord. + #Instead of doing every thousand swap, it's every ^4 powers of 10, starting at 10000. + #10^4 - 万 + #10^8 - 億 + #10^{12} - 兆 + #10^{16} - 京 + #10^{20} - 垓 + #10^{24} - 𥝱 + #10^{28} - 穣 + #10^{32} - 溝 + #10^{36} - 澗 + #10^{40} - 正 + #10^{44} - 載 + JPrefixes: '万億兆京垓𥝱穣溝澗正載' + #Whether the major value should be separated every three numeric places. Major_Separate: true