• 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.

Notice MadCommands Multiple Posts Guideline

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.
Status
Not open for further replies.

thedeibo

Department Head
Staff Member
Department Head
Community Team
#1
This is a thread to explain how you can post your whole MadCommands on the forum without worrying about the forum limit.

PasteBin / GhostBin:
Use A service such as pastebin or ghostbin to keep all the MadCommands on one handy page.

OR

Use this approach
This will require the users editing their original post, and no more than three parts per project.
Here is the example:
/helloworld

This command is a simple Hello World. People use the command, and it prints a message off to the player

Part 1
Part 2
Part 3

To do the hyperlinks, right click the time above the posts (Usually directly above the profile picture) and click "Insert Link" at the top and paste it in.
Of course, if you feel safer using a pastebin, you can still use it. As long as you describe the command on the post sufficiently.
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#2
Part 1:

This part does...

Code:
 Try to put the code in [code] . tags.

/cmd create helloworld
/cmd add helloworld message %p% Hello!
/cmd add helloworld exit
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#3
Part 2:

This part does...
Code:
 Try to put the code in [code] . tags.

/cmd create helloworld2
/cmd add helloworld2 message %p% Hello!
/cmd add helloworld2 exit
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#4
Part 3:

This part does...

Code:
 Try to put the code in [code] . tags.

/cmd create helloworld3
/cmd add helloworld3 message %p% Hello!
/cmd add helloworld3 exit
 
Status
Not open for further replies.