Automatic ATM machine

Enhanced ATM is a complementary mod for BubusteinMoney that enables and enhances the disabled ATM functionality with a modern GUI interface for banking operations and real-time currency exchange.

File Details

enhancedatm-1.0.2.jar

  • R
  • Oct 3, 2025
  • 2.20 MB
  • 1.0K
  • 1.20.1
  • Forge

File Name

enhancedatm-1.0.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:enhanced-atm-1354683:7062862")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

I have added a new feature to block the use of the ATM globally, we will only be able to use the atm when we have a bank permission block in the ATM range, this is configurable through the enhancedatm-common.toml file located in \serverconfig enhancedatm.

Podemos ver la siguiente configuracion

["Bank Permission System"]
#Configuration for the Bank Permission System that controls ATM access
#Enable the Bank Permission System (requires Bank Permission Block near ATMs)
enable_bank_permission_system = false
#Range in blocks to search for Bank Permission Block around ATMs
#Range: 1 ~ 64
bank_permission_range = 10
 
By default this function will be disabled so all users will be able to use the atm without limitations.