Jump to content

Help me please :)


Oxproc

Recommended Posts

I am trying to create some kind of rebirth system but when I tried this it didnt work, ples help me

command /rebirth:
  trigger:
    if {bits.%player%} is 400000000 or higher:
      broadcast "{@Prefix} &f%player% just rebirthed!"
      add 1 to {rebirths.%player%}
      set {bits.%player%} to 0
    else:
      send "&cYou need &4400000000 &bBits&c or higher!"

Link to comment
Share on other sites

37 minutes ago, Oxproc said:

I am trying to create some kind of rebirth system but when I tried this it didnt work, ples help me

command /rebirth:
  trigger:
    if {bits.%player%} is 400000000 or higher:
      broadcast "{@Prefix} &f%player% just rebirthed!"
      add 1 to {rebirths.%player%}
      set {bits.%player%} to 0
    else:
      send "&cYou need &4400000000 &bBits&c or higher!"

Try using the condition as follows:

if {bits.%player%} >= 400000000:

Ok, enjoy. 🙂

  • Like 1

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...