Inactive [SEC/ADMN/EDIT] TPack v3.6 - Now with cuboid zone protection and OP Support! [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Tuna, Feb 13, 2011.

  1. Offline

    Tuna

    TPack - Now has cuboid zone protection!
    Version: v3.6

    Now Supports OP or PermissionsBukkit and CraftBukkit 1060!!

    Follow me on Twitter for latest updates!
    http://twitter.com/#!/Tuna_Mods

    TPack (stands for Tuna's Pack) is a multi-tool add-on package. It contains mods for selecting/filling/deleting cuboids, creating and protecting massive cuboid zones, boomstick mode for rapidly clearing blocks, modifying the server time, giving items by name and quantity instead of data values, and clearing player inventory!

    All TPack commands require OP privileges or PermissionsBukkit to be installed and setup properly! Download PermissionsBukkit: http://forums.bukkit.org/threads/ad...-1-official-default-groups-plugin-1000.26785/


    TPack takes a lot of time to maintain and support!!
    Feel free to Donate if you wish! As a starving college student it keeps me alive and coding :p


    Features:

    Cuboid mode up and running! (Now with zone protection!):

    • "/cuboid <on|off>" enables/disables cuboid mode. When player has selection tool equipped can hit block to set points 1 and 2 sequentially. Selection tool is specified in settings.txt file.
    [​IMG]
      • The two points you select (A and G) select the surrounding cubes in a square formation, like in the picture above.
    • "/cfill <block ID | block name>" fills selected cuboid with specified material (item names/item ID's in items.txt)
      • Examples: "/cfill wood" /cfill obsidian" "/cfill 5" "/cfill 18"
      • The material names correspond to the item codes in your items.txt
        • You can add custom names for items! Say you want "bob" to refer to grass blocks. Simple add "bob:02" to the bottom of your settings.txt file. Now whenever you type "/cfill bob" it will use grass! This also adds it to your give command as well so players can use "/give bob" to give grass.
    • "/cfaces <block ID | block name>" fills the selected cuboids walls, creating a room
    • New Wool Features!
    • Version 2.2 adds the ability to fill with colored wool! Simple use "/cfill wool <color | color ID>" or "/cfaces wool <color | color ID>" where the colors and ID's are:
      • 0 - white
      • 1 - orange
      • 2 - magenta
      • 3 - lightblue
      • 4 - yellow
      • 5 - lightgreen
      • 6 - pink
      • 7 - gray
      • 8 - lightgray
      • 9 - cyan
      • 10 - purple
      • 11 - blue
      • 12 - brown
      • 13 - darkgreen
      • 14 - red
      • 15 -black
        • examples "/cfill wool black" "/cfill wool 15" "/cfill 35 15" "/cfaces wool 15" will all fill the selected area with black wool.
    • "/cclear" clears the selected cuboid (fills it with air)
    • New Features! Zone protection and cuboid saving!
    • "/ccreate <cuboid name>" creates and saves a cuboid from the players selected points
    • "/cdelete <cuboid name | all | owned>"
      • If cuboid name is specified deletes the cuboid
      • If all is specified deletes all cuboid zones
        • requires permission to 'tpack.cuboid.deleteall'
      • If owned is specified deletes all cuboids the player owns. (None of these commands effect the blocks in the zone)
    • "/csave" forces a save of all cuboid zones. This happens automatically every time the server shuts down.
    • "/clist" displays a list of all cuboid zones
    • "/clistowned" displays a list of all cuboid zones that the player owns
    • "/cselect <cuboid name>" selects cuboid with the specified name
    • "/cselect x1 y1 z1 x2 y2 z2" will select the cuboid with <x1,y1,z1> being point A and <x2,y2,z2> being point G in the picture above.
      • X and Z values are the horizontal values while Y is vertical up and down.
    • "/cprotect <cuboid name> <true | false>" protects the selected cuboid, preventing blocks from being destroyed, set on fire, or placed within the cuboid. Protection must be set to 1 in settings.txt. Must be the owner of the cuboid to change this value.
    • "/isprotected <cuboid name>" displays the protection state of the specified cuboid.
    • "/addallowed <cuboid name> <player name>" grants player the ability to modify blocks within a protected cuboid.
    • "/removeallowed <cuboid name> <player name>" removes players ability to modify blocks within a protected cuboid.
    • "/getallowed <cuboid name>" Displays list of users allowed to modify the specified cuboid.
    • "/cowner <cuboid name>" Displays the owner of the specified cuboid.
    • "/listcuboid" lists the coordinates of the two points of the cuboid in <x,y,z> format
    • "/ctime <dawn | sunrise | morning | day | midday | noon | afternoon | evening | sunset | dusk | night | midnight>" changes world time to specified time.
    • "/boomstick <on | off>" enables/disables boomstick mode. When player has wood stick equipped can destroy blocks very rapidly. Great tool for clearing blocks. Call "/boomstick" for status.
    • "/cgive <block ID | Block Name> <quantity> <optional: player name>" where name is the name of the material in "settings.txt" or the item ID and quantity is the number you want. If quantity is not specified it defaults to 1. If player name is specified will give the specified item and quantity to the player specified (requires permission!)
    • "/clearinv" empties the player's entire inventory.
    • settings.txt file must be placed in "plugins/TPack". Names of the items in the file can be replaced with whatever you wish as long as the number matches the item found on the Minecraft Wiki Data values page (http://www.minecraftwiki.net/wiki/Data_values)
    Installation:
    • Put "TPack.jar" in the plugins directory under your root directory
    • "settings.txt" must be in "plugins/TPack"
    Permissions Setup:
    • Be sure to add the required lines to your permissions config.yml file. The permissions are:
      • 'tpack.boomstick' - for boomstick
        • /boomstick
      • 'tpack.cuboid' - for enabling/disabling cuboid and other cuboid commands
        • /cuboid , /getallowed, /listcuboid, /isprotected, /cowner
      • 'tpack.cuboid.fill'
        • /cfill, /cfaces
      • 'tpack.cuboid.clear'
        • /cclear
      • 'tpack.cuboid.create'
        • /ccreate
      • 'tpack.cuboid.delete'
        • /cdelete
      • 'tpack.cuboid.deleteall' - This gives permission to delete ALL CUBOIDS.
        • /cdelete all
      • 'tpack.cuboid.listall'
        • /clist
      • 'tpack.cuboid.listowned'
        • /clistowned
      • 'tpack.cuboid.select'
        • /cselect
      • 'tpack.cuboid.addallowed'
        • /addallowed
      • 'tpack.cuboid.removeallowed'
        • /removeallowed
      • 'tpack.cuboid.protection'
        • /cprotect
      • 'tpack.cuboid.save'
        • /csave
      • 'tpack.time'
        • /ctime
      • 'tpack.items.give'
        • /cgive <item name | item ID> <quantity>
      • 'tpack.items.giveall'
        • /cgive <item name | item ID> <quantity> <player>
      • 'tpack.items.clear'
        • /clearinv
    • Adding 'tpack.*' will give access to all commands
    • Download permissions here:
    • http://forums.bukkit.org/threads/ad...-1-official-default-groups-plugin-1000.26785/
    Settings.txt setup/explaination:

    The newest version of TPack replaces the old items.txt with a new file called settings.txt that allows you to customize TPack to your liking. Here are the fields and their meanings:
    • permission-nofity
      • 0 means the player will not be notified if they don't have permission to use a command (good if you don't like getting spammed with "You don't have permission!"
      • 1 means the player will be notified (default)
    • give
      • 0 means all give commands will be disabled. Useful if you prefer other plugins for give commands and don't want TPack to interfere
      • 1 means all give commands will be enabled
    • time
      • 0 means all time commands will be disabled. Useful if you prefer other plugins for time commands and don't want TPack to interfere
      • 1 means all time commands will be enabled
    • selectiontool
      • value corresponds to the Item ID of the item you want to be your selection tool. Default is Item ID: 269 which is a wooden shovel
    • protection
      • 0 means all protection features will be disabled. If you do not want to use protection features then make sure this is set to 0!! It will greatly improve performance
      • 1 means protection features will be enabled
    • ops
      • 0 means TPack will use PermissionsBukkit for checking permission to use a command. This mode REQUIRES PermissionsBukkit to be installed and configured correctly.
      • 1 means TPack will check if the player is an OP for permission. This way does not require PermissionsBukkit. If a player is OP then they will have access to ALL commands!

    When posting about errors:

    If you encounter an error in TPack, feel free to post it here and I will try to help solve the problem. However when you post, be sure to include the following information or I will ignore your request!
    • What command you issued that caused the error
    • What happens in game when the error occurs (what happens to the blocks, what is displayed on your screen, etc..)
    • Terminal output from the server during the time of the error
    • Verify you have the latest version of Java/CraftBukkit server before posting
    Thanks guys! It is simply too hard to keep up with all the posts if I have to ask everyone these qeustions.



    Download TPack

    Update to the latest version if you haven't already!!

    RapidShare:
    https://rapidshare.com/files/4003847820/Tpack_v3_6.zip
    (Click on slow download on the right to download for free)

    Megaupload:
    http://www.megaupload.com/?d=G4HYI52V

    Attached to this post (all files in zip file).


    Changelog:

    Version 3.6
    • Added support so users can now use MineCrafts internal OP system instead of PermissionsBukkit. See the section on setting up the settings.txt file for more information. If ops is set to 1 in settings.txt a player must be an OP to use any TPack commands. If they are an OP they will have access to ALL commands.
    • Changed /give and /time commands to /cgive and /ctime to avoid conflict
    • Updated settings.txt file to include all new items (pistons, grass, etc...)
    Version 3.5
    • Updated code to work with CraftBukkit 1060
    • Complete overhaul of code structure. Users can now create larger Cuboid zones without crashing the server. (Server will still crash if you do MASSIVE zones, but range has been greatly expanded)
    Version 3.0
    • Updated code to work with CraftBukkit v860. Also added new megaupload and rapidshare mirrors. More features to come.
    Version 2.3

    • Added more options to settings.txt file to disable/enable "give" and "time"
      • If you use other mods for /give and /time commands you can now simply change give or time to 0 in you settings.txt file and it will disable the functionality in TPack.
    • Added the ability to give items to other players
      • "/give stone 5 Tuna" will give player with name Tuna 5 stone. See command description above for more detail. Requires permission to 'tpack.items.giveall'
    Version 2.2
    • Updated "/time" command to use new values instead of old number values
    • Added the ability to fill areas with colored wool using "/cfill" and "/cfaces" see documentation for instructions.
    • Several bug fixes, more optimized code.
    Version 2.1
    • Updated code to support the latest recommended build, #602 [Jenkins].
    • Added several bug fixes in the "/give" and "/cfill" commands.
    Version 2.0
    • Added cuboid zone protection! This handy and easy to use feature allows you to select massive zones and save/protect them! This allows you to setup areas where only certain players can build/break. Great for areas you don't want attacked by griefers.
    • Added new 'settings.txt' file with tons of customization features. You can now specify which tool you want for cuboid selection as well as enable/disable cuboid protection features. Be sure to read the explaination of settings.txt above!
    • Added '/cfaces' to build rooms from cuboid zones.
    • Word of Caution:
      • If you are working on a MASSIVE cuboid zone and you want to use "/cfill /cfaces/ or /cclear" make sure you do it BEFORE protecting the zone. Some times the server becomes unstable if you fill a MASSIVE protected zone.
    Version 1.4
    • Added the ability to select cuboids by coordinates! Great for selecting massive zones. Read documentation for "/cselect"!
    • Added support for item ID numbers in the "/give" command. Players can now use "/give item# quantity" where the item number is the value found on the Minecraft Wiki Data values page (http://www.minecraftwiki.net/wiki/Data_values)
    • Updated items.txt file to contain all current items (as of v1.3)
    • Updated to support permissions 2.4 (Permissions is REQUIRED for TPack to work currently).
    Version 1.3
    • Fixed critical bug introduced in v1.2 (due to my fast&loose coding :p ) in which all the system variables for cuboid and boomstick were shared with every player. If one player set coordinates in cuboid then all players had them selected, and if one player enabled cuboid/boomstick then all players had it enabled. This only applied to people setup in your permissions file to use the commands. The behavior has been fixed in this version
    Version 1.2
    • Added full support for permissions v2.0. Don't forget to add the permission entries to config.yml! See Installation Instructions above.
    Version 1.1
    • Added full Cuboid functionality, player can now select/delete/fill large cuboids
    • Added better documentation for /time command
    Version 1.0
    • First release, description and download location are above. Please post bugs/questions/comments in the replies and I will be happy to oblige :)
     

    Attached Files:

    stickman1998 and Steve Cole like this.
  2. Offline

    runyet1

    wait for this plugin in do you HAVE to have the permission plugin or no?
     
  3. Offline

    Tuna

    Yes, currently this REQUIRES permissions to be installed. Cuboid and some of the other mods are way too powerful to not restrict access. In the next update I'm going to make it so if the server does not run permissions then the commands will still work if your an OP. Currently however you need to have permissions installed for it to work.
     
  4. Offline

    itachix21

    Do I NEED permissions? Or if permissions aren't installed does it go through op list?

    Edit: Whoops someone already asked this but can you make it to go through ops?

    Edit: You already answered that T.T I should have read it...
     
  5. Offline

    Tuna

    It's all good ita :p
     
  6. Offline

    heLLEagLe

    I have a problem with the plugin when I write cuboid I get the wood shovel but nothing happened, continue with a left-click the shovel disappears

    sry 4 me Bad english :(
     
  7. Offline

    Tuna

    Hey Eagle,

    As long as cuboid mode is enabled (by typing "/cuboid") you can select blocks with any wooden shovel. If your shovel disappeared simply build a new one (or type "/give woodshovel") and try again. Also if it is still not working verify you have Permissions setup correctly (access to "tpack.cuboid") and you have the latest version of Java and the Craft Bukkit server. If it is still not working then please paste the terminal output at the time of the error.
     
  8. Offline

    Brandonz

    Feb 20, 2011 12:30:18 AM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: com/nijiko/Messaging (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijiko/Messaging
    at com.thelair.tuna.tpack.TPack.setupPermissions(TPack.java:53)
    at com.thelair.tuna.tpack.TPack.onEnable(TPack.java:98)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:430)
    WTF? Mines up to date just updated yesterday. Help!
     
  9. Offline

    Tuna

    The Messaging plugin is throwing the error... not TPack. Please verify you have the latest version of the Craft Bukkit server, Latest Java, Latest Messaging, and Permissions 2.0 installed.
     
  10. Offline

    Brandonz

    I have everything up to date but nothing to do with messaging...
     

    Attached Files:

  11. Offline

    Tuna

    Hm there's a items.txt in the plugins directory... do you have the items.txt in the root directory also? It should tell you if there isn't one. Also when is this error occuring? Please do more than say its up to date. Please post your entire terminal output that occurs slightly before/after the error so we can get a better idea at whats causing this.
     
  12. Offline

    Brandonz

    well my server goes to 100% then that error pops up and all my other addons and what not and it says done.
    --- merged: Feb 20, 2011 7:13 AM ---
    "do you have the items.txt in the root directory also?" yes
    --- merged: Feb 20, 2011 7:21 AM ---
    I didn't put the stuff in the Permissions... Because i thought it would let anyone use it..
     
  13. Offline

    Tuna

    Ah well TPack requires permissions. Install it and set it up and let me know how it goes. Read the permissions page and my instructions to see how to get it setup
     
  14. Offline

    baskusch

    if i can only write the names what do i have to type for colored wool ? cloth stands for white wool but what names do i have to type for the other colors ?
     
  15. Offline

    heLLEagLe

    It still not working, I get also no message like Set Point 1 or Set point 2.

    20.02.2011 11:03:16 org.bukkit.plugin.SimplePluginManager callEvent
    SCHWERWIEGEND: Could not pass event BLOCK_DAMAGED to TPack
    java.lang.NoSuchMethodError: org.bukkit.block.Block.getLocation()Lorg/bukkit/Location;
    at com.thelair.tuna.tpack.TbListener.onBlockDamage(TbListener.java:97)
    at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.java:176)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:201)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:304)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

     
  16. Offline

    Brandonz

    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    - 'signColours.*'
    - 'tpack.*'
    - 'tpack.cuboid'
    Moderator:
    default: false
    info:
    prefix: '&1'
    suffix:'&1'
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    - 'signColours.*'
    - 'tpack.*'
    - 'tpack.cuboid'
    Admin:
    default: false
    info:
    prefix: '&a'
    suffix:'&a'
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
    - 'signColours.*'
    - 'tpack.*'
    - 'tpack.cuboid'
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    gb2100:
    group: Admin
    permissions:
    - '*'
    - 'signColours.*'
    - 'tpack.*'
    - 'tpack.cuboid'
    Nike23Nick23:
    group: Moderator
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    -'tpack.*'
    - 'tpack.cuboid'







    Still got the error
     
  17. Offline

    Tuna

    HellEagle, A few people have posted that exact same error already. It is caused by either an outdated version of Java or the CraftBukkit server. Install the latest versions and try again

    Bask, look in your items.txt for the item code cooresponding to colored wool and the name next to it is what you give. If there isn't one then go to the minecraft data values wiki page and look it up and add it to your items.txt manually. Look in the instructions to see how to do that.

    Brandonz, is that an exact duplicate of your config.yml file or was there an error when you pased it? Your config.yml file needs to have spaces like this under permissions:
    Code:
    gb2100:
    group: Admin
    permissions:
        - '*'
        - 'signColours.*'
        - 'tpack.*'
        - 'tpack.cuboid'
    Permissions is space-sensitive. Also since you have access to '*' there is no need to have signColours, tpack.*, or tpack.cuboud there. Adding '*' gives access to all commands.
     
  18. Offline

    TheHamer

    Question. Can I use Cuboid to protect a section of blocks so nobody can edit the blocks except for specified groups!?
    THanks! :)
     
  19. Offline

    Tuna

  20. Offline

    LordVe

    Latest Java and CraftBukkit(435) as of 3 minutes ago.
     
  21. Offline

    Tuna

    This is caused by an error in your items.txt file. Have you modified it from the original? It needs to be in the root of your directory and have no spaces before/after the information.
     
  22. Offline

    LordVe

    It is the item.txt that was provided.
     
  23. Offline

    sal campisano

    So none of the commands are working for me. Permissions are done right and everything is in the right folder. But I noticed inside the JAR file the plugin.yml says it is version 1.2. I tried to redownload and it keeps saying 1.2. Is this just a typo or something? I need that boomstick command D:
     
  24. Offline

    Tuna

    Hey Sal,

    That's just my fault because I forgot to update it to 1.3 with the last release :p don't worry about it, it wouldn't cause any problems. Do you have permissions 2.0? Also what happens when you try to enable boomstick ("/boomstick") please post the terminal output during the time of the error please. Also verify you have the latest craft bukkit server and latest java installed.

    LordVe,
    Unfortunately I don't see what could be causing the problem. The error is being thrown when the plugin is trying to process your items.txt file. Please verify all materials are entered in the correct format ("name:itemcode").
     
  25. Offline

    vilis44

    Plz Add Cuboid Protection Plz
     
  26. Offline

    sal campisano

    I believe my craftbukkit build is 428. I do have permissions 2.0. My java is version 6 update 24. I'd post the terminal output of /boomstick but minecraft is giving me the whole "cant connect to minecraft.net" crap >.<

    Edit: I got on right after posting this of course.

    Terminal output:
    2011-02-21 12:08:44 [INFO] snagglefox issued server command: boomstick
    2011-02-21 12:08:44 [INFO] Unknown console command. Type "help" for help.

    Snagglefox being me.

    I'll also post my permissions.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'craftessence.support'
                - 'craftessence.spawn'
                - 'craftessence.home'
                - 'craftessence.sethome'
                - 'craftessence.me'
                - 'craftessence.help'
                - 'craftessence.playerlist'
                - 'tpack.boomstick'
                - 'tpack.cuboid'
                - 'tpack.time'
                - 'tpack.snap'
                - 'tpack.items'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'craftessence.time'
                - 'craftessence.tp'
                - 'craftessence.tphere'
                - 'craftessence.warp'
                - 'craftessence.setwarp'
                - 'craftessence.alert'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        darkgrave:
            group: Admins
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'general.time'
        snagglefox:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.boomstick'
                - 'tpack.*'
        wheeler:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.*'
        ian:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.*'
        jesus:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.*'
        ryan:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.*'
        t:
            group: Admins
            permissions:
                - 'craftessence.*'
                - 'tpack.*'
     
  27. Offline

    Tuna

    Hey Sal,

    So can you post the entire terminal output from the server start to a little after the error? This will help narrow down the error a bit. Also what happens in-game when you type a command like "/boomstick", does it crash, does it send you a message? Please give as many details about your error as you can think of. Lastly what OS are you running? Your config.yml looks perfect to me, so that shouldn't be interfering. Please post the requested output and I'll see what I can figure out.
     
  28. Offline

    Tranex

    The /cfill doesn't work on my server, it says "Item doesn't exist.". A little help would be awesome! :)
     
  29. Offline

    Tuna

    Hey Tranex!

    A little more information would be appreciated. You need to make sure you have your items.txt in the root of your directory. Please tell me what command you are issuing that is giving the error? It needs to be "/cfill material" an example would be "/cfill wood" or "/cfill stone". Also please make sure you are running the latest craft bukkit server and have java updated to the latest version.

    Lastly please post your terminal output during the time of the error. Saying "it doesn't work" isn't very helpful at all :p

    Thanks!
     
  30. Offline

    sal campisano

    I'm running Windows 7 64 Bit.

    Here's the server terminal output.

    Code:
    2011-02-22 02:42:18 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-22 02:42:18 [INFO] Loading properties
    2011-02-22 02:42:18 [INFO] Starting Minecraft server on 5.170.227.27:25565
    2011-02-22 02:42:18 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-02-22 02:42:18 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2011-02-22 02:42:18 [WARNING] While this makes the game possible to play without
     internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2011-02-22 02:42:18 [WARNING] To change this, set "online-mode" to "true" in the
     server.settings file.
    2011-02-22 02:42:18 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-428-g51dd641-b54jnks (MC: 1.2_01)
    2011-02-22 02:42:18 [INFO] Preparing level "world"
    2011-02-22 02:42:18 [INFO] Preparing start region
    2011-02-22 02:42:19 [INFO] Preparing spawn area: 16%
    2011-02-22 02:42:20 [INFO] Preparing spawn area: 61%
    2011-02-22 02:42:21 [INFO] Preparing spawn area: 85%
    2011-02-22 02:42:21 [WARNING] Using the stupidly long constructor com.bukkit.fur
    t.CraftEssence.CraftEssence(PluginLoader, Server, PluginDescriptionFile, File, F
    ile, ClassLoader) is no longer recommended. Go nag the plugin author of CraftEss
    ence to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-22 02:42:21 [WARNING] Using the stupidly long constructor de.NTcomputer.
    Elevators.Elevators(PluginLoader, Server, PluginDescriptionFile, File, File, Cla
    ssLoader) is no longer recommended. Go nag the plugin author of Elevators to rem
    ove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-22 02:42:21 [INFO] Hint! It's probably someone called 'Cybran (NTcompute
    r)'
    2011-02-22 02:42:21 [WARNING] Using the stupidly long constructor com.herocrafto
    nline.squallseed31.heroicdeath.HeroicDeath(PluginLoader, Server, PluginDescripti
    onFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin aut
    hor of HeroicDeath to remove it! (Nothing is broken, we just like to keep code c
    lean.)
    2011-02-22 02:42:21 [WARNING] Using the stupidly long constructor com.nijikokun.
    bukkit.Permissions.Permissions(PluginLoader, Server, PluginDescriptionFile, File
    , File, ClassLoader) is no longer recommended. Go nag the plugin author of Permi
    ssions to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-22 02:42:21 [WARNING] Plugin 'Permissions' (ver 1.0) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:21 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-22 02:42:21 [WARNING] Using the stupidly long constructor com.thelair.tu
    na.tpack.TPack(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoa
    der) is no longer recommended. Go nag the plugin author of TPack to remove it! (
    Nothing is broken, we just like to keep code clean.)
    2011-02-22 02:42:22 [WARNING] Using the stupidly long constructor com.sk89q.worl
    dedit.bukkit.WorldEditPlugin(PluginLoader, Server, PluginDescriptionFile, File,
    File, ClassLoader) is no longer recommended. Go nag the plugin author of WorldEd
    it to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-22 02:42:22 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-22 02:42:22 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [WARNING] Plugin 'WorldEdit' (ver 3.2.2) is registering even
    ts before it is enabled. It may be misbehaving and the author needs to fix this.
    
    2011-02-22 02:42:22 [INFO] CraftEssence v0.9.3 is enabled!
    2011-02-22 02:42:22 [SEVERE] java.lang.ClassNotFoundException: com.mysql.jdbc.Dr
    iver
    2011-02-22 02:42:22 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    
    2011-02-22 02:42:22 [SEVERE]    at java.security.AccessController.doPrivileged(N
    ative Method)
    2011-02-22 02:42:22 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Sou
    rce)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.plugin.java.PluginClassLoader.find
    Class(PluginClassLoader.java:30)
    2011-02-22 02:42:22 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    2011-02-22 02:42:22 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    2011-02-22 02:42:22 [SEVERE]    at java.lang.Class.forName0(Native Method)
    2011-02-22 02:42:22 [SEVERE]    at java.lang.Class.forName(Unknown Source)
    2011-02-22 02:42:22 [SEVERE]    at com.bukkit.furt.CraftEssence.data.JDCConnecti
    onDriver.<init>(JDCConnectionDriver.java:35)
    2011-02-22 02:42:22 [SEVERE]    at com.bukkit.furt.CraftEssence.data.ceConnector
    .createConnection(ceConnector.java:29)
    2011-02-22 02:42:22 [SEVERE]    at com.bukkit.furt.CraftEssence.CraftEssence.onE
    nable(CraftEssence.java:68)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(
    JavaPlugin.java:140)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enabl
    ePlugin(JavaPluginLoader.java:426)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enableP
    lugin(SimplePluginManager.java:187)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin
    (CraftServer.java:74)
    2011-02-22 02:42:22 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin
    s(CraftServer.java:55)
    2011-02-22 02:42:22 [SEVERE]    at net.minecraft.server.MinecraftServer.e(Minecr
    aftServer.java:179)
    2011-02-22 02:42:22 [SEVERE]    at net.minecraft.server.MinecraftServer.c(Minecr
    aftServer.java:166)
    2011-02-22 02:42:22 [SEVERE]    at net.minecraft.server.MinecraftServer.d(Minecr
    aftServer.java:118)
    2011-02-22 02:42:22 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:217)
    2011-02-22 02:42:22 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:512)
    2011-02-22 02:42:22 [SEVERE] [CraftEssence] Could not establish SQL connection.
    Disabling CraftEssence
    2011-02-22 02:42:22 [INFO] CraftEssence Disabled
    2011-02-22 02:42:22 [INFO] Elevators version 1.3 is enabled!
    2011-02-22 02:42:22 [INFO] [HeroicDeath] 1.4.0.133 enabled.
    2011-02-22 02:42:22 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    2011-02-22 02:42:22 [SEVERE] Feb 22, 2011 2:42:22 AM org.bukkit.craftbukkit.Craf
    tServer loadPlugins
    SEVERE: com/nijikokun/bukkit/Permissions/Permissions (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.thelair.tuna.tpack.TPack.setupPermissions(TPack.java:51)
            at com.thelair.tuna.tpack.TPack.onEnable(TPack.java:98)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:426)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:179)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:166)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:118)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:217)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    
    2011-02-22 02:42:22 [INFO] Done! For help, type "help" or "?"
    2011-02-22 02:42:42 [INFO] 138 recipes
    2011-02-22 02:42:42 [INFO] snagglefox [/5.170.227.27:60563] logged in with entit
    y id 53
    2011-02-22 02:42:42 [INFO] Player count: 1
    2011-02-22 02:42:51 [INFO] [CraftEssence] snagglefox issued command: /time day
    2011-02-22 02:43:07 [INFO] [CraftEssence] snagglefox issued command: /item 280
    2011-02-22 02:43:16 [INFO] snagglefox issued server command: boomstick
    2011-02-22 02:43:16 [INFO] Unknown console command. Type "help" for help.
    
    It's quite a bit but it's only from server startup, me spawning some sticks, and trying /boomstick. Nothing happens in-game when I type it in either. As you can probably see I'm having quite a bit of problems with other plugins as well. >.> lol Maybe it's possible one of the plugins I have now is interfering with it?

    Thanks for the help so far!
     
  31. Offline

    shayneo

    Is there a download for this that ISNT on rapidshare or attachment? Rapidshare is refusing to let me download it, claiming its been downloaded too many times from my IP (huh?) and it can't be downloaded from my headless server where I need it because rapidshare doesnt appear to allow it.
     

Share This Page