Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-only
Published 9 months ago
Updated 5 hours ago
The What
Whenever a player dies, their balance is reduced by 5 Silver (unrecoverable). If this brings them into debt, they are banned. In singleplayer, the player is switched to spectator instead.
Configuration
Config file is located at config/hardcore-capitalism.cfg. Default:
# whether players should lose money on death
enableTakingMoney = true
# how much money (in copper coins) is taken from the player upon death
# default: 500
moneyTaken = 500
# whether players should be able to get banned
enableBanning = true
# ban the player if their balance (in copper coins) is lower than this upon death
# default: 0
banThreshold = 0


