RPG Death - Death with penalty & spawn fake player after log out

This is a discussion topic for the Ore project, RPG Death. View the full project on Ore for downloads and more information.


RPG Death

Permission

  • rpgdeath.disable.item
  • rpgdeath.disable.exp
  • rpgdeath.disable.ecnomy
  • rpgdeath.disable.fakeplayer

Configuration

economy {
    # Exp to drop maximum
    maxDrop=100
    # Exp to drop minimum
    minDrop=10
    # The percentage of exp to drop (< 1)
    ratio=0.2
    sendMessage=true
}
exp {
    # The percentage of dropped exp to be lost (can't be got back)
    loseRatio=0.4
    # Exp to drop maximum
    maxDrop=0
    # Exp to drop minimum
    minDrop=64
    # The percentage of exp to drop (< 1)
    ratio=0.2
    sendMessage=true
}
# Avoid user from logout to avoid death. Create a fake player at the location.
fakePlayer {
    playerData=[]
    sendMessage=true
    # The seconds of the fake player to keep
    timeToLive=5
}
item {
    # The items that have to be dropped
    blacklist=[]
    # Whether drop the equipments
    dropEquipments=true
    # The count that drop randomly at least
    minDrop=4
    # The percentage to drop (< 1)
    ratio=0.15
    sendMessage=true
    # The items that NOT be dropped
    whitelist=[]
}
modules {
    economy=true
    exp=true
    fakePlayer=true
    item=true
}

Screenshots


exp and ecnomy

dropped items

A new version has been released for RPG Death, it is available for download here.


Death with penalty & spawn fake player after log out

A new version has been released for RPG Death, it is available for download here.


Fix negative exp & wrong item drop