Jump to content

Question

Posted

Launcher/pack Version: 2.1.0 | 1.1| latest rec build

Operating System: win 7 home premium (64x)

Version of Java: 7 (64x)

Description of Problem: Server starts, i log in, can play for 10 seconds, then im logged out with this error in my cmd.

Error Messages: Internal server error

Link to pastebin of log:

only error: http://pastebin.com/0GnkW2aP

Whole file: http://pastebin.com/JPBPmfPW

BTW, where is the craftbukkit.jar file? it sometimes says i have to update it, but i cant find it :(

7 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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.

  • 0
Posted

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

  • 0
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...