Jump to content

Mike2048

Members
  • Posts

    11
  • Joined

  • Last visited

About Mike2048

  • Birthday 01/01/1900

Contact Methods

  • Website URL
    http://steamcommunity.com/id/Mike2048

Mike2048's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Ensure you have your power generation in the chunk loading boundaries as well. If you press F9 and get to higher ground, it will show you all the chunks that are being affected by the teleport tethers outlined in blue.
  2. This is a common mistake of new players. The reason that it stopped after you logged out is because of a Minecraft game mechanic that reduces the load on a server. The world is broken into 16 X 16 block sectors called "Chunks" and when those are loaded into the server memory it uses space, so to conserve space the server unloads them when a player gets out of range, or in your case, disconnects. All machines you have actively running or digging will cease. To solve this you need to build a block called a "Teleport Tether." To build it is just iron ingots around a piece of Lapis. Once you have crafted the teleport tether place it next to your quarry and it should keep it loaded and digging.
  3. The good news is it is now using java 7, but the bad news is the launcher cannot connect to the internet. Any chance that your firewall has blocked the new java 7 from connecting to the internet?
  4. hmm... have you tried clearing the cache or re-downloading the .techniclauncher folder? Based on the error log the problem is with the mobspawners. You could attempt the fix in this picture if re-installing the pack doesn't work.
  5. How about completely nuking the .techniclauncher folder and re-downloading it. But be sure to backup any worlds/texturepacks/screenshots you want to save before deleting it.
  6. If you uninstalled your Java 6 completely then it should use Java 7 and not still crash. There must be Java 6 still installed somewhere on your pc. Maybe a computer restart will reset java from 6 to7.
  7. Well judging by your logs your launcher is starting Tekkit in java 1.6. [12:32:15] [sEVERE] Launcher is starting.... [12:32:15] [sEVERE] Launcher Build: '0.5.4.9' [12:32:15] [sEVERE] Allocated 1820.5 Mb of RAM [12:32:15] [sEVERE] Java VM: '1.6.0_31-b05' [12:32:15] [sEVERE] OS Version: '6.1' [12:32:15] [sEVERE] Is 64-bit: 'true' Always read stickies first: The fix is to download java jre7: http://www.oracle.com/technetwork/java/javase/downloads/jre-7u3-download-1501631.html P.S.: Read the Global Rules because signing your post is against the rules
  8. Sorry I forgot to mention that you need a separate permission plugin. Bukkit alone only has the ops system which gives anyone in ops.txt all permissions for everything. To get customized permissions is the work of another plugin. I use PEX(PermissionsEX), but there is also PermissionsBukkit, and bPermissions but I have no experience with them. To set up PEX: [list type=decimal] [li]Delete everything out of your permissions.yml in main tekkit folder[/li] [li]Download PEX[/li] [li]Put the PermissionsEX.jar into plugins folder[/li] [li]Run server[/li] [li]Stop server[/li] [li]In the plugins folder will be a new folder called PermisionsEX, open it[/li] [li]You'll then see your new permissions.yml[/li] [li]Inside that permissions.yml paste this: [/li] groups: default: default: true admins: permissions: - worldedit.* - bukkit.command.* - commandbook.* - essentials.* users: freezzerrr: group: - admins Now save it and start up server
  9. Here is the fixed version of your permissions.yml groups: default: permissions: modifyworld.*: true admin: permissions: -bukkit.command.stop: true -bukkit.stop: true worldedit.*: true bukkit.command.*: true permissions.*: true users: freezzerrr: groups: - admin Not 100% sure what was wrong but I fixed it If you still want essentials, I use version 2.8.2 and it works well with tekkit. (http://dev.bukkit.org/server-mods/essentials/files/110-essentials-2-8-2/) And finally with the craftbukkit.jar issue. You need to keep the tekkit.jar as it has been modified by the technic team for use with tekkit. If it asks you to update, just ignore it.
  10. First try to resolve the errors in the console before you join. 18:19:59 [sEVERE] * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * 18:19:59 [sEVERE] * ! * De Bukkit versie is niet de aangeraden build voor Essent ials. 18:19:59 [sEVERE] * ! * You need atleast build 2122 of CraftBukkit, download it from [url]http://dl.bukkit.org/downloads/craftbukkit/[/url] 18:19:59 [sEVERE] * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * ! * That is telling you that you have too new of a version of Essentials for Tekkit. You need to downgrade it from the 1.2.4 version of Essentials to a 1.1 version of Essentials because Tekkit is not yet 1.2. Next up is: 18:19:59 [WARNING] Server permissions file permissions.yml is not valid YAML: ma pping values are not allowed here in "<reader>", line 3, column 20: permissions: ^ There is a specific format for a YAML file. Please post your permissions.yml file with formatting. As for the craftbukkit.jar, in tekkit the jar file is renamed to tekkit.jar: craftbukkit.jar = tekkit.jar
  11. The issue is with the new Minecraft 1.2.5. The launcher doesn't recognize the new MD5 associated with it. [13:13:02] [sEVERE] Starting download of minecraft, with 3 trie(s) remaining [13:13:15] [sEVERE] Downloaded 'minecraft.jar' does not matche MD5 of any known minecraft version! The fix is to just wait for the technic team to update the launcher with a patch for 1.2.5. I'm sure they will post it on the technic website front page.
×
×
  • Create New...