Register: true ##Made command doesent work ## #331


Open
  • redscull_ created this issue Apr 17, 2022

    when putting register: true makes the command incapable of working

     

    Working command scripts 

     

    Rankup_Merchant:
     command: /rankup Merchant 
     Text:
     - Congratulations! You Are Now A Merchant
     type: RUN_CONSOLE
     runcmd:
     - lp user $player parent set Merchant 
     cost: 7500
     delaytimer: 5
     Permission-required: true
     permission-node: Rankup.Merchant

     

    NOT WORKING 

     

    Rankup_Merchant:
     command: /rankup Merchant
     Text:
     - Congratulations! You Are Now A Merchant
     type: RUN_CONSOLE
     runcmd:
     - lp user $player parent set Merchant
     cost: 7500
     delaytimer: 5
     Permission-required: true
     permission-node: Rankup.Merchant

     register: true

  • elek_m posted a comment Oct 2, 2022

    i have the same issue on latest version. 


To post a comment, please login or register a new account.