#DeluxeMenus shop + UltraEconomy

1 messages · Page 1 of 1 (latest)

sage hatch
#

For some reason, everything was deleted when I posted the ad, but I'll duplicate it - Hello, I need help with creating a store through the deluxe menu, or rather help with checking for the amount of money, I use the UltraEconomy plugin to create multiple currencies and in this plugin currency formatting goes like this - xx.xxx.xx and when I make, say, a product for 25 currency donat, and I have 1.000 on my account, the plugin sees only the first digit and believes that I do not have 1000 currency donat, but 1, and I do not know how to fix it

silent forge
#

from tanguygab's message

placeholderAPI config.yml

replace:
  bulk-replacements:
    no-special-chars:
      ",": ""
      ":": ""
      "-": ""
      "_": ""
      " ": ""
      "'": ""
      ".": ""

%replace_bulk_<bulk-config>_<input>%
example: %replace_bulk_no-special-chars_Hi, I'm: Tanguy.% would return HiImTanguy

sage hatch
#

He deletes my photos (I'm just Russian and I can't read exactly why I can't throw a photo)

silent forge
#

use replace expansion

sage hatch
#

Right now I'm trying to understand what you wrote here, I'm translating through a translator, it turns out I need this: %replace_bulk_no-special-chars_Hi, I'm: Tanguy.%, replace with your text? I just don't really understand how it should look in my case

silent forge
#

you can use placeholder inside a placeholder

#

%replace_{UltraEconomy}%

#

like so

#

%replace_bulk_no-special-chars_{UltraEconomy_balance}%

sage hatch
#

That is, I am writing this: %replace_bulk_no-special-chars_uecon_balance_A_total% and where should I put it?

sage hatch
silent forge
silent forge
#

so you will do %replace_bulk_no-special-chars_{uecon_balance_A_total}%

sage hatch
#

And where should I write it in what config, and where?

sage hatch
silent forge
#

you just need find replace and put it in

  bulk-replacements:
    no-special-chars:
      ",": ""
      ":": ""
      "-": ""
      "_": ""
      " ": ""
      "'": ""
      ".": ""
#

example

#

i find player expansion

#

yellow box is default config of player

#

and i but my custom config right on the bottom (green line)

silent forge
#

if its not, just add it

sage hatch
#

I will now try to send a photo of the config

#

I kind of roughly understood

silent forge
#

first thing: download replace from ecloud

#

second: find replace in config.yml of placeholderAPI

sage hatch
#

I can’t download it, replace it, because it can’t be downloaded, it’s simply not there

#

will send it like this because when I send it from my computer, my photo is deleted

silent forge
sage hatch
#

thank you very much, I'll try it now

#

I got a replace in the config, I now need to replace the text inside "replace" with the one you sent me, right?

#

This is how it worked out for me, now I need to take the placeholder %replace_bulk_no-special-chars_{uecon_balance_A_total}% and where should I write it, I just don’t understand, in which config and where?

silent forge
#

and format will turn x.xxx to xxxxx

sage hatch
#

So I just need to write /papi parse? And the PlaceHolder itself, where do I need to write to? Just please answer where to write - is it %replace_bulk_no-special-chars_{uecon_balance_A_total}%? And it is necessary to write it somewhere at all?

#

And I think I understood, I wrote the command /papi parsename %replace_bulk_no-special-chars_{uecon_balance_A_total}%, but nothing has changed, my balance of 1,020, not 1020, has been transferred to my chat, and nothing has been fixed

sage hatch
#

I understand that I have been delaying you for a long time, but can you please explain in more detail, or write a complete command so that I copied and everything worked exactly, I just tried, but it didn't work out unfortunately

sage hatch
#

YES

silent forge