- Simple Setup: Simply drop Better Formatting into your Plugins folder, and make sure to install Vault ! Better Formatting is also compatible with all versions of Spigot.
- Efficient: Better Formatting has been optimized to prevent unnecessary stress to your server. It won't affect your server's performance in any way.
- /balance - States the current balance of a player.
- /balance [player] - States the current balance of another player.
- /balance reload - Reloads betterformatting config.yml and lang.yml files.
- Aliases: /bal, /money, /ebal, /ebalance, /emoney
- /xp - States the current balance of a player.
- /xp [player] - States the current balance of a player.
- /xp set [amount] - States the current balance of a player.
- /xp set [player] [amount] - States the current balance of a player.
- /xp give [player] - States the current balance of a player.
- /xp give [player] [amount] - States the current balance of a player.
- Aliases: /exp, /eexp
- betterformatting.* - This will allow a player to have permission to all commands available.
- betterformatting.balance - This will allow a player to execute the command /balance.
- betterformatting.balance.others - This will allow a player to run the command /balance <other>.
- betterformatting.exp - This will allow a player to execute the command /xp.
- betterformatting.exp.others - This will allow a player to run the command /xp <other>.
- betterformatting.exp.set - This will allow a player to execute the command /xp set <amount>.
- betterformatting.exp.set.others - This will allow a player to execute the command /xp set <other> <amount>.
- betterformatting.exp.give - This will allow a player to run the command /xp give <amount>.
- betterformatting.exp.give.others - This will allow a player to run the command /xp give <other> <amount>.
Spoiler: config.yml
Code (Text):
#--------------------------------------------------------------------------#
# ____ __ __ ______ __ #
# / __ )___ / /_/ /____ _____ / ____/___ _________ ___ ____ _/ /_ #
# / __ / _ \/ __/ __/ _ \/ ___/ / /_ / __ \/ ___/ __ `__ \/ __ `/ __/ #
# / /_/ / __/ /_/ /_/ __/ / / __/ / /_/ / / / / / / / / /_/ / /_ #
# /_____/\___/\__/\__/\___/_/ /_/ \____/_/ /_/ /_/ /_/\__,_/\__/ #
# by Ryuji(Ryu) #
#--------------------------------------------------------------------------#
settings:
# This is the minimal amount of numbers that will appear in behind the decimal
# Example: 100.0
min-decimal-places: 1
# This is the maximum amount of numbers that will appear in behind the decimal
# Example: 100.00
max-decimal-places: 2
# If this is enabled it'll send the users if the other user's balance is
# higher, lower or the same as theirs.
display-other-balance-is-higher-or-lower: true
# Allows you to change the color of the numbers after the decimal point.
color-after-decimal: '&7'
# ____ __ __ ______ __ #
# / __ )___ / /_/ /____ _____ / ____/___ _________ ___ ____ _/ /_ #
# / __ / _ \/ __/ __/ _ \/ ___/ / /_ / __ \/ ___/ __ `__ \/ __ `/ __/ #
# / /_/ / __/ /_/ /_/ __/ / / __/ / /_/ / / / / / / / / /_/ / /_ #
# /_____/\___/\__/\__/\___/_/ /_/ \____/_/ /_/ /_/ /_/\__,_/\__/ #
# by Ryuji(Ryu) #
#--------------------------------------------------------------------------#
settings:
# This is the minimal amount of numbers that will appear in behind the decimal
# Example: 100.0
min-decimal-places: 1
# This is the maximum amount of numbers that will appear in behind the decimal
# Example: 100.00
max-decimal-places: 2
# If this is enabled it'll send the users if the other user's balance is
# higher, lower or the same as theirs.
display-other-balance-is-higher-or-lower: true
# Allows you to change the color of the numbers after the decimal point.
color-after-decimal: '&7'
Spoiler: lang.yml
Code (Text):
BETTER-FORMATTING-BALANCE:
balance:
- '&e&lYour Balance: &f${balance}'
- '&7Use /withdraw or /pay to transfer funds.'
balance-other-higher:
- '&7They''re richer than you!'
balance-other-same:
- '&7They''re just as rich as you!'
balance-other-lower:
- '&7You''re richer than them!'
balance-other:
- '&e&l{target}''s Balance: &f${balance}'
balance-target-not-existing:
- '&c&l(!) &c{target} is not locally online.'
balance-reload:
- '&aBetterFormatting Reload Complete!'
balance-no-permission:
- '&4[&cSystem&4] &7You don''t have &cpermission&7 for that command!'
BETTER-FORMATTING-EXPERIENCE:
experience:
- '&e&lYour Experience: &f{experience} exp &e(Level &f{levels}&e)'
- '&7Use /xpbottle to withdraw experience.'
experience-other:
- '&e&l{target}''s Experience: &f{experience} exp &e(Level &f{levels}&e)'
experience-set-help:
- '&4[&cSystem&4] &7Ussage: /exp set <user> <amount>'
experience-set-self:
- '&2[&aSystem&2] &aYou have successfully updated your experience!'
- '&e&l{player} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-set-other:
- '&2[&aSystem&2] &aYou have successfully updated {target} experience!'
- '&e&l{target} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-give-help:
- '&4[&cSystem&4] &7Ussage: /exp give <user> <amount>'
experience-give-self:
- '&2[&aSystem&2] &aYou have successfully updated your experience!'
- '&e&l{player} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-give-other:
- '&2[&aSystem&2] &aYou have successfully updated {target} experience!'
- '&e&l{target} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-target-not-existing:
- '&2[&aSystem&2] &aSearching for user by the name of &2&n{target}&a...'
- '&4[&cSystem&4] &c{target} was unable to be located!'
experience-no-permission:
- '&4[&cSystem&4] &7You don''t have &cpermission&7 for that command!'
balance:
- '&e&lYour Balance: &f${balance}'
- '&7Use /withdraw or /pay to transfer funds.'
balance-other-higher:
- '&7They''re richer than you!'
balance-other-same:
- '&7They''re just as rich as you!'
balance-other-lower:
- '&7You''re richer than them!'
balance-other:
- '&e&l{target}''s Balance: &f${balance}'
balance-target-not-existing:
- '&c&l(!) &c{target} is not locally online.'
balance-reload:
- '&aBetterFormatting Reload Complete!'
balance-no-permission:
- '&4[&cSystem&4] &7You don''t have &cpermission&7 for that command!'
BETTER-FORMATTING-EXPERIENCE:
experience:
- '&e&lYour Experience: &f{experience} exp &e(Level &f{levels}&e)'
- '&7Use /xpbottle to withdraw experience.'
experience-other:
- '&e&l{target}''s Experience: &f{experience} exp &e(Level &f{levels}&e)'
experience-set-help:
- '&4[&cSystem&4] &7Ussage: /exp set <user> <amount>'
experience-set-self:
- '&2[&aSystem&2] &aYou have successfully updated your experience!'
- '&e&l{player} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-set-other:
- '&2[&aSystem&2] &aYou have successfully updated {target} experience!'
- '&e&l{target} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-give-help:
- '&4[&cSystem&4] &7Ussage: /exp give <user> <amount>'
experience-give-self:
- '&2[&aSystem&2] &aYou have successfully updated your experience!'
- '&e&l{player} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-give-other:
- '&2[&aSystem&2] &aYou have successfully updated {target} experience!'
- '&e&l{target} &eExperience is now: &f{experience} exp &e(Level &f{levels}&e)'
experience-target-not-existing:
- '&2[&aSystem&2] &aSearching for user by the name of &2&n{target}&a...'
- '&4[&cSystem&4] &c{target} was unable to be located!'
experience-no-permission:
- '&4[&cSystem&4] &7You don''t have &cpermission&7 for that command!'
Your server running Better Formatting ?
Message me your IP Address, and I'll add it!
Message me your IP Address, and I'll add it!
- play.fuscraft.net
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Better Formatting is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 885 times (via Spigot). Download it and open it directly in the game.