Inactive [FUN/MISC] Giant Trees v0.4.3 - Make Massive Trees in Minecraft [1.1-R6]

Discussion in 'Inactive/Unsupported Plugins' started by Connor Mahaffey, Jun 13, 2011.

  1. Offline

    Connor Mahaffey

  2. Offline

    Connor Mahaffey


    PermissionsEx can hook into either the old Permissions 3.1 or BukkitPermissions - both of which my Plugin supports. I really don't know what else to say. PermissionsEx works with my plugin. You must have it setup wrong. "default: false" might need to be "default: true" ? I really don't know.
     
  3. Offline

    TobyZ28

    Could you change one SMALL thing that's been driving me crazy with this great plugin?
    Read your "help" text when you type /GT
    The command paramter order is height width log leaf density
    The helpfile order is width height log leaf density, meaning we often screw up the order of parameters when reading the help text ;) I use this plugin every now and then but not enough to remember each time hehe.

    Hope you can make this small change! THX!
     
    harbo5 likes this.
  4. Offline

    harbo5

    I use PEX and I have all the permissions nodes for my group and individual player but, I still can't build trees out of stuff like colored wool or melon or giant mushrooms. Any idea why?
     
  5. Offline

    Connor Mahaffey

    Oh wow that's a terrible mistake! Thank you for catching that, I'll make sure I correct that!

    Probably melons and mushrooms are blocks that didn't exist before the recent updates and are blocked. Since colored wool's aren't different block id's, right now you can only make a tree out of plain wool. It might be possible to add this in the future, but the command would be cumbersome. I'll consider it. Ex. /gt 24 4 redwool blackwool


    Between these two issues I may have to push an update tonight. The 2-months-in-development update will be out soon as well, bringing tree growing, natural tree spawns, and smaller save files.
     
  6. xmass treeeeessss
     
  7. Offline

    Nexot

    thank y very much man :D! very nice plugin u got there :B, diamonds for you!
     
  8. Offline

    linkkwtf

    i can't get it to work for some reason:/ i tried every diffrent combos but it allways said that the height was to small for the weight and i did /gt 3 60... (was from allmost bedrock lvl with alote of space around.
     
  9. Offline

    Connor Mahaffey

    Other way around :) so for example /gt 24 4
    /gt height width
     
  10. could u make the tree command to spawn different kind of trees?

    for example these kind of trees:
    [​IMG]

    Or

    [​IMG]
     
  11. Offline

    Connor Mahaffey

    That'd be very difficult if not impossible. Plus it'd be very difficult to work into a command. Those trees were made by hand or with special software that lets you draw the tree, and then render it. Writing an equation that comes up with something like that is just too difficult, sorry.
     
  12. Offline

    linkkwtf

    yeah dicuverd that like 5 min after i type hear thanks!
     
  13. Ty for answer.

    Can i make 128+ blocks trees? higher than 128 blocks?
    i changed to the config 260 to height but it wont seem to make any higher.. :(
     
  14. Thats because in Core MC you only have a height of 128 available to build. Below is the void and aboce...well just sky!
     
    Connor Mahaffey likes this.
  15. but is there plugin to make sky higher? its really annoying coz id love to have huge trees around the world but now i cant make high at all :( or is there generator to make world filled with huge trees or something xD
     
  16. Offline

    Megalanias

    When i try to make a giant tree it says that i don't have the permissions to build this kind of trees... but i'm a ADMIN ! and our permissions works fine ! xD
     
  17. Offline

    Connor Mahaffey

    Make sure you have given yourself all the permissions for the plugin, particularly gianttrees.custom and gianttrees.customdangerous
     
  18. Please update this plugin for Minecraft 1.0.0!
     
  19. Offline

    Megalanias

    doesn't it works with superperms ? o.o
     
  20. Offline

    josip1

    update for 1337 any time soon?
     
  21. Offline

    Connor Mahaffey

    Should work just fine with the latest release.
     
  22. Offline

    sean_skroht

    ..........and yes it does.

    I never understand why people ask for updates for a plugin that already works well.

    Thanks Connor!
     
    Connor Mahaffey likes this.
  23. Yep, it does.
     
  24. Offline

    o Randyy o

    When I try to use /GT it says I don't have permission yet I'm op.
     
  25. Offline

    Wiinick

    I have permissions bukkit RB 1.0.1 and to build a tree with 17:2 and 18:2 it says i dont have perm, yet im owner, im op and i have all the perms in place. Whats the issue?
     
  26. Offline

    Lauryman

    Someone help please everytime i just type "/gt" it comes up with "internal error occurred while attempting to perform this command"

    i even typed it in the server box thing and this is what it said:

    Code:
    07:17 AM [SEVERE] Exception in thread "AWT-EventQueue-0"
    07:17 AM [SEVERE] org.bukkit.command.CommandException: Unhandled exception executing command 'gt' in plugin Giant Trees v0.3.3
    07:17 AM [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    07:17 AM [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    07:17 AM [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    07:17 AM [SEVERE] at me.escapeNT.pail.GUIComponents.ServerConsolePanel$ConsoleCommandListener.actionPerformed(ServerConsolePanel.java:69)
    07:17 AM [SEVERE] at javax.swing.JTextField.fireActionPerformed(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.JTextField.postActionEvent(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.SwingUtilities.notifyAction(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.JComponent.processKeyBinding(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.JComponent.processKeyBindings(Unknown Source)
    07:17 AM [SEVERE] at javax.swing.JComponent.processKeyEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Component.processEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Container.processEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
    07:17 AM [SEVERE] at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Container.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Window.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventQueue.access$000(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventQueue$3.run(Unknown Source)
    07:17 AM [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    07:17 AM [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventQueue$4.run(Unknown Source)
    07:17 AM [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    07:17 AM [SEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    07:17 AM [SEVERE] at java.awt.EventDispatchThread.run(Unknown Source)
    07:17 AM [SEVERE] Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
    07:17 AM [SEVERE] at gianttrees.Main.onCommand(Main.java:60)
    07:17 AM [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    07:17 AM [SEVERE] ... 42 more 
     
  27. Offline

    Connor Mahaffey

    What is the full command you are trying to use?

    What exact command are you trying to do? Also minimum width is 4. Could be the problem.
    You must execute the command as a player in the game. You cannot execute a command from the console since the player location is where the tree is built.
     
  28. Offline

    Lauryman

    I do it on the minecraft aswell but it says internal error please help i am eager to try this mod out

    EDIT:
    actually, i just found this from the server.log file:

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'gt' in plugin Giant Trees v0.3.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at gianttrees.Main.checkPermission(Main.java:92)
        at gianttrees.Main.onCommand(Main.java:62)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    I've tried a billion times on my account aswell, /gt but it just says internal error



    again i tried it and this was the error found in the server.log:

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'gt' in plugin Giant Trees v0.3.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at gianttrees.Main.checkPermission(Main.java:92)
        at gianttrees.Main.onCommand(Main.java:62)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
    It's talking about permission but i don't have it installed or running...

    OMG it works!! I just installed bukkit permissions for fun and now i can make trees! btw great mod i always needed a mod like this you made my life so much easier thank you thank you and for the third time thank you :D :D :D

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

    Connor Mahaffey

    No prob. Glad it works now. I'll try and remember in the future that that could be an issue.
     
  30. Offline

    Wiinick

    Command /gt 4 27 17:2 18:2 23
     
  31. Offline

    Connor Mahaffey

    Why the :2? Try /gt 27 4 17 18 20
    /gt height width logtype leaftype density
    or
    /gt 27 4 spruce birch 20
     

Share This Page