options: perm: server.cmd on right click: if player's held item is grass named "&2&lMARIHUANA": remove 1 grass named "&2&lMARIHUANA" from player's inventory apply nausea 1 for 15 seconds to player apply speed 3 for 15 seconds to player stop if player's held item is sugar named "&f&lMETAMFETAMINA": remove 1 sugar named "&f&lMETAMFETAMINA" from player's inventory apply strength 2 for 120 seconds to player apply regeneration 1 for 120 seconds to player apply night vision 1 for 180 seconds to player stop command /narkotyk [] [] []: permission: {@perm} permission message: &4Blad: &cNie masz uprawnien! trigger: if arg 1 is not set: send "&4Blad: &cUzycie: /narkotyk [] [] []" stop else: if arg 2 is not set: send "&4Blad: &cUzycie: /narkotyk [] [] []" stop else: if arg 3 is not set: send "&4Blad: &cUzycie: /narkotyk [] [] []" stop else: if arg 1 is not "1" or "2": send "&4Blad: &cDostępne rodzaje: 1 - Marihuana, 2 - Metamfetamina" stop else: if arg 1 is "1": give arg 2 arg 3 grass named "&2&lMARIHUANA" stop else: if arg 1 is "2": give arg 2 arg 3 sugar named "&f&lMETAMFETAMINA" stop