[UNSUPPORTED][MISC] Tombstone v1.3.6 - A deadmans chest plugin for Bukkit [1317]

Discussion in 'Inactive/Unsupported Plugins' started by Drakia, Feb 10, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Drakia

    Tombstone - A deadman's chest plugin
    Version: 1.3.6
    CraftBukkit: 1317
    This plugin support SuperPerms. Please do not ask about setting up SuperPerms in this topic, ask here: http://forums.bukkit.org/threads/permissions-faq.25080/

    Plugin Dependencies:
    Permissions (Optional)
    LWC (2 or 3) (Optional)

    If you want help, post the output of the "version" command, and make sure you're running atleast the version specified in the topic title.
    Please post your server log when asking for help with tombstones not spawning
    Do not bother asking for help if you killed the player using anything other than basic attacks. I do not guarantee support for any plugin-based attacks or deaths such as /kill!


    =============
    Description
    =============
    Save your players' inventory from disappearing when they die.
    I used Deadmans Chest in hMod and thought it was a great plugin, so I started my own version for Bukkit.

    Download: http://thedgtl.net/bukkit/Tombstone.jar
    Source: https://github.com/TheDgtl/Tombstone

    =============
    Features
    =============
    If the player is carrying a chest when they die, place that chest and fill it with as much of their inventory as possible
    If the player is allowed, and is carrying two chests, a large chest will spawn to catch all of their inventory
    Possible for specific groups/players to be given free chests with no need to carry one with them
    Any items that won't fit in the chest will still drop to the ground!
    Supports the Permissions plugin, will default to allowing everyone to use basic tombstone if not available
    Supports LWC for chest AND sign protection if it is installed
    Configurable timeout for LWC unprotection
    Configurable timeout for destruction of tombstones, works in unloaded chunks as well
    Quickloot support, right click the sign on a tombstone to loot all items in it (Your tombstone only!)
    Place a sign on top of the chest with a configurable template
    The ability to point your compass at your tombstones!
    Supports "SuperPerms"

    =============
    Config Notes
    =============
    If you are going to be giving your players a free chest/sign, but don't want them to be able to retrieve those as extra items, you can now set the noDestroy option in the Tombstone config file.
    If you do set the noDestroy option, it is highly recommended that you set a timeout for Tombstone removal, because even once LWC is disabled the chest is still not destroyable by any means other than quicklooting it.
    With noDestroy enabled, if a player dies without a sign, then their chest will be indestructible until it is removed by Tombstone itself.
    It is not recommended to use the noDestroy option without the destroyQuickLoot option

    =============
    KNOWN BUGS
    =============
    None?

    =============
    Config
    =============
    lwcEnable - Whether to use LWC if available
    lwcRemove - Whether to remove LWC after a specific timeout
    lwcPublic - Set to true to set LWC protection to Public instead or removing
    lwcTimeout - How long to wait before disabling LWC on a tombstone (in Seconds)
    tombSign - Whether to place a sign on the tombstone
    removeTime - How long to wait before destroying a tombstone (in Seconds)
    tombRemove - Whether or not to destroy a tombstone after a timeout
    playerMessage - Whether or not to show messages to the player
    saveTombList - Whether to save a list of tombstones between server reloads
    destroyQuickLoot - Set to true to destroy the chest/sign on quickloot
    noDestroy - Set to true to disallow any player from destroying a tombstone (Other than quickloot)
    noInterfere - Set to true to stop tombstones from being created next to other chests (Items are dropped to ground instead)
    logEvents - Whether to print some "useful" information to the server terminal.
    skipBuildCheck - Set whether to skip the blockPlace check (True to bypass region protection) (Default false)

    =============
    Sign Template
    =============
    The sign template is stored in plugins/Tombstone/sign.tpl
    The following variables are able to be used in the sign template:
    {name} - The players name
    {cause} - The cause of their death, or their killers name if it was a player
    {date} - The date of their death
    {time} - The time of their death

    The sign template is 4 lines correlating to the 4 lines of the sign. The maximum length
    of a line is 15 characters. The default sign template is as follows:
    {name}
    Killed By
    {cause}
    {time}

    =============
    Permissions (Either via SuperPerms, or Permissions 2.x/3.x)
    =============
    tombstone.use - (Default) Allow the player/group to use the tombstone mod
    tombstone.freechest - Allow the player to get a chest whether they are carrying a chest or not
    tombstone.large - Allow the player to spawn a large chest if carrying two chests and if one will fit
    tombstone.lwc - (Default) Protect the placed chest if LWC is enabled
    tombstone.sign - (Default) Whether the player gets a sign on their tombstone chest
    tombstone.freesign - Allow the player to get a free sign whether they are carrying one or not.
    tombstone.quickloot - (Default) Whether to allow a player/group to quickloot by right clicking the tombstone sign.
    tombstone.admin - Allow this user to destroy other players tombstones.
    tombstone.cmd.tomblist - Allow this user to use /tomblist
    tombstone.cmd.tombfind - Allow this user to use /tombfind
    tombstone.cmd.tombreset - Allow this user to use /tombreset

    =============
    Commands
    =============
    /tomblist - List all your tombstones
    /tombfind - Gives you a direction from your current location to your tombstone. Use with /compass (Sync'd to CommandBooks /compass)
    /tombreset - Doesn't do anything.

    =============
    FAQ
    =============
    Q) Can you add support for {PluginX}?
    A) No.

    Q) Player items are being duplicated, and I'm using SlowHealth, whatsup?
    A) http://forums.bukkit.org/threads/mi...ugin-for-bukkit-1000.3923/page-18#post-550275

    =============
    Changes
    =============
    [Version 1.3.6]
    - Added 'skipBuildCheck' option
    [Version 1.3.5]
    - Fixed accidental clearing of /tomblist on quickloot
    - Added SuperPerms support
    - Do a build permission check so we don't spawn a chest in protected areas
    [Version 1.3.2]
    - Apparently LWC 3.30 had a change in API that wasn't documented, yay
    [Version 1.3.1]
    - Recompiled with LWC 3.30
    [Version 1.3.0]
    - Added sign template
    - Tombstone no longer created in void death
    - Re-enabled the compass for /tombfind
    More Changes (open)

    [Version 1.2.9]
    - Fixed free double chests
    - Made freechest/freesign default to isOp() without permissions
    [Version 1.2.8]
    - Added logEvent option for debug purposes.
    - Do a 3x3 check for a block to place chest.
    [Version 1.2.7]
    - Check properly if we're placing a big chest for interference
    [Version 1.2.6]
    - Fixed issue with name length
    [Version 1.2.5]
    - Option to bail on tombstone creation if it will interfere with another chest.
    - Check tombstone stuff more often (Every 100 ticks (5 seconds))
    [Version 1.2.4]
    - Fixed sign drop bug when destroying with timeout.
    [Version 1.2.3]
    - Fixed a bug in /tombfind with invalid input
    [Version 1.2.2]
    - Moved playerInteract to Highest priority since we remove a block.
    - Added check to make sure the tombstone is a chest before we doing anything.
    - Other general checks
    [Version 1.2.1]
    - Made /tombfind a bit more useful, will give a NESW direction.
    [Version 1.2.0]
    - Added compass commands.
    [Version 1.1.8]
    - Right-clicking a chest will quickloot/destroy if you have noDestroy/destroyQuickLoot enabled
    [Version 1.1.7]
    - Fixed quicklooting in RB670
    [Version 1.1.6]
    - Fixed some owner comparisons.
    [Version 1.1.5]
    - Moved setting "plugin" to onEnable
    - Moved setLine() outside of scheduler
    [Version 1.1.4]
    - Added more LWC checks
    [Version 1.1.3]
    - Added tombstone.admin
    [Version 1.1.2]
    - Fixed loading tombstone list after server restart
    - Check if player is online before sending tombstone messages
    [Version 1.1.1]
    - Updated to latest RB
    [Version 1.1.0] - Only updating for LWC2 from here on
    - Changed versioning scheme
    - Changed loading of permissions/LWC
    [Version 1.09]
    - Updated sign update code, should work better
    - Updated for LWC2, there is now an LWC1 build, and an LWC2 build
    [Version 1.08]
    - Configurable tombstone list storage
    - Allow LWC to be set to Public instead of disabled
    - Allow destroy on quickloot
    - Allow tombstones to be "invincible" besides quickloot
    [Version 1.07]
    - Fixed a bug in which protected chests could be destroyed.
    - Messages to players can be turned off.
    [Version 1.06]
    - Item-dupe fix broke plugin, fixed
    [Version 1.05]
    - Re-compiled for b522 to fix ItemStack.equals error
    [Version 1.04]
    - Small permissions handling update
    - Inform player if we run into a casting problem.
    [Version 1.03]
    - No longer treat GM as a special case, just load it as Permissions 2.0 like the author intended
    [Version 1.02]
    - Support Permissions 2.0/2.1
    - Support GroupManager
    [Version 1.01]
    - Fixed a Null Pointer Exception when chests are destroyed
    [Version 1.00]
    - Added ability to remove chests without needing LWC
    - LWC and remove thread are now a sync task
    - Right-click sign to quickloot. Permission added.
    - Better Permissions handling
    - LWC protects sign
    - Only create a large chest if needed
    - Deactivate LWC protection when sign or chest is destroyed
    [Version 0.06]
    - Implemented tombstone signs
    - Changed message if LWC is enabled to say how long before unprotect/destruction
    - lwcTime of 0 now indicates that LWC protection never expires
    [Version 0.05]
    - Added config file
    - Implemented chest removal
    - Configurable timeout
    - Toggle LWC usage via config
    [Version 0.04]
    - Added LWC timeout
    [Version 0.03]
    - Added LWC support
    - Made Permissions optional instead of required. Default without Permissions is allow all to use
    [Version 0.02]
    - Initial Public Release
     
    ray landers, Montag, harakiwi and 9 others like this.
  2. Offline

    duhfux

    Ah okay, thanks. Turns out I have LWC 3.21. Shall update now and test it :)
     
  3. Offline

    Mr.Squeak

    I apologize myself for how the people of this site have offended you. Not all of us are bad, but I do appreciate that you will be keeping your plugins up to date, even if you don't answer questions anymore. I for one do not blame you for not wanting to help the people of this site, many of them are ungrateful and do not realize that it is not your job to keep up with their stupidity, no offense anybody. Once again thank you for keeping up your plugins.
     
    wassilij likes this.
  4. Offline

    Clucky

    Any reason that all my players except 2 are getting tombstones? One is in my TM group, the other in my Admins group. I would post the server log, however, it does not yield any error message, which is strange.

    Group.yml (open)

    Code:
    groups:
        Banned:
            default: false
            info:
                prefix: 'Banned'
                suffix: ''
                build: ''
            inheritance:
                - Member
            permissions:
                - '-tpc.*'
                - '-GiftSend.send'
                - '-buttonwarp.*'
                - '-multiverse.*'
                - '-citizens.*'
    
        Member:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'deathmessageplugin.*'
    #            - '-lastseen.*'
                - '-vegetation.*'
                - 'tcl.*'
                - '-jobs.admin.*'
                - 'jobs.join.*'
                - 'jobs.world.*'
                - 'iConomy.*'
                - '-iConomy.admin.*'
                - '-citizens.*'
                - '-worldedit.*'
                - 'worldedit.extinguish'
                - '-coorteleport.*'
                - '-runecraft.rune.adminpick'
                - '-SignShop.*'
                - 'SignShop.Signs.*'
                - '-turnstile.*'
                - 'turnstile.set.*'
                - 'turnstile.open.*'
                - 'turnstile.make.*'
                - 'turnstile.earned'
                - '-turnstile.openfree'
                - '-turnstile.makefree'
                - 'lockchest.*'
                - '-lockchest.pick'
                - '-lockchest.break'
                - 'showcase.*'
                - '-showcase.infinite'
                - '-showcase.admin'
                - '-simplefall.use'
                - '-rocketboots.*'
                - 'rocketboots.boots.gold'
                - 'rocketboots.feather'
                - 'commandbook.kit.list'
                - 'commandbook.kit.kits.starter'
                - 'commandbook.who'
                - 'commandbook.motd'
                - 'commandbook.rules'
                - 'commandbook.return'
                - 'commandbook.say.me'
                - 'commandbook.msg'
                - 'commandbook.whereami'
                - 'commandbook.whereami.*'
                - 'commandbook.whois'
                - 'invtools.*'
                - '-firelord.*'
                - 'firelord.sword'
                - 'firelord.armor'
                - 'zeeslag.*'
                - 'fishpeople.lavasafe'
                - 'fishpeople.infiniteair'
                - 'fridges.fridge.use'
                - 'fridges.anvil.*'
                - 'wurkit.player.*'
    #            - '-monsterbox.*'
                - 'tcl.*'
                - 'tpc.tpcback'
                - 'clans.all'
                - '-dropchest.*'
                - 'dropchest'
                - 'dropchest.create'
                - 'dropchest.remove'
                - 'dropchest.radius.set'
                - 'dropchest.which'
                - 'dropchest.filter'
                - 'dropchest.list'
                - '-lwc.*'
                - 'lwc.protect'
                - '-lockip.*'
                - 'lockip.exempt'
                - '-minemail.reload'
                - '-minemail.wipe'
                - '-minemail.admin'
                - '-minemail.paper'
                - 'thundertower.*'
                - '-phatloots.*'
                - 'phatloots.use'
                - '-buttonwarp.*'
                - 'buttonwarp.use'
                - 'buttonwarp.getreward'
                - '-multiworld.*'
                - 'multiworld.goto'
                - '-reporter.reports'
                - '-reporter.mod'
                - '-armageddon.grenades.*'
                - '-armageddon.guns.*'
                - 'armageddon.grenades.tnt'
                - 'armageddon.display'
                - 'armageddon.configure'
                - 'armageddon.toggle'
                - '-FullChest.*'
                - 'modtrs.command.modlist'
                - 'modtrs.command.modreq'
                - '-advbans.*'
                - 'timerank.ab.Superpick'
                - 'mobbounty.*'
                - '-mobbounty.commands.*'
                - 'mobbunty.commands.mb'
                - 'MobLoot.*'
                - '-MobLoot.Admin.*'
                - 'chaircraft.sit'
                - '-OpenInv.*'
                - 'chestlock.*'
                - '-chestlock.admin'
                - 'tombstone.*'
                - '-tombstone.admin'
                - 'stocks.*'
                - '-stocks.admin.*'
                - 'elevators.*'
                - '-elevators.operator'
                - 'textplayer.text'
                - 'textplayer.use'
                - 'textplayer.textadmin'
                - 'textplayer.listusers'
                - 'textplayer.free'
                - 'textplayer.watch.user'
                - 'lockcraft.blacklists.basic'
                - 'multiverse.world.spawn'
                - 'multiverse.tp'
                - 'multiverse.portal.list'
                - 'itemid.*'
                - 'GiftSend.send'
                - 'dwarfforge.*'
                - 'mobarena.arenas.*'
                - 'mobarena.classes.*'
                - 'mobarena.use.*'
                - 'commandbook.warp.teleport'
                - 'commandbook.time.check'
                - 'minemail.*'
                - '-minemail.reload'
                - '-minemail.wipe'
                - '-minemail.admin'
                - '-minemail.paper'
        TM:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'citizens.use.*'
                - 'citizens.create.*'
                - '-citizens.modify.*'
    #            - 'monsterbox.*'
    #            - '-monsterbox.free'
        Moderator:
            default: false
            info:
                prefix: 'Moderator '
                suffix: ''
                build: true
            inheritance:
                - TM
            permissions:
                - 'tcl.*'
                - 'coorteleport.*'
                - 'commandbook.mute'
                - 'commandbook.kick'
                - 'commandbook.bans.ban'
                - 'commandbook.bans.save'
                - 'reporter.mod'
                - 'modtrs.mod'
                - 'modtrs.command.*'
                - 'SimpleHelp.admin'
                - 'advbans.bann'
                - 'advbans.banip'
                - 'advbans.kickk'
                - 'SimpleJail.jail'
                - 'commandbook.debug.clock'
        Admins:
            default: false
            info:
                prefix: 'Admin '
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
    #            - 'lastseen.*'
                - 'jobs.*'
                - 'iConomy.*'
                - 'citizens.modify.*'
                - 'citizens.admin'
                - 'turnstile.admin.*'
                - 'commandbook.give'
                - 'commandbook.give.*'
                - 'commandbook.teleport'
                - 'commandbook.teleport.*'
                - 'commandbook.unmute'
                - 'commandbook.slap'
                - 'commandbook.slap.*'
                - 'commandbook.whois.*'
                - 'commandbook.bans.*'
                - 'LockIP.admin'
                - 'ItemDrop.allow'
                - 'multiworld.newworld'
                - 'OpenInv.*'
                - 'chestlock.admin'
                - 'SimpleJail.unjail'
                - 'textplayer.watch.*'
                - 'vanish.*'
                - 'advbans.*'
        operator:
            default: false
            info:
                prefix: 'Operator '
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - '-monsterbox.free'
                - '-turnstile.openfree'
                - '-turnstile.makefree'
                - '-firelord.*'
                - 'firelord.sword'
                - 'firelord.armor'
                - '-rocketboots.*'
                - 'rocketboots.boots.gold'
                - 'rocketboots.feather'
                - '-lwc.*'
                - 'lwc.protect'
                - '-LockIP.exempt'
                - 'reporter.reports'
                - '-armageddon.grenades.*'
                - '-armageddon.guns.*'
                - 'armageddon.grenades.tnt'
                - '-CommandIConomy.Free'

    users.yml (open)

    Code:
    users:
        PRaptor:
            permissions:
            - worldedit.superpickaxe
            groups:
            - Admins
        Drewdoom:
            permissions:
            groups:
            - Member
        pieking19:
            permissions:
            groups:
            - Member
        x_clucky:
            permissions:
            groups:
            - operator
        Micronique:
            permissions:
            groups:
            - Admins
        TravisSOS:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        charles:
            permissions:
            groups:
            - Member
        charles2:
            permissions:
            groups:
            - Member
        codysos:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        ElementalMonkey:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        Nickdog125:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        Chadward27:
            permissions:
            groups:
            - Moderator
        convict214:
            permissions:
            - LockIP.exempt
            groups:
            - TM
        screwhead5:
            permissions:
            - LockIP.exempt
            groups:
            - TM
        medievalmoon:
            permissions:
            groups:
            - Member
        Silvergem:
            permissions:
            groups:
            - Member
        The_Valiance:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        Player:
            permissions:
            - LockIP.exempt
            groups:
            - Member
        Time_Goes_By:
            permissions:
            groups:
        Steve:
            permissions:
            groups:
        kingxd:
            permissions:
            groups:
        drewdoom:
            groups:
            - Member



    EDIT: About an hour after I posted this, it corrected itself. It was originally doing this for about 3 days, idk why all of the sudden it started working again, but I'm glad.

    Sorry about the way people treat you, I would do exactly the same thing if I were in your position. People can be such jerks when they don't get what they want... No good rich spoiled brats...
     
  5. Offline

    Drakia

    @Clucky "I would post the server log, however, it does not yield any error message, which is strange." There is a "logEvents" option that will turn logging on in the case of issues in the future.
     
  6. Is this compatible with SimpleSignEdit? From a first guess I'd say no, the QuickLoot might not work if I'm not mistaken, but i have not tried it.

    If not, is there a way you could add compatibility?

    Or give me a hint where i'd have to modify the code to make em compatible ;) (Maybe I'll be able to get it working, not sure though)

    BTW: Great plugin, it makes life so much more comfortable not having to look around where your loot has spread all over the floor.

    cheers
    Lathanael

    EDIT: Oh and pls forgive me if it already has been asked, the SearchFu is such a pain sometimes, i might just have overread it. Link me to the post if there's one ;)
     
  7. Offline

    Drakia

    @Lathanael If you enable noDestroy and destroyQuickLoot you will be able to right click the chest to quickloot, not just the sign. This will however make it so people can't destroy chests manually, and they won't receive their chest back upon quickloot. I will not be adding any other method of doing this however.
     

  8. Thanks, that will do the trick, as everyone gets a chest spawned upon death ;).
    There's no need to implement the method if the solution is so simple.
     
  9. Offline

    Odai

    bukkit: 1000
    i have the problem that when you remove the chest the protection stays on the position where the chest was, so when someone place any block there its allways locked then

    Code:
    lwcRemove: true
    tombRemove: false
    lwcTimeout: 3600
    noDestroy: false
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: false
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 18000
    saveTombList: true
    
     
  10. Offline

    Drakia

    @Odai It would seem LWC is no longer disabling protection on its own. I'll look into this.

    I just reinstalled Windows (New PC build ftw) and the Java download server is down, so I can't actually work on my plugins until it is back up. Sorry for the delay.
     
  11. Offline

    Odai

    yes it just happens with the tombstone chest when you destroy them it doesent unrigister the chest.
     
  12. Offline

    Azlodin

    I would also like to add that the sign on the chest is also staying locked with LWC. Which will also lock the block above the chest where the sign was.

    Great plugin btw, and I eagerly await the analysis of what's going on. =)
     
  13. Offline

    Drakia

    Sorry about the delay, Oracle just today got the Java download servers back up (Fail migration)

    Huzzah, found the problem! There was an undocumented API change:

    [Version 1.3.2]
    - Apparently LWC 3.30 had a change in API that wasn't documented, yay

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  14. Offline

    Azlodin

    Thanks for the update, but I have something of note. Within the console the version being stated is still 1.3.1. That is unless your download link in the OP has not been updated as of yet ;)
     
  15. Offline

    Drakia

    New version was up, just forgot to change plugin.yml - Fixed
     
  16. Offline

    andrewkm

    Good Job on this plugin. All systems go.
     
  17. Hi, I hope you can take time in your busy life with a quick glance / help.
    Firstly I am new to premissions set up however so far I am able to get most of all plugins to work, but just not yours... * scratches head* My best guess is that I am placing your tombstone. permissions in a wrong space or illy.

    All I want to do is allow all players besides default group to have a tombstone chest when they die with a sign. No chest or sign needed in inventory. (basically th way the plugin works for OP w/o permissions.)

    My layout
    (bukkit 1000), (tombstonev1.3.2), (PermissionsBukkit v1.1)

    users:
    jade_knightblaze:
    permissions:
    groups:
    - guardian
    groups:
    default:
    permissions:
    permissions.build: false
    admin:
    permissions:
    permissions.*: true
    multiarrow.use.all: true
    inheritance:
    - guardian
    guardian:
    permissions:
    permissions.*: true
    multiarrow.use.all: false
    multiarrow.use.lightning: true
    multiarrow.use.drill: true
    multiarrow.use.torch: true
    multiarrow.use.teleport: true
    tombstone.admin: true
    inheritance:
    - user
    user:
    permissions:
    permissions.build: true
    tombstone.use: true
    tombstone.freechest: true
    tombstone.large: true
    tombstone.lwc: true
    tombstone.sign: true
    tombstone.freesign: true
    tombstone.quickloot: true
    tombstone.cmd.tombfind: true
    WolfSpawn.release: true
    WolfSpawn.respawn: true
    WolfSpawn.spawnatplayer: true
    worlds:
    Zarocks Region:
    coolplugin.item: true
    inheritance:
    - default
    messages:
    build: '&cYou do not have permission to build here.'


    Configfile.yml
    lwcRemove: false
    tombRemove: true
    lwcTimeout: 3600
    noDestroy: false
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: True
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 18000
    saveTombList: true


    *Yes I have tried inputting tombstone.xxxx with ' ' s, - - s, and plain tombstone.xxx. Only : true seems to allow the server to load up with no errors, but tombstone still does not allow .freechest or .freesign or anyother non default tombstone.xxx

    Thanks for your time.
     
  18. Offline

    Drakia

     
  19. with : true set at the end of all your premissions tomestones.

    2011-08-04 13:50:46 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 13:50:46 [INFO] Loading properties
    2011-08-04 13:50:46 [INFO] Starting Minecraft server on 192.168.1.103:25565
    2011-08-04 13:50:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 13:50:47 [INFO] Preparing level "Zarocks Region"
    2011-08-04 13:50:47 [INFO] Preparing start region for level 0 (Seed: 4500560404816548205)
    2011-08-04 13:50:48 [INFO] Preparing spawn area: 93%
    2011-08-04 13:50:48 [INFO] Preparing start region for level 1 (Seed: 3907913240963657815)
    2011-08-04 13:50:49 [INFO] Anvils enabled
    2011-08-04 13:50:49 [INFO] [BedHome] Version 0.3 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled
    2011-08-04 13:50:49 [INFO] [BedRestore] has been Enabled!
    2011-08-04 13:50:49 [INFO] bLift version 1.1 is enabled!
    2011-08-04 13:50:49 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-04 13:50:49 [INFO] ChairCraft 1.2.4 is enabled.
    2011-08-04 13:50:49 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-04 13:50:49 [INFO] CButD: Permission system not detected, defaulting to OP
    2011-08-04 13:50:49 [INFO] CButD: CraftBukkit is up to Date
    2011-08-04 13:50:49 [INFO] [CreeperHeal] version 2.3 by nitnelave is enabled
    2011-08-04 13:50:49 [INFO] [DropSpawners] DropSpawners 1.0 has been enabled!
    2011-08-04 13:50:49 [INFO] [DynamicFight] v1.6.1 Enabled.
    2011-08-04 13:50:49 [INFO] [DynamicFight] Permissions not enabled, DynamicFight features fully enabled for all players.
    2011-08-04 13:50:49 [INFO] Effective Arrows Enabled!
    2011-08-04 13:50:49 [INFO] banned arrows set!
    2011-08-04 13:50:49 [INFO] [Fruitful] Plugin has been enabled.
    2011-08-04 13:50:49 [INFO] [Fruitful] Configuration has been loaded.
    2011-08-04 13:50:49 [INFO] LavaFurnace loaded: 0 Furnace(s)
    2011-08-04 13:50:49 [INFO] Permissions turned off - Using Free-For-All Mode
    2011-08-04 13:50:50 [INFO] LavaFurnace config file finished loading...
    2011-08-04 13:50:50 [INFO] LavaFurnace: Bukkit permissions detected, LavaFurnace permissions enabled...
    2011-08-04 13:50:50 [INFO] LavaFurnace version 1.38 is enabled!
    2011-08-04 13:50:50 [INFO] [MrFixit] v1.0 now enabled!
    2011-08-04 13:50:50 [INFO] [MrFixit] Loaded configuration file.
    2011-08-04 13:50:50 [INFO] [MrFixit] Added 43 recipes.
    2011-08-04 13:50:50 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-08-04 13:50:50 [INFO] [OreDetector] No supported permission plugin found. Falling back to ops.txt.
    2011-08-04 13:50:50 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-04 13:50:50 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-08-04 13:50:50 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-08-04 13:50:50 [INFO] [Tables 0.2] Enabled
    2011-08-04 13:50:50 [INFO] Tombstone v.1.3.2 is enabled.
    2011-08-04 13:50:50 [INFO] Tossers: Loaded plugin version 1.1!
    2011-08-04 13:50:50 [INFO] [WolfSpawn] Permission system not detected
    2011-08-04 13:50:50 [INFO] [WolfSpawn] version 0.42 is enabled!
    2011-08-04 13:50:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 13:50:50 [INFO] Done (0.275s)! For help, type "help" or "?"
    2011-08-04 13:50:59 [INFO] The automatic update-Check only work every 6 hours, the last check was 54 minutes ago.
    2011-08-04 13:51:01 [INFO] Jade_Knightblaze [/192.168.1.1:49345] logged in with entity id 145 at ([Zarocks Region] -32.62945413762422, 87.0, -51.76094388061651)
    2011-08-04 13:51:47 [INFO] Connection reset
    2011-08-04 13:51:47 [INFO] Jade_Knightblaze lost connection: disconnect.quitting
    2011-08-04 13:52:18 [INFO] Stopping server
    2011-08-04 13:52:18 [INFO] Anvils disabled


    with tombstone. plain in premissions.


    2011-08-04 13:54:47 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 13:54:47 [INFO] Loading properties
    2011-08-04 13:54:47 [INFO] Starting Minecraft server on 192.168.1.103:25565
    2011-08-04 13:54:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 13:54:48 [SEVERE] Could not load 'plugins\PermissionsBukkit-1.1.jar' in folder 'plugins':
    while scanning a simple key
    in "<reader>", line 19, column 13:
    tombstone.admin
    ^
    could not found expected ':'
    in "<reader>", line 20, column 9:
    inheritance:
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 13:54:48 [INFO] Preparing level "Zarocks Region"
    2011-08-04 13:54:48 [INFO] Preparing start region for level 0 (Seed: 4500560404816548205)
    2011-08-04 13:54:49 [INFO] Preparing spawn area: 89%
    2011-08-04 13:54:49 [INFO] Preparing start region for level 1 (Seed: 3907913240963657815)
    2011-08-04 13:54:50 [INFO] Anvils enabled
    2011-08-04 13:54:50 [INFO] [BedHome] Version 0.3 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled
    2011-08-04 13:54:50 [INFO] [BedRestore] has been Enabled!
    2011-08-04 13:54:50 [INFO] bLift version 1.1 is enabled!
    2011-08-04 13:54:50 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-04 13:54:50 [INFO] ChairCraft 1.2.4 is enabled.
    2011-08-04 13:54:50 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-04 13:54:50 [INFO] CButD: Permission system not detected, defaulting to OP
    2011-08-04 13:54:50 [INFO] CButD: CraftBukkit is up to Date
    2011-08-04 13:54:50 [INFO] [CreeperHeal] version 2.3 by nitnelave is enabled
    2011-08-04 13:54:50 [INFO] [DropSpawners] DropSpawners 1.0 has been enabled!
    2011-08-04 13:54:50 [INFO] [DynamicFight] v1.6.1 Enabled.
    2011-08-04 13:54:50 [INFO] [DynamicFight] Permissions not enabled, DynamicFight features fully enabled for all players.
    2011-08-04 13:54:50 [INFO] Effective Arrows Enabled!
    2011-08-04 13:54:50 [INFO] banned arrows set!
    2011-08-04 13:54:50 [INFO] [Fruitful] Plugin has been enabled.
    2011-08-04 13:54:50 [INFO] [Fruitful] Configuration has been loaded.
    2011-08-04 13:54:50 [INFO] LavaFurnace loaded: 0 Furnace(s)
    2011-08-04 13:54:50 [INFO] Permissions turned off - Using Free-For-All Mode
    2011-08-04 13:54:50 [INFO] LavaFurnace config file finished loading...
    2011-08-04 13:54:50 [INFO] LavaFurnace: No known permissions detected, Using Server OPs
    2011-08-04 13:54:50 [INFO] LavaFurnace version 1.38 is enabled!
    2011-08-04 13:54:50 [INFO] [MrFixit] v1.0 now enabled!
    2011-08-04 13:54:50 [INFO] [MrFixit] Loaded configuration file.
    2011-08-04 13:54:50 [INFO] [MrFixit] Added 43 recipes.
    2011-08-04 13:54:50 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-08-04 13:54:50 [INFO] [OreDetector] No supported permission plugin found. Falling back to ops.txt.
    2011-08-04 13:54:50 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-08-04 13:54:50 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-08-04 13:54:50 [INFO] [Tables 0.2] Enabled
    2011-08-04 13:54:50 [INFO] Tombstone v.1.3.2 is enabled.
    2011-08-04 13:54:50 [INFO] Tossers: Loaded plugin version 1.1!
    2011-08-04 13:54:50 [INFO] [WolfSpawn] Permission system not detected
    2011-08-04 13:54:50 [INFO] [WolfSpawn] version 0.42 is enabled!
    2011-08-04 13:54:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 13:54:50 [INFO] Done (0.276s)! For help, type "help" or "?"
     
  20. Offline

    Drakia

    @Jade Knightblazer Did you even die ingame? All I see is you connecting and disconnecting...
     
  21. Yes I killed myself from falling. Now your plugin works only with your default tomestone. files (tombstone.use - (Default)). So if someone dies with a chest and sign, then their stuff goes into the chest. ( I know that is the point of the plugin, great job!) However...

    Basically the plugin just doesn't register anything that deals with your other permissions tombstone.freechest (like I did not add them in). I kill myself w/o a chest and message just tells me (not carrying chest, items are on the ground) When it should provide one.

    Now lets stay I remove the Permissions Bukkit, and just use OP buttkit notepad. Then it works for the OPs. Like a charm

    I posted by Permissions layout for yeah a few posts above this one, I thought I put your permissions in the right place, under right groups (works for other plugins). but *shrug*.

    thanks for your replies
     
  22. Offline

    Drakia

    I don't support "PermissionsBukkit" only Permissions as linked in the original post.
     
  23. Offline

    MephistophiA

    Is there anyway to disable spawning chest in spawnpoint. Because in my server, player dies in spawnpoint and chest spawns exactly same point with spawnpoint. So anyone who types /spawn will spawn in the chest and die.
    Thanks.
     
  24. Offline

    Drakia

    Weird... I swear I replied to this. Anyways, it's been added to the next release :) Should be out this weekend.

    SlowHealth is implemented terribly and will cause item duplication. I have an unreleased replacement for SlowHealth though, AutoHeal: http://thedgtl.net/bukkit/AutoHeal.jar
    Config File:
    The default config file is of course plugins/AutoHeal/config.yml, however you can specify per-world overrides in the file plugins/AutoHeal/{worldname} (NO EXTENSION) where {worldname} is the name of the world.

    Config Options:
    rate -- How often to heal, in seconds (Integer) -- Default: 1
    amount -- Amount of half-hearts to heal every {rate} seconds (Integer) -- Default: 1
    max -- Heal to at most {max} half-hearts (Integer) -- Default: 20
    min -- Heal only if above {min} half-hearts (Integer) -- Default: 0
    altitude -- Heal only if player is above {altitude} Y (Integer) -- Default: 0

    Permissions:
    autoheal.heal

    This plugin was coded for my server, no I will not add features to it, no I will not offer any support past this initial post. I just don't feel like having to deal with people complaining about item dupes because of how another plugin is implemented.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  25. Offline

    andrewkm

    @Drakia
    -
    Bug: /tomblist is cleared on quickloot
    -
    Reproduction:
    Kill yourself, make a tombstone...
    Kill yourself, make a second tombstone...
    Use /tomblist (You will see both tombstones)
    Quickloot one of them - example the first one
    Use /tomblist (List is now cleared, although one tombstone of yours is still out there.)
    -
    Config:
    Code:
    lwcRemove: true
    tombRemove: true
    lwcTimeout: 259200
    noDestroy: true
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: true
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 259200
    saveTombList: true
    -
    Version: 1.3.3
    CB: 1000
    -
    If more info needed let me know please. Not gonna post plugin list, blah blah, if this is already known/or valid on reproduction.
     
  26. Offline

    Drakia

    @andrewkm Wow, major oversight on my part there (I don't often use TombList).

    [Version 1.3.5]
    - Fixed accidental clearing of /tomblist on quickloot
    - Added SuperPerms support
    - Do a build permission check so we don't spawn a chest in protected areas
     
  27. Offline

    Odai

    still have the problem with the protection from lwc thats left behind after removing the chest
     
  28. Offline

    Drakia

    And you're positive you're running the latest version? Because I know for a fact I fixed that bug.
     
  29. Offline

    Odai

    yes i used the latest download ;) maybe its an essentials problem because its protects the block under the sign, ill try that out
     
  30. Offline

    neo6633

    I'm using xcraftgate and lwc.
    But when I'm op, tombstone created other world.
    But not op can't
    Why whis?

    "your tombstone can't warp here."
     
  31. Offline

    Vinsssounet

    Hello.

    I just updated to the lastest TombStone version, and I'm having an annoying bug.
    I changed nothing to permissions (it was all going fine with the previous version, so I don't think the problem is here).

    When anyone dies (user or admin) a tomb is indeed created. Yet, all the inventory lies on the floor, enable for anyone to pickup. The Tomb is not LWC protected. Right click does not quickloot nor destroy.

    Here's my config file :

    And here's the error I get in the logs :

    This was when using /slay, but it just did the same while jumping to death.

    We run on CraftBukkit 1000 with the latest TombStone.
     
Thread Status:
Not open for further replies.

Share This Page