[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

    Dreadreaver

    okay, thx though ;)
     
  3. Offline

    Don Redhorse

    cool, thanks!
     
  4. Offline

    Legoboy1134

    Not working for me. I downloaded .6 .jar and started server and this is what I get:

    2011-02-13 13:35:21 [INFO] Tombstone v.0.06 is enabled.
    2011-02-13 13:35:21 [INFO] [Tombstone] Permission system not enabled. Enabling basic usage.
    Feb 13, 2011 1:35:21 PM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: org.bukkit.util.config.Configuration.setProperty(Ljava/lang/String;Ljava/lang/Object;)V (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.util.config.Configuration.setProperty(Ljava/lang/String;Ljava/lang/Object;)V
    at net.TheDgtl.Tombstone.Tombstone.saveConfig(Tombstone.java:77)
    at net.TheDgtl.Tombstone.Tombstone.reloadConfig(Tombstone.java:73)
    at net.TheDgtl.Tombstone.Tombstone.onEnable(Tombstone.java:63)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:293)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:64)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:45)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:181)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

    Any help? It doesnt even create a config file.
     
  5. Offline

    Drakia

    This requires Bukkit 302, post the output of "version" in the console, though I doubt that'll work. You're running at the latest version 254.
     
  6. Offline

    Legoboy1134

    Yep. Im redownloading. I completely forgot to update BUKKIT.
     
  7. Offline

    Runelynx

    Oh Ive been waiting for this one... thanks so much!!!!!!!
    --- merged: Feb 13, 2011 9:02 PM ---
    Places a chest and a sign, but all items go on the ground. Chest remains empty.
    LWC not used on the chest despite LWC working fine on the server.
    Using craftbukkit 304
    On player death, following happens:

    Code:
    Feb 14, 2011 12:03:20 AM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to Tombstone
    java.lang.NoSuchMethodError: com.griefcraft.sql.PhysDB.registerProtectedEntity(IILjava/lang/String;Ljava/lang/String;III)V
            at net.TheDgtl.Tombstone.Tombstone.activateLWC(Tombstone.java:126)
            at net.TheDgtl.Tombstone.Tombstone.access$1(Tombstone.java:121)
            at net.TheDgtl.Tombstone.Tombstone$eListener.onEntityDeath(Tombstone.java:265)
            at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.java:328)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:214)
            at net.minecraft.server.EntityPlayer.f(EntityPlayer.java:99)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:288)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:125)
            at net.minecraft.server.EntityMonster.a(EntityMonster.java:92)
            at net.minecraft.server.EntityCreature.d(EntityCreature.java:64)
            at net.minecraft.server.EntityLiving.o(EntityLiving.java:641)
            at net.minecraft.server.EntityMonster.o(EntityMonster.java:30)
            at net.minecraft.server.EntityZombie.o(EntityZombie.java:34)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:226)
            at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
            at net.minecraft.server.World.a(World.java:1059)
            at net.minecraft.server.WorldServer.a(WorldServer.java:55)
            at net.minecraft.server.World.f(World.java:1041)
            at net.minecraft.server.World.c(World.java:1018)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:313)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    
     
  8. Offline

    Drakia

    Download the latest LWC. There are six git commits with the version 1.491.
     
  9. Offline

    Kayonesoft

    Out of curiosity, the Deadmanschest hmod plugin had a feature when you rightclicked on the death sign it would automatically move the contents of the chest to your inventory. Is that a feature or a future feature for this plugin?
     
  10. Offline

    Drakia

    I'm thinking of a good way to implement it. That's the last feature I want to add before considering this v1.0 :)
     
  11. Offline

    RustyDagger

    Dude your going to be very popular on my server first the warps and homes Warpz0r and now this +diamonds for you.

    not only do you provide win plugins but grate support for them as well if i had some cash i would donate but things are a bit tight here in AUS. the weather has screwed us around :/


    ok few problems 1 it dont seem to be working but im going to assume thats because i have not restarted the server and your plugins permissions dont seem to re read the permissions file after its reloaded could you please some how hook the usage of the /pr command from permissions plugin and reload your plugins permissions from the permissions plugin when its used. much help when changing things with out having to restart the server and piss players off.

    1 other question because i am lazy i used - 'tombstone.*' for my admins according to the file that should work what do you think? i had already gave my players the use and the large should not matter though.

    1 otherr thing could we have a seprate time from the lwc remove to the chest removal so after 30 min i can remove the lwc and after an hour remove the chest?
     
  12. Offline

    ddoolin

    Users items don't go in the chest when they die. The chest forms properly but the items still go all over the place.
    --- merged: Feb 14, 2011 2:31 AM ---
    Latest of both CB and this, btw.

    EDIT: Lemme updated LWC.
     
  13. Offline

    r42xer

    I get
    Code:
    SEVERE: Could not load plugins/Tombstone.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:66)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:117)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:82)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:114)
        at java.util.jar.JarFile.<init>(JarFile.java:135)
        at java.util.jar.JarFile.<init>(JarFile.java:99)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:53)
        ... 8 more
    
    on startup. Any ideas?
    EDIT
    Nevermind, I didn't download the whole file or something.
     
  14. Offline

    Latros

    Does this plugin only work with 302?

    I am running 326, and I think my issue is more on the permissions side of things than anything.

    When I (the admin) die, I leave a chest with a blank sign. Blank, I don't know why. I was hoping it would have my name on it. Anyway yeah, ONLY when I die do I leave a chest.

    When I kill anyone else on my server, they don't leave a chest. Here's my permissions setup;

    GUEST:
    permissions: [tombstone.freechest, tombstone.use, tombstone.large, tombstone.sign, tombstone.freesign]
    ^ doesnt drop a chest

    ADMINS:
    permissions: ['*', tombstone.freechest, tombstone.use, tombstone.large, tombstone.sign, tombstone.freesign]
    ^ does drop a chest

    Am I getting something wrong here?

    Bukkit version 326
    Tombstone v.0.06

    Let me know, thanks!
     
  15. Offline

    Drakia

    My guess is you're not setting up Permissions right, go re-read that topic on how to set it up. From the example you posted from your permissions file it's nothing like how it's supposed to be laid out.

    Also in regards to the sign, post if you have any output to the terminal, otherwise I can't help.
     
  16. Offline

    Wall

    Very cool plugin :) keep up the great work
     
  17. Offline

    Madmusk

    This plugin is great! Is there any way players can have a chest/sign drop even if they don't have a chest or sign in their inventory, and without using Permissions?

    Thanks!
     
  18. Offline

    Drakia

    Nope, you need to have Permissions for that feature, or change the code yourself and compile it.
     
  19. Offline

    Manbeast77

    Basically, I have the same issue as soloman, tombstone no longer works. I actually lose items now since the chest detroys items when it places itself. Sounds like a bug with the most recent build.
     
  20. Offline

    barookve

    Doesn't spawn x2 chests when i die, even if i got 2 chests in my bag. Perhaps i need Permissions for that or?
     
  21. Offline

    Drakia

    @barookve Yes, you need Permissions to do anything other than basic single-chest placement.
    @Manbeast77 Congrats, you made a useless bug report!
     
  22. Offline

    Manbeast77

    Considering the fact that there was a post before mine that had fully fleshed out the issue, it wasn't useless. Since either the user has been banned or has since removed his post, I will reiterate the issue. When I, or any of the users on my server dies, the chest that is placed never contains any of the items from the inventory. More often than not, it actually destroys any items that were "under" the chest when it was placed. Yes, I was using the most current version. I even un-installed and re-installed using a new download in case one was broken somehow. No, there were no errors on the CP. Since you are more than likely going to ask what mods I have installed, here they are:
    Elevators
    Essentials (protect,spawn, tele)
    Extend day
    Friendly creepers
    Golden tools
    LWC
    Monster Hunter
    MyHome & Warp
    Pumpkin Diver
    Sign Dispenser
    Stackable

    I hope that is a bit more useful.

    Edit: Before you ask; I also update every plugin daily, or when they update.
     
  23. Offline

    Drakia

    So there's no output or errors at all to the terminal when you die?
    What version of CraftBukkit are you using? (Type "version" in the console)
    Do player gets any messages from Tombstone such as "Inventory stored in chest" or "x items wouldn't fit in chest"?
    Post your config.yml for Tombstone
     
  24. Offline

    PandaVidya

    Same thing. not working for me. when i type version into the console:

    This server is running Craftbukkit version git-Bukkit-0.0.0-405-gf77e79e-b323 (MC: 1.2_01)
    This server is also sporting some funky dev build of Bukkit!


    Not running LWC.


    config.yml:


    Code:
    lwcEnable: false
    lwcRemove: false
    tombSign: true
    lwcTimeout: 3600
    

    permissions file:

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Subscriber:
            default: true
            info:
                prefix: '&6'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.msg'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.help'
                - 'essentials.mail.send'
        VIP:
            default: false
            info:
                prefix: '&5'
                suffix: '&5'
                build: true
            inheritance:
                - Subscriber
            permissions:
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.tp'
                - 'essentials.clearinventory'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'bflight.bgive'
                - 'bflight.bfly'
                - 'cake.get'
                - 'magiccarpet.mc'
                - 'blockhead.hat'
                - 'tombstone.use'
                - 'tombstone.freechest'
                - 'tombstone.sign'
                - 'tombstone.freesign'
        Moderator:
            default: false
            info:
                prefix: '&2'
                suffix: '&2'
                build: true
            inheritance:
                - VIP
            permissions:
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.tphere'
        Builder:
            default: false
            info:
                prefix: '&3'
                suffix: '&3'
                build: true
            inheritance:
                - VIP
            permissions:
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'worldedit*'
                - 'somethingelse.dancing*'
                - '/locate'
        Owner:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
                - Moderator
                - Builder
            permissions:
                - '*'
                - 'essentials.reloadall'
                - 'essentials.essentials'
                - 'essentials.spawnmob'
                - 'essentials.reloadall'
                - 'essentials.broadcast'
                - 'essentials.kill'
                - 'essentials.nick'
                - 'essentials.ping'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.give'
                - '*'
        Champion:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
                - Moderator
                - Builder
            permissions:
                - '*'
                - 'essentials.reloadall'
                - 'essentials.essentials'
                - 'essentials.spawnmob'
                - 'essentials.reloadall'
                - 'essentials.broadcast'
                - 'essentials.kill'
                - 'essentials.nick'
                - 'essentials.ping'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.give'
                - '*'
        King:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
                - Moderator
                - Builder
            permissions:
                - '*'
                - 'essentials.reloadall'
                - 'essentials.essentials'
                - 'essentials.spawnmob'
                - 'essentials.reloadall'
                - 'essentials.broadcast'
                - 'essentials.kill'
                - 'essentials.nick'
                - 'essentials.ping'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.give'
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        PandaVidya:
            group: Owner
            permissions:
        LuminesctNight:
            group: VIP
            permissions:
        iTheSnowMan:
            group: VIP
            permissions:
        PadroJeremy:
            group: Builder
            permissions:
        Genesis_xF:
            group: VIP
            permissions:
        DaFunyKid:
            group: VIP
            permissions:
        MinecraftVG:
            group: Champion
            permissions:
        XxSlyxX:
            group: King
            permissions:
    --- merged: Feb 20, 2011 2:17 AM ---
    also nothing appears in the console
     
  25. Offline

    Manbeast77

    Running CB version 14e7b01
    I don't use permissions because I hate it, here's the yml:
    Code:
    lwcEnable: true
    lwcRemove: false
    tombSign: true
    lwcTimeout: 7200
    
     
  26. Offline

    Drakia

    @PandaVidya Not working how? Does it say Tombstone enabled when you start the server? Does it give messages when players die? You gave a lot of info but still nothing to tell me WHAT isn't working.
    @Manbeast77 Do players get any messages about Tombstone? If it were going to die AFTER placing the chest, it should (would have to?) throw an exception in the terminal, so I don't understand how exactly it is placing the chest but not adding items.
     
  27. Offline

    Manbeast77

    I really don't get any messages when we die unless we don't have a chest in the inventory. Nor does it say anything in the CP.
     
  28. Offline

    PandaVidya

    never mind. figured out the issue for me. if you use /kill command then it doesnt work. just doesn't even drop the items.
     
  29. Offline

    Drakia

    Updated to v1.00, I now have all of the features I wanted implemented before I considered it "done." I'll still be doing bug fixes, and implementing feature requests though :)

    Tested on Build 405, not supporting anything lower.
     
  30. Offline

    ElementalBliss

    Was just about to ask if CraftBukkit Build #326 was supported because some of my plugins are not updated yet.. any chance of a link to a download supporting that one?
     
  31. Offline

    Drakia

    I don't have a 326 server to test on, so I'm not going to be trying to make it work with a version that old. Sorry. The source is available if you want to customize it yourself. Otherwise you can run the older build you already have.
     
Thread Status:
Not open for further replies.

Share This Page