replace all "3" with "³" in %liteeco_balance% <- or something

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

cutekitten03

New Member
Sep 12, 2023
7
1
3
24
basicly i want to replace that number in the placeholder with another Every tick. my code:
Code:
every tick:
        replace all "3" with "text" in %liteeco_balance%
 
im not getting any errors, but basicly am setting the balance placeholder's numbers from 1-9 to ¹-⁹ (<- custom icon resourcepack), before you ask, yes my rp works.
 
im not getting any errors, but basicly am setting the balance placeholder's numbers from 1-9 to ¹-⁹ (<- custom icon resourcepack), before you ask, yes my rp works.
Do you have a skript ready (I'm assuming you do)? If so, please share so it can be easier for me to help you.
 
basicly i want to replace that number in the placeholder with another Every tick. my code:
Code:
every tick:
        replace all "3" with "text" in %liteeco_balance%
Hello @cutekitten03 , After reading your request I've decided to Accept it.

It seems that you are trying to replace a placeholder's part that contains "3" with a custom symbol.

I've decided to help you by making a skript that fulfills your need. The skript you've requested:

Please note that to use Placeholders in your skript, You need to parse them first.
To parse a placeholder, You need some extra addons such as Ersatz or skript-placeholders.

I highly recommend you to use Ersatz, You can download Ersatz from here.

To add Placeholders to your skript using Ersatz you can use the following code:

set {_balance} to placeholder "liteeco_balance"
set {_balance} to "%{_balance}%" parsed as integer


And to replace all "3" with the text you want, you can use the following code:

replace all "3" with "Your text goes here" in {_balance}


Please consider changing your thread's prefix to SOLVED by editing your first message
in the thread and selecting a prefix or just simply adding a [SOLVED] at the start of your
thread if you're problem is solved or no one has responded with a right answer.


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay


----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
----------------------------------------------------
 
Last edited:
Hello @cutekitten03 , After reading your request I've decided to Accept it.

It seems that you are trying to replace a placeholder's part that contains "3" with a custom symbol.

I've decided to help you by making a skript that fulfills your need. The skript you've requested:

Please note that to use Placeholders in your skript, You need to parse them first.
To parse a placeholder, You need some extra addons such as Ersatz or skript-placeholders.

I highly recommend you to use Ersatz, You can download Ersatz from here.

To add Placeholders to your skript using Ersatz you can use the following code:

set {_balance} to placeholder "liteeco_balance"
set {_balance} to "%{_balance}%" parsed as integer


And to replace all "3" with the text you want, you can use the following code:

replace all "3" with "Your text goes here" in {_balance}


Please consider changing your thread's prefix to SOLVED by editing your first message
in the thread and selecting a prefix or just simply adding a [SOLVED] at the start of your
thread if you're problem is solved or no one has responded with a right answer.


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay


----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
----------------------------------------------------
not to be rude but how thats written kinda looks like your a bot of some sort
 
not to be rude but how thats written kinda looks like your a bot of some sort
Do I look like a bot to you?
Sure, If you've found a bot/AI that can go to websites and create a replays this accurate and helpful, please let me know so I can use it and give people even more accurate answers! (Consider creating a conversation)


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay

----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
-----------------------------------------------------------

 
Do I look like a bot to you?
Sure, If you've found a bot/AI that can go to websites and create a replays this accurate and helpful, please let me know so I can use it and give people even more accurate answers! (Consider creating a conversation)


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay

----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
-----------------------------------------------------------
well still you should tone down how much color your using cause some colors make it either too hard to read or are too bright also the reason i thought you were a bot is cause 1: your name is "pay" and 2: your thingy "
Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay

----------------------------------------------------

I'm Always Happy to Help :emoji_blush:
-----------------------------------------------------------" mixed with the rest made it look super sus
 
Do I look like a bot to you?
Sure, If you've found a bot/AI that can go to websites and create a replays this accurate and helpful, please let me know so I can use it and give people even more accurate answers! (Consider creating a conversation)


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay

----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
-----------------------------------------------------------
I for once agree with neelix, that your a bot.
You just joined YESTERDAY, and your just spitting out responses that don't even work like ai.
 
  • Like
Reactions: Doodle
Hello @cutekitten03 , After reading your request I've decided to Accept it.

It seems that you are trying to replace a placeholder's part that contains "3" with a custom symbol.

I've decided to help you by making a skript that fulfills your need. The skript you've requested:

Please note that to use Placeholders in your skript, You need to parse them first.
To parse a placeholder, You need some extra addons such as Ersatz or skript-placeholders.

I highly recommend you to use Ersatz, You can download Ersatz from here.

To add Placeholders to your skript using Ersatz you can use the following code:

set {_balance} to placeholder "liteeco_balance"
set {_balance} to "%{_balance}%" parsed as integer


And to replace all "3" with the text you want, you can use the following code:

replace all "3" with "Your text goes here" in {_balance}


Please consider changing your thread's prefix to SOLVED by editing your first message
in the thread and selecting a prefix or just simply adding a [SOLVED] at the start of your
thread if you're problem is solved or no one has responded with a right answer.


Please remember that none of my skripts are tested or used before, so please let me know if there was any errors.

Kind Regards,
Pay


----------------------------------------------------
I'm Always Happy to Help :emoji_blush:
----------------------------------------------------
Yeah, as a confirmed skripter this is 86% AI. No way in hell you're gonna be talking like this.