• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Shorter give (/i)

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.

Piro101

Tree Puncher
#1
Code:
/cmd create i Usage: /i <item> | Shorter give
/cmd add i if varset(%args%[1]) then goto 4
/cmd add i message %p% Usage: /i <item> | Shorter give
/cmd add i exit
/cmd add i let %item% = %args%[1]
/cmd add i give %p% %item%
/cmd add i message %p% §f enjoy the %item%s
I hope you enjoyed
Message me for any errors in the code
 

Piro101

Tree Puncher
#4
Code:
/cmd create i Usage: /i <item> | Shorter give
/cmd add i if varset(%args%[1]) then goto 4
/cmd add i message %p% Usage: /i <item> | Shorter give
/cmd add i exit
/cmd add i let %item% = %args%[1]
/cmd add i /give %p% %item%
/cmd add i message %p% §f enjoy the %item%s
Sorry for the problem here is the fixed version