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 to player for 15 seconds apply speed 3 to player for 15 seconds stop if player's held item is sugar named "&f&lMETAMFETAMINA": remove 1 sugar named "&f&lMETAMFETAMINA" from player's inventory apply strength 2 to player for 120 seconds apply regeneration 1 to player for 120 seconds apply night vision 1 to player for 180 seconds 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