Jump to content

Webshooter

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Webshooter

  1. I should just put his axe where he can't get it.
  2. I still don't get why you got on to me for answering the question though.
  3. Oops. Sorry i thought you were saying something else.
  4. last i checked you did the same thing.
  5. Go to your config/NEIServer.cng. open it with a word processor and scroll down until you see- #List of players who can use these blocks. #Anyone not listed here will not have these blocks appear in their item panel. Below it should tell you what people can and cannot get. Covalence dust might be disabled, or the mod is corrupt and you just need to recreate your server file. NOTE: You will probably still be able to save your world as long as you copy it over.
  6. I have a Tekkit server that has been up and running fine for the past month or 2 and has recently become unplayable. I have discovered though that when I have it create a new world, it will run fine. I believe that my problem is with some world anchors that i have placed (2 to be exact) and I am wondering if anyone can tell me how to delete them from the console so that i can keep my world. (This is a private server so I know that it hasn't been hacked or anything else like that). Oh. I have also put the server on a much faster machine and it still doesn't work. (The fastest I own: Pentium D 3.2 GHz, 2Gb DDR2 RAM(800Mhz), a very nice video card, and Window XP Pro 32 bit.
  7. OOPS! Almost forgot. when you make the text document save it as a ".bat" file. Mine is set as "launch.bat" when you click on it, it should go straight to the cmd and run the server.
  8. I came across this problem too. I did lots of research and finally found out how to fix it on the bukkit website. Anyways, the firs thing you're going to do is create a text document that looks like this- java -Xmx3G -Xms2G -jar Tekkit.jar nogui "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE The -Xnx3G is your maximum amount of Ram (In Gigabytes) that your computer can see. The -Xms2G is how many Gigabytes of Ram Tekkit will use. Another thing you should know when customizing this is that the \jre7\ is my version of Java. Whenever you update Java change the # to your version. Last but not least is the -Xmx1024M -Xms1024M the M's stand for Megabytes in this case, so you have to convert your Gigabytes tho Megabytes. (1 Gb = 1024 Mb) If you have more questions about this i found the batch file on the Bukkit website when i searched for "How to make a Bukkit server.
  9. Go to your Tekkit Server file and then to your config. Open the NEIServer.cng with your favorite word processor. It should look like this- #NEI Server Permissions # Names are Comma (,) separated # ALL, OP and NONE are special names saved.creativeinv=, jusupov saved.disable-dawn=false saved.disable-dusk=false saved.disable-midnight=false saved.disable-noon=false saved.disable-rain=false saved.magnet=, webkinz38 #List of players who can use these blocks. #Anyone not listed here will not have these blocks appear in their item panel. #format is {itemID}:{itemDamage} #Eg. 12:5=CodeChicken, Friend1 BannedBlocks { 7:0=NONE } #List of players who can use these features. #Eg. time=CodeChicken, Friend1 permissions { creative=OP delete=OP enchant=OP heal=OP item=OP magnet=OP notify-item=CONSOLE, OP rain=OP save-state=OP time=OP } The "list of players who can use these blocks" is what you want to use. just type in any block's # like this: 237:0=NONE. Or if you want to use it then type:237:0=OP.
×
×
  • Create New...