Tutorials_for_BDFD

Pokemon En

Nov 17th, 2022
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. VARIABLES:
  2. spawn - empty
  3. caught - empty
  4.  
  5. codes:
  6. command 1:
  7. prefix: !pspawn
  8. $nomention
  9. $title[LOADING...]
  10. $deleteIn[2s]
  11. $color[#ffffff]
  12. $setServerVar[spawn;$randomText[Bulbasaur;Ivysaur;Venusaur;Charmander;Charmeleon;Charizard;Squirtle;Wartortle;Blastoise;Caterpie;Metapod;Butterfree;weedle;Kakuna;Beedrill;Pidgey;Pidgeotto;Pidgeot;Rattata;Raticate;Spearow;Fearow;ekans;Arbok;Pikachu;Raichu;Sandshrew;Sandslash;Nidorina;Nidoqueen;Nidorino;Nidoking;clefairy;Clefable;Vulpix;Ninetales;Crobat;Gastly;Talonflame;Granbull;Zubat;Golbat;Diglett;Dugtrio;Oddish;Gloom;Vileplum;Paras;Parasect;Venonat;Venomoth;Meowth;Persian;Psyduck;Golduck;Mankey;Primeape;Growlithe;Arcanine;Poliwag;Poliwhirl;Poliwrath;Abra;Kadabra;Alakazam;Machop;Machoke;Machamp;Bellsprout;Mankey;Mew;Mewtwo]]
  13.  
  14. command 2:
  15. prefix: !pspawn //*IT MUST BE THE SAME AS THE FIRST COMMAND*
  16. $nomention
  17. $replyIn[3s]
  18. $image[https://professorlotus.com/Sprites/$getServerVar[spawn]]
  19. $footer[Type !catch <pokemon> to catch it]
  20. $color[$random[111111;999999]]
  21. $color[$random[00;999999]]
  22. $globalCooldown[15s;Pls wait 15s To catch another pokemon]
  23.  
  24. command 3:
  25. prefix: !pcatch //its just an example u can change it to whatever u want
  26. $nomention
  27.  
  28. $onlyIf[$message==$getServerVar[spawn];Thats not the pokemon]
  29. $title[You catched $message[1]]
  30. $image[https://professorlotus.com/Sprites/$getServerVar[spawn]]$color[$random[000000;100000]]
  31.  
  32. $setUserVar[caught;$getUserVar[caught;$authorID]
  33. $getServerVar[spawn];$authorID]
  34.  
  35. command 4:
  36. prefix: !pinv //its just an example u can change it to whatever you want//
  37. $nomention
  38. $title[$username[$mentioned[1;yes]] 's pokemon inventory]
  39. $description[
  40. $getUserVar[caught;$mentioned[<]]]
  41. $footer[!pspawn]
Advertisement
Add Comment
Please, Sign In to add comment