I made a BedWars plugin and Enabled give money to the winner. What is the command to give money to the winner?
Bcs when I tried to make myself a winner its not giving me the reward/money. Thanks
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
I made a BedWars plugin and Enabled give money to the winner. What is the command to give money to the winner?
Bcs when I tried to make myself a winner its not giving me the reward/money. Thanks
Goggle has it :P.
I cant find it . how to auto give money to the winner
Which plugin do you exactly use? Maybe you can send us a link to that plugin.
hi
Bedwars rel
This is actually the problem.
In my bedwarsrel config:
rewards:
enabled: true
player-win:
- /eco give {WINNER} 2000
player-end-game:
- /eco give {WINNNER} 50
player-destroy-bed:
- /eco give {WINNER} 250
player-kill:
- /eco give {WINNER} 30
Player-win: needs command so that he/she/they can automatically recieve a money..
and the three options too.
what command will I put instead of
- /eco give {WINNER} 2000
As you can see here: https://github.com/BedwarsRel/BedwarsRel/wiki/Configuration
You have to use player and not WINNER as variable
Then what will im going to do What will im going to change, sorry Im just a newbie
/eco give?. is it /eco give {player} or what?
yes, i think so.
You may have to set the command into quotes
can you give me an example? like this or remove the slashes
enabled: true
player-win:
- /eco give {player} 2000
player-end-game:
- /eco give {player} 50
player-destroy-bed:
- /eco give {player} 250
player-kill:
- /eco give {player} 30
This is the official example config: https://github.com/BedwarsRel/BedwarsRel/wiki/Configuration
enabled: true
player-win:
- /eco give {player} 2000
player-end-game:
- /eco give {player} 50
player-destroy-bed:
- /eco give {player} 250
player-kill:
- /eco give {player} 30
I tried this, It worked. Thankyou very much
Sorry for disturbing.