Jump to content

penticrack

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

penticrack's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you very much!!! This is gr8 ! To me and the MCP Community! Regards Penti
  2. Thank you very much! With Worlds i meant not The End nor Nether, i meant another Map, new generated World But it was a joke. Hehe recycling code. Im a Coder in IT environments I use same methods. May be i should learn to code forge mods.
  3. @Zedicus I'll run it as Vanila/forge . Bukkit has already teleport Gates. @DarkGuardsman Yeah, that would be nice. Special? Uhm, teleporting to another World like Multiverse Nope nothing special, for me its enough to teleport to coordinates. Thx all 4 help
  4. i need it for a private server. it would be great if u can do this. but there is no need to hurry. what do u mean with worth?
  5. had similar problem with my debian dedicated server. FML tries to load some files. i managed this by start minecraft this as root. after that u have give rights back to the user... u know this stuff like: chown -R userxyz:userxyz /home/minecraft chmod -R 755 /home/minecraft or copy the files manually decribed here: http://www.minecraftforge.net/forum/index.php/topic,2056.msg16325.html#msg16325 Download those files to your .minecraft/lib folder.
  6. Hi everyone, is there i mod usable in forge, like the Teleport sign. It don´t have to be craftable, only OP should set it. If a Player right click, he should teleport to location. In Craftbukkit, there are portals to teleport to locations. But i cant´t find some mod for forge. Maybe i have a problem with my eyes, is there some similar mod? mod Post in Minecraftforum.net -> http://www.minecraftforum.net/topic/985375-132grims-mods-updates/ Teleport Signs for 1.2.5 https://sites.google.com/site/grimsmods/individual-mods/sign-mods Thanx for reading. Regards, Penti Edit: DarkGuardsman was the hero who made the request true
  7. me is starting mc with following batch file. it allows me to run different minecraft versions in different folders: set APPDATA=%~dp0 java -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -Xnoclassgc -XX:UseSSE=3 -Xincgc -cp %~dp0minecraft.exe -Xmx1024M -Xms512M net.minecraft.LauncherFrame at line 1: set Appdata means, for the running bat the windows environment variable for the APPDATA Folder is changed. Usually Appdata is set to something like C:\users\username\appdata\roaming Don't be confused about %~dp0 , this means Current folder. If you clicked the batch file with Path C:\harr\batchfiles\mcblah.cmd , %~dp0 has value C:\harr\batchfiles\ (watch it, there is a trailing \) So you don´t have to care about paths for your different minecraft folders. You can copy the folder without checking path in the batch file. at line 2: hm...don´t ask me...copied and pasted some crap out of google and workmates mails and mixed it with my own its possible to start only with: java -jar C:\path\to\mc\minecraft.exe -Xmx1024M -Xms512M net.minecraft.LauncherFrame The benefit starting with batch file is an additional DOS Window, where you can see console messages.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.