Jump to content

Hellocreeper

Members
  • Posts

    14
  • Joined

  • Last visited

About Hellocreeper

  • Birthday 06/07/1985

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hellocreeper's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. stomphammerz = superpickaxe its a perk for the MVP * Donation guys love it.
  2. jason3472323 You've linked us your LAN IP ADDRESS (thats the IP your computer uses to talk to your router) Only people on your home network can connect to you. Visit this page ( http://bit.ly/rXbYw5 ) it will tell your your WAN IP (WAN = External | - How other players can connect to you). (LAN = Internal | - Your brothers inside your home network can connect to you). To use your External IP simply change the setting in your minecraft server.properties to the following: server-ip= server-port=25565 Leaving the Server-ip= blank will always use your current IP since its more than likely going to change frequently. (Dynamic IP Address) Vs (Static IP Address). Further more, you're going to need to make sure you log into your router, open up port 25565 TCP for your LAN IP 192.168.0.2. If you find me on skype, I can do all of this for you over teamviewer.com (I can remotely fix it and you can watch everything I do step by step) team viewer is free. my skype = hellocreeper Make sure you mention I said I would help :)
  3. Hi, Sorry I didn't read any of the answers below your post. First, I'm assuming you're running a 64 Bit OS (So you can see all 8GB of ram) in your system settings. Second, You're running 64 bit of JAVA 7 JDK. If those are both true.. to simply add more ram to your java launcher do the following. Open your minecraft folder Right click on launch.bat Cick 'edit' (Use notepad) I suggest installing notepad++ for all dev work on your server (http://download.tuxfamily.org/notepadplus/6.1.7/npp.6.1.7.Installer.exe) Change those settings to the following: java -Xmx7G -Xms2G -jar Tekkit.jar nogui Yes you can copy paste the bold above. Xmx7 is allowing minecraft to use 7 GB of ram. Xms is telling minecraft that 2G is the minimum to use (its ok to have that value low). Leave 1 GM AT LEAST (More I suggest) to your operating system / network connections. java -Xmx7G -Xms2G -jar Tekkit.jar nogui OR java -Xmx7168M -Xms2048M -jar Tekkit.jar nogui The difference between these two is G/M (Gigabyte / Megabyte) they do the same thing you're asking.
  4. Red Matter / Dark matter tools, weapons that bypass protection lands, dupes, and more. All the patches are available from the tekkit community standalone, but those files include everything @ Rokwarr, are you on linux? or windows? I had that issue with JDK 6 also, but JDK 7 fixed it all.. As for anyone else, if you're on linux make sure you chmod 777 the entire folder pack to read/write. ( Just in case) Thanks again guys.
  5. I thought there would be more hype to a server the is completely finished for the beginners :)
  6. Go to CMD Type (ON THE SERVER COMPUTER) IPconfig in the black window Look for IPv4 Address. . . . . . . . . . . : 192.168.0.12 Or whatever yours is Have him connect to that "192.168.0.12:port") Since its localhost hopefully he wont need the port open ( I dont think so)
  7. Hello everyone! First, Thank you everyone for your dedication and help over the past few years. Second, by releasing these files I hope that a bunch new tekkit servers get started... and take over the current minecraft...so lazy jeb_ notch will create the damned API and multi thread the main server thread!!! I've been playing tekkit for a long time, and minecraft even longer. Recently I've quit hosting hellocreeper.com since it has been under a 10gbps DDOS attack and I've been kicked off my dedicated host. As a thank you to the community I would like this send over ALL of my pre-configured server files. This will help newbies or even expert bukkit admins with some insight of how I did things. Whats included in this: 1: Completely patched tekkit (items dupes etc) 2: Pre-Banned Items (dont worry about grieffers) Plugins included / Pre-configured / Permissions set. CensorShop ChatManager Citizens ClearLag ColoredSigns DeathTpPlus DupeStopper EnchantAnything EnchantShops Enderdragonplus Factions Essentials EssentialsSpawn IgnoreChat LagMeter LWC (locks) MCMA_Compat (remove this unless you have mcmyadmin) Minebackup (Re-configure to how often you want to backup and save) minequery MobArena MobBountyReloaded (how people earned money) Modifyworld (Main item banner) multiverse -Core Multiverse Inventories Multiverse NetherPortals Multiverse Portals Noitem (Another item banner) NoLagg (Everything is disabled I just used the lag graph) PaidRanks (Configured to my pex permissions) Permissionsex (Very smooth and clean permissions) I used inheritance with all groups like my banned items or banned spawn. PvpReward (Earn Money for killing players) PvPTimer (Newbs get 1 hour of god mode when they start) rsp (Region permissions) ScheduledAnnouncer (Broadcast) ServerLogServer ShowCaseStandalone (Best system to sell items) SimpleRegionMarket (Create regions players can buy to set up shops) skylandsplus SpawmGuard Stargate Superperms The_Icarus_Project VanishNoPacket Vault Votifier (reconfigure for your voting sites) Welcome Rulez (Change your rules) WorldBorder WorldEdit WorldGuard Not Require but would be nice If you do use my server files please have a "thank you sign" to the HC Team. Example: Thank You HC Team ! Who was on the HC team? HC Team 1: Awesomebilly 2: Dash488 3: Mandohi 4: xxFireFlyXX 5: Colbymonst3r 6: Annebanne121 7: Slicer_3_0 8: Bagz966 9: BonBon77 10: ncarnut 11: Halloween_King 12: MPlegend 13: lilshoot 14: Warmandfuzzy Server Files http://hellocreeper.com/serverfiles/Minecraft.rar What do I have to do after I download this??? Launch the server Generate the world/spawn Safezone your spawn with worldguard or factions (I prefer worldguard) Configure your buycraft (donations) Configure your votifier (get votes) Make sure your /spawn is in the world "Spawn" otherwise the banned items in spawn won't work. If you have any questions please ask. Updates? When Tekkit updates, I will update with the same plugins and patches if possible for everyone to keep this up to somewhat date. Have fun guys, Go get a bunch new servers started! One Small TIP Make it anarchy much much more fun than a normal build server ... why else do we have nukes
  8. My Setup is this: Dedicated server running CentOS. I login remotely using VNC (I will try TightVNC tonight). While I'm on the actual VNC machine I try to run VisualVM from the localhost. The application launches perfectly except I have major Graphic issues (its blank until I click on stuff to update the screen) !! annoying. Finally, I see the tekkit.jar (in my case its renamed to craftbukkit.jar) I open the craftbukkit .jar and I see the Sample > CPU / Memory. The Memory sample works, but the CPU says I need to log in to the JXM. (This requires me to do some remote logging in -- But I'm remote trying to launch visualvm on the localhost??). I'm not on a firewall so all ports should be open. Wonder what I should do. I love VisualVM.. saves servers lag.
  9. Its grey, says I need to connect using JXM
  10. Hello everyone, I'm looking for some advice for the VisualVM to connect to the craftbukkit.jar (I had help in the past with windows and it worked great)!. Currently when I launch the VisualVM I can get a memory dump, but I cannot get it to connect to the CPU for thread reading; has anyone had any luck with this?
  11. I have done the patch against a 3.1.1 live server. Its 'working' but throwing a ton of errors. http://pastebin.com/Ugz0hTXf I spoke with a few @ #mcportcentral they said it looked like it was the red morning star.
  12. Vid7 said its the MK3s logged into the game. Not sure where else to go from here.
  13. I have clearlagg installed, also I try the world edit /remove items -1. They only remove 72 entities. Also, /killall does nothnig. I believe this to be a item from tekkit logging in as a entitie.
×
×
  • Create New...