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

    Tuna

    Look at the start of your log... The settings.txt file is not found. It needs to be placed in the TPack folder under your plugins directory otherwise TPack will not work and will cause all the errors you mentioned :p
    "
    TPack: settings.txt not found! Verify it is in 'plugins/TPack'
    "
     
  3. Can u make Cuboid always stay on ?
     
  4. Offline

    niallmcfc

    Yes :/ I can't select a first/second point for a cuboid if it's bedrock, and boomstick refuses to do anything to ONLY bedrock.

    BTW: When you turn boomstick on it says BookStick ON :p
     
  5. Offline

    o0AzzA0o

    Feature request: please could you consider selection of points E and G then /cexpand to make it go sky to bedrock
     
  6. Offline

    SchwartzZA

    Awesome plugin! Thanks so much! Works great on 1.4/617!
     
  7. Offline

    Ancetras

    Can you add options like: cselect area toggle (protection; sanctuary; heal; creeper; pvp)

    protection: disabled players who are not allowed in the area, to create or destroy or place fire ecc
    sanctuary: disabled spawn of monster in the area
    heal: enabled health regeneration in the area
    creeper: disabled creepr explosion in the area
    pvp: enabled pvp in the area

    ?

    this would be really awesome!
    Thank you!
     
  8. Pls make it with expand an so on
     
  9. Offline

    Pandonetho

    Does this have anti mob spawn? I want to set an area in my town where mobs can't spawn so I don't have to torch it all up.
     
  10. Offline

    Tuna

    No but it's now on the list :D
     
  11. Offline

    Pandonetho

    Thanks! Can't wait.
     
  12. Offline

    MeinerHosen

    Ok, so I updated to Tpack2.3 and reloaded my server and this is what I got:
    Code:
    2011-04-03 20:28:19 [INFO] TPack: Loading Cuboids...
    2011-04-03 20:28:19 [INFO] TPack: An error occured while loading cuboids! (Don't worry if this is your first time running TPack)
    2011-04-03 20:28:19 [INFO] TPack version 2.3not enabled. Permissions not detected
    2011-04-03 20:28:19 [INFO] TPack Disabled
    2011-04-03 20:28:19 [INFO] TPack: Saving cuboids...
    2011-04-03 20:28:19 [INFO] TPack: Saved 0 cuboids successfully!
    2011-04-03 20:28:19 [INFO] TPack: Done saving, check for errors!
    2011-04-03 20:28:19 [SEVERE] Plugin attempted to register BLOCK_PLACE while not enabled loading TPack v2.3 (Is it up to date?)
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register BLOCK_PLACE while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:289)
    at com.thelair.tuna.tpack.TPack.onEnable(TPack.java:158)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:264)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:225)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    I have permissions 2.5.5 set up, but I am an op so I haven't added specific permissions with regards to Tpack.
    And yes, I have the settings in the file ;)

    edit* sorry if this is from simple things, i've been sleep deprived working out all the plugins this week xo
     
  13. Offline

    Mrchef

    It keeps saying "You don't have permission to use this command!" and I'm almost sure I've got it all setup right here's me permissions. This happens whenever I try and use /cuboid or any other command


    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    'tpack.*'
    - '*'

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    Mrchef:
    group: Admins
    permissions:
    - 'tpack.*'
    Alamazing:
    group: Admins
    permissions:
    'tpack.*'
    Derpina:
    group: Admins
    permissions:
    - '-derp.derp'

    Dude it says right there in the line "PERMISSIONS NOT DETECTED" you need permissions or you have it in the wrong place.

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

    MeinerHosen

    Is it the wrong place when I put the Permissions.jar in the plugins folder? Or have the world.yml in the permissions folder? I said I have permissions, please don't take me for an idiot.
     
  15. Offline

    PatrickFreed

    for the /addallowed,
    if you have permission for this command, can you add people to any cuboid or just ones you own?
    Also, this may sound like a dumb question, but does this conflict with WorldGuard?
    (cut me some slack, its late)
     
  16. Offline

    Tuna

    You can only addallowed to cuboids you either own or are allowed to modify by the owner adding you with addallowed. And it depends. TPack will do its own thing and WorldGuard will do its own thing. It may clash but I haven't tried.

    Try not reloading the server, try actually stopping it and allowing it to close then restarting it. Also the BLOCK_PLACE event is new with build#617 where they changed it from BLOCK_PLACED. Verify you have the latest version of java and CraftBukkit build #617

    Here is my config.yml file, try using it. Also under your admins group you need to have a dash before the permission. You have " 'tpack.*" while it should be "- 'tpack.*' "

    The bukkit upload dealio is being weird so heres the link to my sample_config.yml file on rapidshare
    http://rapidshare.com/files/455797086/sample_config.yml

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

    freshollie

    Hi.
    This is a good plugin but I have encountered a problem (probably on my behalf) the problem is the protection. I set a cuboid that is a reasonable size, I enable protection and then added my friend to the /addallowed(who is an admin in essentials permissions) but when he tries to build it doesn't let him. I have tried restarting the server and saveing the cuboid, I have also tried deleting him from the cuboid and adding him again but it still doesn't let him build.:(

    Please help

    freshollie

    *Edit: fixed turned out that the cuboid protection is case sensitive
     
  18. Offline

    Tuna

    Yeah sorry I forgot to mention that. All the protection features go off the literal character names, so they are all case sensitive
     
  19. Offline

    BJK

    So strangely, I try to use /cprotect after creating a cuboid and I get an internal error (in chat) and this in the server.log:

    There are no startup errors.

    /clist, /ccreate, etc. work so I'm confused... I tried replacing settings.txt and cleared all previous cuboids with no luck :(

    Any help? Thanks!

    Edit: Oh, and if I /manload or /reload it messes TPack up, and I have to restart the server, then it fixes itself. Is this normal? I don't know if it is or not, maybe it can help solve the issue though.

    Code:
    
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cprotect' in plugin TPack v2.3
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
    	at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    	at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    	at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
    	at com.thelair.tuna.tpack.TPack.onCommand(TPack.java:896)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    
    
     
  20. Offline

    Mrchef

    I appreciate the Config file but it still isn't working. I went in and copy and pasted the - 'tpack.*' into there to make sure there was nothing wrong with it I edited it with notepad++ and put me under admins but I'm only an OP so I'm not sure if that changed anything? Anyways it still says I do not have permission :/
     
  21. Offline

    Tuna

    This is being caused by an IndexOutOfBoundsException in the CProtect function. It is caused when the player enters in the wrong syntax for CProtect. The command is "/cprotect <cuboid name> <true | false>" If you forget either the name or true/false it will throw the above error. And yes that behavior is normal. TPack does not work if you reload the server currently

    Well the only reason why it would be saying you do not have permission is because Permissions is telling TPack that you don't. Unfortunately this looks like an issue with Permissions or some other plugin interfering and I don't know how to help. Try running a server with only TPack and Permissions and see if it works then.

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

    BJK


    Oh my... I feel really stupid now xD Especially after I had already been using it prior to this issue.

    Thanks!

    Edit: Just a request, any possibility of doors and switches only useable (if there's protection) if the user has the permission to? Maybe this is already existant that I dont know about?
     
  23. Offline

    PatrickFreed

    Suggestion:
    Add heal flags, no PvP flags, welcome messages, and farewell messages
    Btw, are you the same dev that made the hmod version of this?
    Also: can you implement a /caddowner?
     
    BJK likes this.
  24. Offline

    felesake

    Doesn't work on the newest Bukkit.
    When will you update?

    ps: Awesome!
     
  25. Offline

    Tuna

    On the list! :D
     
  26. Offline

    Mrchef

    The thing is I've only got Permissions 2.5.5, and cuboid 2.3. Whatever happened to the Items text file? I used to be able to get it to work when that was still around.
     
  27. Offline

    hi00ih

    I get this when upgrading to the latest version.
    I am running bukkit git-Bukkit-0.0.0-609-g39996e1-b612jnks (MC: 1.4)

    Code:
    14:04:30 [SEVERE] null loading TPack v2.3 (Is it up to date?)
    java.lang.NullPointerException
            at com.thelair.tuna.tpack.TPack.onEnable(TPack.java:129)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:511)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  28. Offline

    Mrchef

    Got to "Ci.bukkit.org" and upgrade to Craftbukkit 617 right now your on 612
     
  29. Offline

    Tuna

    Yes Mr. Chef is correct. You need build 617... not 612. Upgrade please!

    Thanks for all your help sir :D It is greatly appreciated. And in the newer version of TPack I got rid of items.txt all together and replaced it with the settings.txt file that contains all the items + settings. Overall it is simply the items.txt file with a new name/location since some other plugins would mess with it (since it was in the root directory) and TPack uses it exactly the same, so that shouldnt be causing your problems. Is there any error output in the terminal when you issue any of the commands? And did you try using the config.yml file I provided and just changing the player names so it'll match yours? I know sometimes theres error with the tap-spacing, although you used NotePad++. Also the config.yml file needs to be named the same name as your world-name in the server.properties. So if your world name is 'Foo' then the file needs to be 'Foo.yml'. Also I can't remember if I asked this but you have the latest version of java I assume? I really want to get this working for you :-/ haha
     
  30. Offline

    hi00ih

    I would except ci.bukkit.org is down right now and I can't get to the builds. can anyone Pm me a different download like to B617?
     
  31. Offline

    Tuna

Share This Page