Jump to content

Recommended Posts

Posted

So, i've been running a tekkit server (3.1.3) for me and some friends, and i can't seem to get a mod to keep items on death working. i've tried a variety of them (R1-R4) but it seems only mods for the base 1.2.5 work. the problem is, i can't find one for it. any help?

  • 1 month later...
Posted

The only configuring I did was copy the death causes from this page into DeathControl's config.yml and replace the descriptions with "keep-inventory: true". I'll paste it below.

use-bukkit-permissions: true

logging-level: standard

multi-world:

  allow-cross-world: true

  limited-worlds: []

DeathCauses:

  VOID:

    keep-inventory: true

  CACTUS:

    keep-inventory: true

  SUFFOCATION:

    keep-inventory: true

  FALL:

    keep-inventory: true

  SUICIDE:

    keep-inventory: true

  STARVATION:

    keep-inventory: true

  LIGHTNING:

    keep-inventory: true

  DROWNING:

    keep-inventory: true

  LAVA:

    keep-inventory: true

  FIRE:

    keep-inventory: true

  FIRE|tick:

    keep-inventory: true

  EXPLOSION:

    keep-inventory: true

  MOB:

    keep-inventory: true

  MOB|creeper:

    keep-inventory: true

  MOB|wolf:

    keep-inventory: true

  PLAYER:

    keep-inventory: true

  UNKNOWN:

    keep-inventory: true

Posted

So you're using permissions? May I ask which one?

Because, until now the ones I have found are very conflicting.

Sorry for the interview, but this is a crucial part of my server, thank you so much for answering. :D

Posted

So you're using permissions? May I ask which one?

Because, until now the ones I have found are very conflicting.

Sorry for the interview, but this is a crucial part of my server, thank you so much for answering. :D

Actually I was just lazy and didn't set "use-bukkit-permissions" to false, it hasn't had any negative effects that I can see. I'm not using any permissions plugins on my server since it is just me and a few friends. The honor system is working so far.

I may not be much help with setting up a permissions system but I can try if you want. I have read elsewhere (I forget exactly where) that PermissionsEX is pretty good and easy to use. It has a nice looking wiki too.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...