mastercake10 / TimeIsMoney

Time Is Money - Bukkit plugin that pays out players for their online time!
GNU General Public License v3.0
43 stars 26 forks source link

TiM 1.9.6.15 new ATMs only works if added manually and after server restart #76

Closed CloudeLecaw closed 4 years ago

CloudeLecaw commented 4 years ago

first i noticed the new entry for atms

# The label that is drawn on the sign upon placement (keep in mind that ATM signs are tracked using this tag, so choose something "unique")
atm_sign_label: "&cATM"

is not added.

Then i tried adding it manually.

Result: the atm still shows ATM after creating what means the info is taken from the jar not from the config :3

CloudeLecaw commented 4 years ago

Now after restart of server worked.

but the Lines have to be added manually

# The label that is drawn on the sign upon placement (keep in mind that ATM signs are tracked using this tag, so choose something "unique")
atm_sign_label: "&cATM"

this may should be fixed 🥉 many owners do not know this has to be added manually ;)

Maybe at the moment the value is only there on a fresh created config? :3