I am looking to add the amount of a players pocketmoney to their prefix. I use -uchat- which shows kills, but I'd like to change it to show pocket money, so the plugin will need to search a different config file. I can do some customization myself so I am not looking for someone to do the work for me. But any help anyone could provide would be appreciated. The primary help I would need is how would I get it to search a the right config file using getmoney. Thank you. p.s. Can I turn off spell check in my posts? its pretty annoying when writing a plugin name.
I dont know if it is possible it is probably something with a loop that updates the prefix of the player with to the variable where there money is stored in(Once again iam NOT sure) And are you using a tablad/phone that has spellcheck enabled?or are you using a computer?
Use this For starting you must detect player PHP: $user = $issuer->username;\\then, you get player money using pm \\$moneyPlayer = PocketMoney::getMoney($user); Then you must change sending chat format. Using variable: $moneyPlayer