• 0

    posted a message on Please Help Me With My Server!
    Hey,
    I have a Minecraft Pocket Edition PocketMine-MP server, and i have portforwarded, and everything but others still cant join. Please help!

    THanks!!!
    ~MattdaveMatt
    Posted in: MCPE: Servers
  • 0

    posted a message on Tangent Realm {Now with FREECRAFT PLUGIN!}
    Quote from Minecraftmandip

    Minecraftmandip
    11
    admin because I am op on mcpe213s server and want to try something a little higher

    By the way I am 11, but my maturity level is around 17-18

    look up how to port foward for whatever windows you have and click on one of them and you'll find one!


    I did, and I Am portforwarded, but it still wont work! :-/

    Quote from specialk_33

    Can I please be OP?
    Age: 12 but VERY mature
    IGN: specialk_33
    I have never been an OP so I can spend most of my time on this server. I have been playing Minecraft for two years and I am really good at building. I will kick (or ban, depending on the damage) anyone who doesn't follow the rules (or griefs something) and I will ALWAYS follow the rules. I will not give out free stuff unless you allow me to. I would rebuild anything that someone griefed.
    Proof that I will make a good OP: I have not been banned on any server, and always follow the rules, no matter what. I never swear either. ������

    I hope you will take this application into consideration.������
    ~specialk_33


    Considered! :)
    Posted in: MCPE: Servers
  • 0

    posted a message on Minidoesmcpe Minecraft PE Server [999slots] [survival] [Minigames]
    Quote from MiniDoesMcpe

    This is Minidoesmcpe Server
    The server is finally back online
    Sry for u guys to keep waiting

    Server ip:mini.pocketserver.net
    Port:10133

    Admins
    Owner:Minidoesmcpe(me)
    Co-Owner:Rage_the_turtle

    We are now accepting application
    We will pick some after some days


    Hey, mini. Rage_the_turtle got de-op'd. :/ also, when am i gonna get oped again? would you mind updating ur post(im a Admin, remember :) )?

    Thanks!
    ~MattdaveMatt
    Posted in: MCPE: Servers
  • 0

    posted a message on OFFICIAL MCPE: Mods/Tools Index Compilation - 21/11/13 - Current Mod/Tool count: 42 - REFORMATED!
    Hey dude. I think that the MOST important part of this the separation of mods that work on android and those compatible with iOS. Please differentiate between the two. Thanks!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [Looking For Admin]MiniDoesmcpe MCPE Survival Server [Finally Back Online] [New IP]
    Hey, Mini. can you op me when u get it online again? also. whats ur kik?
    Thanks
    ~MattdaveMattno, all of you thinking that im pesking. I put in my application for admin and have been accepted. :)also, G0ld_Panda, hit the 'follow this topic" in the top right. You'll be able to get a email notification! :)
    Posted in: MCPE: Servers
  • 0

    posted a message on Can you help me with my script?
    Hey,
    Can someone please help me fix this?
    Thanks!

    //MattPocketEdition v.1
    //By MattdaveMatt
    //Date 11/19/2013
    //Time 2:20-2:28



    function useItem(x,y,z,itemId,blockId,side) //Defines the function of useItem eg. itemId, and blockId, and setTitle..
    {
    if(itemId == 295) // If seeds on anything.
    {
    setTile(x,y+1,z,31); //Place tall grass above the block tapped.
    addItemInventory(295,-1); //Removes one Seed form inventory.
    }
    else if(itemId == 267) //If Iron Sword on anything.
    {
    setTile(x,y+1,z,51); //Place fire the block above it.
    {
    else if(itemId == 287) //If String on anything.
    {
    setTile(x,y+1,z,30); //Place cobweb.
    addItemInventory(287,-1); //Take away one String.
    }
    else if(itemId==282&&blockId==4) //If Mushroom Stew on cobblestone.
    {
    setTile(x,y,z,48); //Change it into Mossy Stone.
    addItemInventory(282,-1); //Remove one Mushroom Stew from inventory.
    }
    else if(itemId==296&&itemId==1) //If Wheat on stone.
    {
    addItemInventory(295,3); //Give player seeds.
    addItemInventory(296,-1); //Take away one Wheat.
    }
    else if(itemId==332) //If Snowball on anything.
    {
    setTile(x,y+1,z,78); //Place snow on top of it.
    addItemInventory(332,-1); //Remove one Snowball from inventory.
    }
    else if(itemId==318&&blockId==42) //If Flint on a Iron Block.
    {
    setTile(x,y+1,z); //Put fire on top of the Iron Block
    }
    else if(itemId==352&&blockId==6) //If a bone on a sapling.
    {
    addItemInventory(352,-1); //Remove one bone from player inventory.
    setTile(x,y,z,17); //Replace the sapling with wood.
    setTile(x,y+1,z,17); //place a log above the sapling cords.
    setTile(x,y+2,z,17); //Place a log two blocks above the sapling.
    setTile(x,y+3,z,17); //Place a log three blocks above the sapling.
    setTile(x,y+4,z,17); //Place a log four blocks above the sapling.
    setTile(x,y+5,z,17); //Place a log five blocks above the sapling.
    setTile(x,y+6,z,18); //Place a leaf block above the top wood block.
    setTile(x+1,y+5,z,18); //Place a leaf block one block to the right of the fifth log.
    setTile(x-1,y+5,z,18); //Place a leaf block one block to the left of the fifth log.
    setTile(x-1,y+5,z+1,18); //Place a leaf block diagonally with the fifth log?
    setTile(x+1,y+5,z-1,18); //Place a leaf block diagonally the other way with the fifth log?
    setTile(x+1,y+4,z,18); //Place a leaf block one block to the right of the fourth log.
    setTile(x-1,y+4,z,18); //Plave a leaf log on the left of the fourth log.
    setTile(x,y+4,z+1,18);
    setTile(x,y+4,z-1,18);
    setTile(x,y+4,z+2,18);
    setTile(x,y+4,z-2,18);
    setTile(x+2,y+4,z,18);
    setTile(x-2,y+4,z,18); //Basicly... it'll make a tree (I hope...).
    setTile(x-1,y+4,z-1,18);
    setTile(x+1,y+4,z+1,18);
    setTile(x+1,y+3,z,18);
    setTile(x-1,y+3,z,18);
    setTile(x,y+3,z+1,18);
    setTile(x,y+3,z-1,18);
    setTile(x+1,y+3,z+1);
    setTile(x-1,y+3,z-1);
    }
    }




    P.S. Please don't steal!
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Tangent Realm {Now with FREECRAFT PLUGIN!}
    Quote from G0ld_panda

    Still cant join


    hmmmmm...try now
    Posted in: MCPE: Servers
  • 0

    posted a message on Tangent Realm {Now with FREECRAFT PLUGIN!}
    Quote from DIam0ndMine53

    Name:Minidoesmcpe
    Age:13(i am mature lol)and i dont lie
    why:i owns a server and i hate griefer
    I will not abuse my power as an admin
    I will kick griefers first for warning if they keep griefing i will ban them

    and i cant join the server


    op me on MINIcraft and ur in!the server was down for maintenance. it is up now.
    Posted in: MCPE: Servers
  • 1

    posted a message on Tangent Realm {Now with FREECRAFT PLUGIN!}
    Hello all!

    I am here with a 24/7 (hopefully) MCPE PocketMine server.
    This server is being supported my www.ModPE.enjin.com

    IP: 190.168.1.58

    PORT: default

    If you grief, I WILL PERMBAN you!

    Plugins:
    FREECRAFT, (Yes freecraft!)
    MagicCarpet,
    SignConsole,
    Tap to Do,
    AutoElevator,
    SimpleWarp,
    AuthPro,
    PrivateAreaProtector,
    Home,
    And more! :)

    Owner: MattdaveMatt

    Head-Admin:KillerWithin18

    Operator: chickendoesmc
    Operator: specialk_33

    To apply for Admin/Mod/OP:

    Name: (can be a pseudonym)
    Age: (More like maturity level, you can put down like 20 if u r 13 and are that mature!)
    Why: (Why)

    Have a great time!

    ~MattdaveMatt
    Posted in: MCPE: Servers
  • 0

    posted a message on Free Server
    Quote from PythonDoesMCPE

    Agreed. Guys, stop asking for staff positions. Want to be in a server staff?
    Then how about you all make your own servers.


    LOL just what I did! :)
    Posted in: MCPE: Servers
  • 0

    posted a message on CHOOCHOOCRAFT JOIN!
    Is the server down??
    Posted in: MCPE: Servers
  • 0

    posted a message on OFFICIAL MCPE: Mods/Tools Index Compilation - 21/11/13 - Current Mod/Tool count: 42 - REFORMATED!
    WOW! This is great! Thanks for including my mods! :)

    PS where did you get "i came i saw i conquered'? One of my fav songs has something like that in it..
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Server Closed
    Can I be admin??
    IGN: MattdaveMatt:
    Age: 16
    Reason: I am a great admin, and hate cyber bulling, and will help keep the server "clean". Ill keep all the rules and make sure that everyone else does. I'm also a good builder and will build a arena, and other stufff
    EXP: I am the head admin of www.ModPE.enjin.com, and am a admin on ChooChooCraft, CreeperCraft, and other MCPE, and MCPC servers.

    Thanks!
    ~MattdaveMattHow long i play: 3-6 hrs on weekends, less on school days.
    Posted in: MCPE: Servers
  • 0

    posted a message on MINIDOESMCPE SERVER [Economy] [24/7] [Online now] [999 slots] [Android/ios]
    Can I be admin??
    IGN: MattdaveMatt
    Reason: I am a great admin, and hate cyber bulling, and will help keep the server "clean". Ill keep all the rules and make sure that everyone else does. I'm also a good builder and will build a arena, and other stuff.

    Thanks!
    ~MattdaveMatt

    PS. KillerWithin18 is a GREAT admin! :)
    Posted in: MCPE: Servers
  • To post a comment, please .