[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

    Sleaker

    I don't want to allow my players to just teleport to their death location though.. Just want them to be able to get pointed back towards it.
     
  3. Offline

    killerbeez

    What is this?

    Code:
    2011-03-24 14:42:43 [SEVERE] version loading Tombstone v1.08 (Is it up to date?)
    java.lang.NoSuchFieldError: version
        at net.TheDgtl.Tombstone.Tombstone.setupPermissions(Tombstone.java:306)
        at net.TheDgtl.Tombstone.Tombstone.onEnable(Tombstone.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  4. Offline

    Drakia

    What permissions plugin are you using? And what version is it?
     
  5. Offline

    killerbeez

  6. Offline

    Drakia

    I only support Permissions 2.5.4, not custom mods of it.
     
  7. Offline

    killerbeez

    I am fine with just telling me it's that and maybe an idea why so I can bug them.
     
  8. Offline

    Drakia

    @killerbeez They removed the "version" variable from Permissions. However, as I don't know what they based it on, or what else is changed, that may not be the only problem.
     
  9. Offline

    SH4D0WS1N

  10. Offline

    Drakia

  11. Offline

    Alunaris

    I've been having trouble since I upgraded from .7 to .8..
    Suddenly we're getting the '[Tombstone] could not access chest' message.
    I'm running permissions, not lwc.

    Basic permissions..
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'tombstone.*'
    Code:
    lwcEnable: false
    
    lwcRemove: false
    tombRemove: false
    playermessage: true
    removeTime: 18000
    tombSign: true
    lwcTimeout: 3600
    destroyQuickLoot: true
    lwcPublic: false
    playerMessage: true
    saveTombList: false
    noDestroy: false
    
    Is there anything obvious I could change to make this work, while still giving out free chests/signs?
    I don't really have access to the console output.
     
  12. Offline

    Dahack

    Hello. During death a chest and a tombstone are created like they are supposed to, but all the items get scattered scattered around like in a normal death, also there is no lwc protection on the chest. I am using both lwc and permissions plugins (latest stable versions).

    error message:
    Code:
    16:40:52 [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:252)
            at net.TheDgtl.Tombstone.Tombstone.access$6(Tombstone.java:244)
            at net.TheDgtl.Tombstone.Tombstone$eListener.onEntityDeath(Tombstone.java:555)
            at org.bukkit.plugin.java.JavaPluginLoader$39.execute(JavaPluginLoader.java:361)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:119)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:393)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:378)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:145)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:663)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:608)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    The config file should be configured ok, and permission nodes are on default.
     
  13. Offline

    Nykhola

    Exactly the same problem on my server.
     
  14. Offline

    Drakia

    @Dahack @Nykhola In regards to LWC, it's because he just release 2.0, which this plugin doesn't support.
    @Alunaris I need to know what version of CraftBukkit you're running, that bug is caused by not being able to cast a block into a chest, which I was hoping was fixed with b556jnks.
     
  15. Offline

    lahwran

    I'm sure this has been reported many times, but chests place in places that players have no permission to place them (worldedit), and they do not get marked as the player having placed them (bigbrother).
    edit: lemme get my version...
     
  16. Offline

    Drakia

    I don't support checking with worldedit if the player can place a block, or with bigbrother to say the player placed it. It's hard enough keeping up with Permissions, and LWC, adding two more plugin dependencies would be more work than it's worth for me.
     
  17. Offline

    Alunaris

    Thank you for the idea, I've fixed it now.
    Had looked at interference from all of my plugins, but didn't think of updating bukkit itself.
     
  18. Offline

    Drakia

    In regards to LWC, I've now updated support for LWC 2.0, there are two download links in the first post.
     
    DividedByZer0 likes this.
  19. Offline

    capsar

    dude it world wreaking good but....
    can you make compatible with the /kill [PLAYER] command of essentials?
    i lost all my stuff?
     
  20. Offline

    Drakia

    If /kill doesn't trigger the player death event there is nothing I can do.
     
  21. Offline

    DividedByZer0

    Thanks man, this plugin is awesome.

    Would it be possible to add a few global variables? I give my admins '*' in Permissions but I don't want anyone to have freechest, sign, or quickloot. I looked through the config and it appears as though the only way to toggle this is with the Permissions plugin.
     
  22. Offline

    Drakia

    I'm pretty sure both permissions plugins support negating permissions using
    '-tombstone.freechest'
     
  23. Offline

    DividedByZer0

    I'm an idiot. Sorry. Thanks again for an awesome plugin.
     
  24. Offline

    ChaoticCow

    2011-03-26 11:14:11 [SEVERE] Could not load plugins\Tombstone.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException


    Code:
    -03-26 11:14:10 [INFO] Starting minecraft server version Beta 1.3
    2011-03-26 11:14:10 [WARNING] **** NOT ENOUGH RAM!
    2011-03-26 11:14:10 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-03-26 11:14:10 [INFO] Loading properties
    2011-03-26 11:14:10 [INFO] Starting Minecraft server on 50.23.221.84:25565
    2011-03-26 11:14:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-g6c6c30a-b556jnks (MC: 1.3)
    2011-03-26 11:14:10 [INFO] Preparing level "world"
    2011-03-26 11:14:10 [INFO] Preparing start region
    2011-03-26 11:14:11 [INFO] [Permissions] version [2.5.4] (Phoenix) was Initialized.
    2011-03-26 11:14:11 [SEVERE] Could not load plugins\Tombstone.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:69)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    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>(Unknown Source)
    	at java.util.jar.JarFile.<init>(Unknown Source)
    	at java.util.jar.JarFile.<init>(Unknown Source)
    	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:56)
    	... 8 more
    2011-03-26 11:14:11 [INFO] [AutoMessage] version [1.5] loaded
    2011-03-26 11:14:12 [WARNING] [BBROTHER] Table bbdata uses the MySQL storage engine InnoDB.
    2011-03-26 11:14:12 [INFO] [BBROTHER] For optimal performance, we suggest changing to MyISAM via the following SQL statement:
    2011-03-26 11:14:12 [INFO] [BBROTHER]   ALTER TABLE bbdata ENGINE = MyISAM;
    2011-03-26 11:14:12 [INFO] [BBROTHER] Please note that, on many tables, this could take a very long time.
    2011-03-26 11:14:12 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-03-26 11:14:12 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.5.4
    2011-03-26 11:14:12 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-03-26 11:14:12 [INFO] [BBROTHER] BigBrother 1.7.1 enabled
    2011-03-26 11:14:12 [INFO] Big Catch version 0.4 is enabled!
    2011-03-26 11:14:12 [INFO] [BlockHead] Found Permissions plugin. Using it.
    2011-03-26 11:14:12 [INFO] BlockHead version 0.3.1 by zand is enabled!
    2011-03-26 11:14:12 [INFO] Brohoster Monitor Plugin Loaded.
    2011-03-26 11:14:12 [INFO] [Permissions] version [2.5.4] (Phoenix)  loaded
    2011-03-26 11:14:12 [INFO] [iChat] Using Permissions 2.5 (2.5.4) for permissions
    2011-03-26 11:14:12 [INFO] iChat (v2.2.0) enabled
    2011-03-26 11:14:12 [INFO] [iZone : 5.4] Enabled!
    2011-03-26 11:14:12 [INFO] [iZone : 5.4] Loaded 3 zones!
    2011-03-26 11:14:12 [INFO] Lampstone version 0.4 is enabled.
    2011-03-26 11:14:12 [INFO] Lockette version 1.3.1 is being enabled!  Yay!
    2011-03-26 11:14:12 [INFO] Lockette: Detected craftbukkit build [556] ok.
    2011-03-26 11:14:12 [INFO] Lockette: Linked to Nijikokun's Permissions plugin version 2.5.4
    2011-03-26 11:14:12 [INFO] Lockette: Ready to protect your containers.
    2011-03-26 11:14:12 [INFO] LoginMessage 0.6 enabled
    2011-03-26 11:14:12 [INFO] [NetherBlocks] Configuration file has been loaded.
    2011-03-26 11:14:12 [INFO] [NetherBlocks] NetherBlocks version 1.1.2 enabled.
    2011-03-26 11:14:12 [WARNING] [NoCheatPlugin] version [0.6.9] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-03-26 11:
    
     
  25. Offline

    Drakia

    @ChaoticCow Redownload the JAR, yours is corrupt from the looks of it.
     
  26. Offline

    EcoMaster21

    Pardon my asking, but is there work being done on this plugin to support the changes introduced in CB #561? I'd hate to see such a useful plugin fall behind :) I'm staying with the recommended build for the time being, but I'm running around, checking with plugin developers to get an idea of how fast the transition will be once a new recommended build shows up.
     
  27. Offline

    Drakia

    When a new RB is out it'll be updated.
     
  28. Offline

    RazMaTaz

    Hmm. what am I missing, CB 556 tombstone 1.09 and only one chest is being created. Some stuff is recovered when getting close to the chest.. but you never see it laying around. And invariably you loose all your armor, or at least the half dozen times I died testing it.

    Code:
    lwcEnable: false
    destroyQuickLoot: false
    playerMessage: true
    lwcRemove: false
    lwcPublic: false
    tombRemove: false
    saveTombList: true
    removeTime: 18000
    tombSign: true
    noDestroy: false
    lwcTimeout: 3600
    
    I did have tombRemove set true, but I deleted the config to have it set back to default and only changed lwcEnable.. I think.
     
  29. Offline

    Drakia

    The invisible items is a bug in bukkit I'm pretty sure, never could figure it out.
    Armor is something I can't actually fetch anymore, they changed how items are dropped, and armor is cleared before the plugin is called.
    A large chest is only created if you have the tombstone.large permission, and if you have two chests in your inventory, or have tombstone.freechest
     
  30. Offline

    RazMaTaz

    So then permissions is Required and not optional for full function? Don't really want to get into using permissions if I don't have to. :)
     
  31. Offline

    killerbeez

    Gah, can't seem to get the destroy on quickloot working. It only worked when my permissions went down.

    Code:
    destroyQuickLoot: true
    lwcEnable: false
    lwcRemove: false
    lwcPublic: false
    lwcTimeout: 0
    tombSign: true
    removeTime: 1800
    tombRemove: true
    playerMessage: true
    saveTombList: true
    noDestroy: false
    

    Code:
    plugin:
        permissions:
            system: default
            copies: 
    
    groups:
        default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: 
            permissions:
                - 'iConomyChestShop.shop.create'
                - 'iConomyChestShop.shop.use'
                - 'iConomyChestShop.shop.sell'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.spawn'
                - 'iConomy.payment'
                - 'mcmmo.motd'
                - 'mcmmo.skills.mining'
                - 'mcmmo.skills.woodcutting'
                - 'mcmmo.skills.repair'
                - 'mcmmo.skills.unarmed'
                - 'mcmmo.skills.archery'
                - 'mcmmo.skills.herbalism'
                - 'mcmmo.skills.excavation'
                - 'mcmmo.skills.swords'
                - 'mcmmo.skills.acrobatics'
                - 'mcmmo.skills.axes'
                - 'tombstone.use'
                - 'tombstone.freechest'
                - 'tombstone.large'
                - 'tombstone.sign'
                - 'tombstone.freesign'
                - 'tombstone.quickloot'
                - 'tombstone.playermessage'
                - 'essentials.signs.mail.create'
                - 'essentials.signs.mail.use'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'gastronomic.player.checkhunger'
                - 'gastronomic.player.checkfood'
                - 'gastronomic.player.hunger'
                - 'monsterhunt.usercmd.hunt'
                - 'monsterhunt.usercmd.huntscore'
                - 'monsterhunt.usercmd.huntstatus'
                - 'nSpleef.member'
                - 'uQuest.CanQuest'
                - 'stargate.use'
                - 'factions.participate'
    
     
Thread Status:
Not open for further replies.

Share This Page