Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • MC Station
Desktop View
  • Home
  • Member List
  • meeees's Profile
  • Send Private Message
  • View meeees's Profile
  • meeees
  • Curse Premium
  • Member for 12 years, 2 months, and 11 days
    Last active Wed, Aug, 15 2018 23:20:13
  • 1 Follower
  • 1,555 Total Posts
  • 197 Thanks
  • Member
  • Posts
  • Threads
  • Followers
  • Reputation
  • Comments
  • Forum Posts
  • Article Comments
  • Prev
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • 88
  • Next


  • 10
  • 20
  • 30
  • 40
  • 50
  • 60
  • 70
  • 80
  • View meeees's Profile

    2

    Feb 5, 2012
    meeees posted a message on [MC1.1.0]Setting Homes + Basic Group V0.1
    this is my first Vanilla SMP mod


    Commands:
    /builder
    tells you everything that the builder group can do (not much right now) and also tells you if you are one
    /home
    sends you home
    /sethome
    sets your home

    Op only commands:
    /addbuilder <player>
    adds player as a builder, tells all ops you added the builder, and tells they player they are
    /removebuilder <player>
    removes player as a builder, tells ops you did, tells player they aren't a builder anymore

    you must be a builder to use /sethome and /home (yes ops must be builders to use them too)
    homes do not work in dimensions other than the normal world


    Installation:

    Server:
    Download - http://dl.dropbox.com/u/35394116/MeeeesServerMod - Builders.zip
    unzip the download, open your Minecraft Server.jar with 7zip or winrar or something similar
    put the files from the unziped folder into the jar
    run your server

    NOTHING client side :biggrin.gif:

    picture for all you no pics no clicks people (me included XD)

    typing /builder
    Posted in: Server Support and Administration
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on [REQ]Daedric Armor
    its a skin..

    its a skin..

    EDIT: ^^ 2nd time thats happened to me XD
    Posted in: Skins
  • View meeees's Profile

    8

    Feb 4, 2012
    meeees posted a message on get rid of ocelots
    creeper = bad
    no creeper = good
    ocelot = no creeper
    so ocelot must = good
    :biggrin.gif:
    Posted in: Suggestions
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on Minecraft is unbuyable.
    Im pretty sure mojang said they are not going to put minecraft on steam
    Posted in: Discussion
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on [1.5.2] Ninjas Mod! [V1.8.2] [SMP] Shurikens, Ninja Mobs, and More!
    its updated
    Posted in: Minecraft Mods
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on [1.5.2] Ninjas Mod! [V1.8.2] [SMP] Shurikens, Ninja Mobs, and More!
    I'm downloading the latest mcp now, i'll update it now
    Posted in: Minecraft Mods
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on Progress on my java platform game, Level Editor!!
    Quote from Operation_Minecraft

    Will you tag along with me in a mod I'm 'trying' to develop. Im having troubles.
    PS Can you plus my post so i can post more?

    I dont think the +'s have anything to do with the newcomer post limit, you're just limited to posts until the next day
    I might be able to, depends what your trying to do
    Posted in: Computer Science and Technology
  • View meeees's Profile

    0

    Feb 4, 2012
    meeees posted a message on Progress on my java platform game, Level Editor!!
    Quote from Operation_Minecraft

    I have watched most his vids but I don't understand what he's doing. I just copied him.
    PS Your game won't work for me.

    he explains fairly well...
    also if it wont work either you dont have a graphics card or your not running it right
    Posted in: Computer Science and Technology
  • View meeees's Profile

    1

    Feb 4, 2012
    meeees posted a message on Progress on my java platform game, Level Editor!!
    Quote from Operation_Minecraft

    Can you show me how to code? Please, I can't find any other source other than someone teaching me. :sad.gif: PLZZZ

    search thenewboston on youtube
    thats where i learned the basics
    Posted in: Computer Science and Technology
  • View meeees's Profile

    1

    Feb 3, 2012
    meeees posted a message on HELPZ
    add Item after final and ); to the end and then go learn java
    Posted in: Modification Development
  • View meeees's Profile

    1

    Feb 3, 2012
    meeees posted a message on Progress on my java platform game, Level Editor!!
    Quote from sankto

    Oh right, i just noticed you said it in your original post.

    Keep up the good work :wink.gif:

    I just fixed a loading/saving bug and added that the enemies bounce off walls, uploading it now
    EDIT: its up! :smile.gif:
    Posted in: Computer Science and Technology
  • View meeees's Profile

    0

    Feb 3, 2012
    meeees posted a message on Progress on my java platform game, Level Editor!!
    Quote from sankto

    Wow, a game made by a beginner that actually works! I'm... flabbergasted!

    Here's my suggestions :

    - Sounds would.. *put on sunglasses* sounds good.
    - A blinking bar could be shown when typing a level name.
    - Somehow, the mob stop moving when hitting a wall. Is it intentional?

    sounds are kind of my last concern :tongue.gif:
    uhh blinking bar maybe
    I just havent coded so that it changes direction when it hits a wall, it has to be about to fall off the block to change direction right now
    Posted in: Computer Science and Technology
  • View meeees's Profile

    0

    Feb 3, 2012
    meeees posted a message on MCP Error
    thenewboston on youtube has really good java tutorials, and even though it's not specific to modding, they can help a lot, you can pm me any other problems you have and I'll try to help fix them
    Posted in: Modification Development
  • View meeees's Profile

    0

    Feb 3, 2012
    meeees posted a message on MCP Error
    ur structure is bad...

    ok so first thing that is an acutal java error is you need to put public String getVersion() {} OUTSIDE of the brackets for public mod_(name){}

    also, change public mod_(name){} to public void load(){}
    you need to do the second cuz modloader changed some of its code
    Posted in: Modification Development
  • View meeees's Profile

    0

    Feb 3, 2012
    meeees posted a message on why havent they made a single player version of VOXILSNIPER
    wrong section...
    modding discussion
    Posted in: Modification Development
  • To post a comment, please login.
  • Prev
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • 88
  • Next


  • 10
  • 20
  • 30
  • 40
  • 50
  • 60
  • 70
  • 80
  • View meeees's Profile
    Aug 24, 2011
    meeees posted a message on Digital Diamond: Truly Grand Piano
    this is amazing, theres so much stuffed in it it lagged my game when i tried to use it lol
    Posted in: News
  • To post a comment, please login.

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

MOBAFire Network

  • MOBAFire.com
  • Leaguespy.gg
  • CounterStats.net
  • Teamfight Tactics
  • WildRiftFire.com
  • RuneterraFire.com
  • SMITEFire.com
  • DOTAFire.com
  • ArtifactFire.com
  • HeroesFire.com
  • VaingloryFire.com
  • MMORPG.com

© 2023 Magic Find, Inc. All rights reserved.

Mobile View

NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT