Ninpocho Chronicles

Ninpocho Chronicles is a fantasy-ish setting storyline, set in an alternate universe World of Ninjas, where the Naruto and Boruto series take place. This means that none of the canon characters exists, or existed here.

Each ninja starts from the bottom and start their training as an Academy Student. From there they develop abilities akin to that of demigods as they grow in age and experience.

Along the way they gain new friends (or enemies), take on jobs and complete contracts and missions for their respective villages where their training and skill will be tested to their limits.

The sky is the limit as the blank page you see before you can be filled with countless of adventures with your character in the game.

This is Ninpocho Chronicles.

Current Ninpocho Time:

BB codes

  • [B], [I], [U], [S] - bold, Italic, Underline, Struck-through

    Basic text formatting for the wrapped text.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [BGCOLOR=color], [FONT=font], [SIZE=size] - Background color, Text color, Font, Size

    Advanced text formatting options for wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [BGCOLOR=#FAA]red[/BGCOLOR] and [BGCOLOR=#AAF]blue[/BGCOLOR] highlighted text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is red and blue highlighted text.
    This is Courier New text.
    This is small and big text.
  • [SUB], [SUP] - Subscript, Superscript

    Position wrapped text.
    Example:
    This is [SUB]subscript[/SUB] text.
    This is [SUP]superscript[/SUP] text.
    Output:
    This is subscript text.
    This is superscript text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [[email protected]]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]Username[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://ninpocho.com/images/nc-logo.png[/IMG]
    Output:
    nc-logo.png
  • [VIDEO] - Video

    Displays a video, using the wrapped text as the URL.
    Example:
    [VIDEO]https://ninpocho.com/styles/editor-manager/missing-video.mp3[/VIDEO]

    [VIDEO='width:300']https://ninpocho.com/styles/editor-manager/missing-video.mp3[/VIDEO]
    Output:


  • [AUDIO] - Audio

    Displays an audio player, using the wrapped text as URL.
    Example:
    [AUDIO]https://ninpocho.com/styles/editor-manager/missing-audio.mp3[/AUDIO]
    Output:
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: Apple Music, Bluesky, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [RIGHT], [CENTER], [JUSTIFY] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    [JUSTIFY]This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.[/JUSTIFY]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
    This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block. This is a justified text block.​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Inline text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

    PHP code:
    PHP:
    echo $hello . ' world';

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.

    Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
    Output:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [TABLE=class] - Tables (Advanced)

    Advanced table styling.
    Example:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Option adds additional styling.
    [TABLE=noborder]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    Multiple styles can be combined.
    [TABLE=collapse,right,nobackground]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]

    [TABLE=collapse,center,alternate]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    Output:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text

    [INDENT=2]More indented[/INDENT]
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [HIDE], [HIDEPOSTS], [HIDEREPLY], [HIDETHANKS], [HIDEREPLYTHANKS], [HIDEGROUP] - Hide content

    Hides wrapped text until certain conditions are fullfilled.
    Example:
    [HIDE]Hides wrapped content.[/HIDE]

    [HIDEPOSTS]Hides until user reached number of posts.[/HIDEPOSTS]

    [HIDEREPLY]Hides content until viewer replied to thread.[/HIDEREPLY]

    [HIDETHANKS]Hides content until viewer reacted to content.[/HIDETHANKS]

    [HIDEREPLYTHANKS]Hides content until viewer replied to thread or reacted to content.[/HIDEREPLYTHANKS]

    [HIDEGROUP=administrator]Hides content for non-administrators.[/HIDEGROUP]
    Output:
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need -1 more posts to view this content
    Hidden content
    You need to reply to this thread in order to see this content.
    Hidden content
    You need to react to this post in order to see this content.
    Hidden content
    You need to reply to this thread or react to this post in order to see this content.
    Hidden content
    You need to be in at least one of the following groups to see this content: Administrative
  • [ALIGN=option] - align

    Example:
    [align={IDENTIFIER}]{TEXT
    Output:
    {TEXT
  • [ANCHOR=option] - anchor

    [anchor=anchor_name]any text[/anchor]
    Example:
    [anchor={IDENTIFIER}]{TEXT}[/anchor]
    Output:
  • [BL] - bl

    Example:
    [bl]{text}[/bl]
    Output:
  • [CA] - ca

    [ca] name of core ability here, no spaces, no caps. [/ca]
    Example:
    [ca]{text}[/ca]
    Output:
  • [DIVBOX=option] - divbox

    [divbox=#color]TEXT[/divbox]
    Example:
    [divbox={option}]{text}[/divbox]
    Output:
    {text}
  • [FIMG=option] - fimg

    image floating
    Example:
    [fimg=left / right]{URL}[/fimg]
    Output:
  • [FONTFACE=option] - fontface

    Changing fonts using fontface. [fontface=Name of font, ex. Verdana] Text with new font here. [/fontface] | Remember, not all fonts are supported!
    Example:
    [fontface={text}]{TEXT}[/fontface]
    Output:
    {TEXT}
  • [GLOW=option] - glow

    [glow=Color goes here]Text goes here[/glow]
    Example:
    [glow={COLOR}]{TEXT}[/glow]
    Output:
    {TEXT}
  • [GOTO=option] - goto

    [goto=anchor_name]Link Text[/goto]
    Example:
    [goto={IDENTIFIER}]{TEXT}[/goto]
    Output:
  • [GROUP] - Group

    Lists an entire village group.
    Example:
    [group]8[/group]
    Output:
    [A table of all members in group id 8 (Cloud), sorted by branches would appear here]
  • [GSHEETS] - gsheets

    [gsheets] identifier [/gsheets] - Ex. [gsheets]12SSmvNnW3ByEWq1vxE63InCtQ6uAiL-xpWQSSTAwDos[gsheets]
    Example:
    [gsheets]{text}[/gsheets]
    Output:
  • [GSURVEY] - gsurvey

    [gsurvey] Identifier [/gsurvey] - Ex. [gsurvey]1E_xX3ltW0YYxY9wMU8_Wv_rhVCyd_eoJM9kv9HXTSag[/gsurvey]
    Example:
    [gsurvey]{text}[/gsurvey]
    Output:
  • [HIGHLIGHT=option] - highlight

    [highlight=Color goes here] Text goes here [/highlight]
    Example:
    [highlight={color}]{text}[/highlight]
    Output:
    {text}
  • [INDENT] - indent

    Enter a number between the ][ & you will get an indent.
    Example:
    [indent]{number}[/indent]
    Output:
  • [KIN] - kin

    [kin] name of kinjutsu here, no spaces, no caps. [/kin]
    Example:
    [kin]{text}[/kin]
    Output:
  • [KUMOGAKUREAN=option] - Kumogakurean Languages

    Replaces the font of the text inside the tag with one fitting the language chosen
    Example:
    [kumogakurean="Classic"]This is a message in Classic[/kumogakurean]
    [kumogakurean="Vulgar"]This is a message in Vulgar[/kumogakurean]
    [kumogakurean="Spy"]This is a message in the spy language[/kumogakurean]
    Output:
    This is a message in Classic
    This is a message in Vulgar
    This is a message in the spy language
  • [MAGICTEXT=option] - Magic Text

    Adds an animated gradient to the text
    Example:
    [magictext="#000|#888|#fff"] Text to be colored goes here [/magictext]
    Output:
    Texty text
  • [POST] - Mirror Post

    Retrieves the content of a post.
    Example:
    [post]171[/post]
    Output:
    Do Not's of NC
    1. Do not Godmod.
      • If you do not know what Godmoding means, it is when you instantly hit or always dodge things. In essence, ensuring something happens in an RP that isn't completely up to you to decide and basically making your character into a "god." If you would like more information on Godmodding, refer to the following link:[LINK]
      • Godmodding is considered to be a punishable offense on NC.
    2. Do not Metagame.
      • Metagaming is when you have OOC knowledge of something and use it IC. If you don't know about something IC, you cannot apply it IC. If you would like more information on Metagaming, refer to the following link:[LINK]
      • Godmodding is considered to be a punishable offense on NC.
    3. Do not flame other players.
      • Flaming is the act of bashing or insulting another user or group of users. While this often involves the use of profanity it does not have to. If you would like more information on Flaming, refer to the following link: [LINK]
      • To clarify, you can flame other characters, however, making an OOC post in an RP, discussion thread, private message or anywhere on site to flame/insult another player is against the site rules. The Mini chat is considered to fall under this rule as well.
      • Accusing people of things which are false is considered a flame. It's insulting to the person(s) being accused and will be treated just as seriously as any other flame. If you are not 100% certain of the claim, don't make it.
      • Flaming is considered to be a punishable offense on NC.
    4. Do not flame-bait.
      • Flame-baiting is egging people to flame you.
      • Flaming is considered to be a punishable offense on NC.
    5. Do not Grief other users.
      • Grieving is the act of deliberately irritating and harassing other users within the game. This rule is used to differentiate between a player that Flames/Flame Baits a single target or group of targets. If you are habitually harassing the same member or group of members, that would be an example of griefing. In addition, this rule also considers the RP environment - if you are using your in-game character to harass a user or group of users (such as fighting students for no reason or fighting a player you have no IC reason to but have a gripe with out of character).
      • Griefing is considered to be a punishable offense on NC
    6. Do not make false-accusations.
      • If you state someone did something and they did not and you knew that they did not, or you fabricated evidence against them, you are making a false accusation against someone.
      • False Accusations are considered to be a punishable offense on NC.
    7. Do not revive dead topics.
      • If an Out of Character Discussion topic has been dead for over 2 weeks, it is considered dead.
      • An RP that everyone has left is also considered to be a dead topic.
      • If a topic is not posted in by a user for more than 5 days, that person is considered to be no longer in the topic unless the player(s) in the topic wish to skip the user's turn until he/she has returned.
      • If a topic is not posted in by a user for more than 5 days and there is only 2 users, the other player may leave the topic without being stopped at any time.
      • If a player has died, he/she may continue RP'ing in topics after his/her death with that character that he/she was active in prior to their death as long as EVERY member in the thread consents.
      • The act of reviving a dead topic is also termed: Topic Necromancing.
    8. Do not loophole.
      • Loopholing is the act of exploiting a not-explicitly-forbidden part of a rule; violating the spirit of the law but not the letter; or finding something not specifically included in the rules and stating because it does not explicitly state that something is against the rules that it is acceptable. Loopholes include misuses of the battle system, run rules, site rules, staff rules, etc.
      • An example of loopholing is stating that it is acceptable to flame a certain user IC because it is stated as acceptable in the Flaming Rules above, but the references made are based on an out of character disagreement (such as a break-up out of character automatically for no reason becoming in-character drama or an excuse to attack and kill another user). In this particular example the user would be breaking another rule, Griefing.
    9. Do not attempt to lawyer the rules.
      • Rule Lawyering is similar to loopholing, except a user is attempting to justify their loopholing with rules being taken out of context. If you would like more information on Rule Lawyering, refer to the following link: [LINK]
    10. Use common sense.
  • [PROGRESS=option] - progress

    [progress=Number between 1 and 100][/progress]
    Example:
    [progress=Number between 1 and 100][/progress]
    Output:
  • [RULE] - rule

    [rule] name of the rule (shortened or abbreviated) avasig = Avatar and Signature rules code = Code of conduct, etc. [/rule]
    Example:
    [rule]{text}[/rule]
    Output:
  • [STRIKE] - Strike

    Example:
    [Strike]{text}[/Strike]
    Output:
    {text}
  • [TAB=option] - tab

    [tab=Tab title]Tab contents[/tab]
    Example:
    [tab={option}]{text}[/tab]
    Output:
    {text}{option}
  • [TABS] - tabs

    [tabs]Tabs go in here[/tabs]
    Example:
    [tabs]{text}[/tabs]
    Output:
     
    {text} X
  • [TALENTCALCULATOR] - Talent Calculator

    Displays
    Example:
    [talentcalculator]benevolent1100100310002[/talentcalculator]
    Output:
  • [TOOLTIP=option] - Tooltip

    Adds a tooltip on hover to the text inside the bbcode
    Example:
    A [i][tooltip="This is a Technique which alters the Battlefield with an effect."]Terrain Technique[/tooltip][/i] can do fun things. Hover over the italicized word.
    Output:
    A Terrain Technique can do fun things. Hover over the italicized word.
  • [WARNING] - warning

    [warning]Text[/warning]
    Example:
    [warning]{TEXT}[/warning]
    Output:
    !
    {TEXT}
  • [YOUTUBE] - youtube

    [youtube]Video ID (What comes after v= in the url)|height|width[/youtube]
    Example:
    [youtube]ndsaoMFz9J4|225|400[/youtube]
    Output:

Current Ninpocho Time:

Back
Top