Any version of choptree that doesn't require permissions?

Discussion in 'Bukkit Help' started by Nathuram, Jun 9, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Nathuram

    Seems silly to have to get permissions just to let people cut trees with ease.
     
  2. Offline

    themadman300

    Well, just give them the permissions?
     
    afistofirony likes this.
  3. Offline

    Nathuram

    I don't have permissions installed at all.
     
  4. Offline

    Me4502

    The best thing for you to do is get a permissions plugin. PermissionsBukkit is simple and lightweight.
     
  5. Offline

    Nathuram

    But I have no other use for it and never have. I've ran minecraft servers for over 3 years and never had any use for permissions. Why should I need it just to let everyone chop trees with ease?
     
  6. Offline

    Necrodoom

    you probably didnt run any big server then.
    about all plugins on bukkit depend on some kind of a permission system, to allow you to customize what people can and cant do. without this a server is simply another survival server, or a highly unsecured one.

    if you arent willing to accept it, look somewhere else.
    also i doubt you have ran minecraft servers for over 3 years.
     
  7. Offline

    Nathuram

    And that's what I run. A no-nonsense simple survival server with free for all pvp and minimal restrictions.

    http://minecraft-server-list.com/server/101488/

    I run essentials, Nocheat and STAB, plus my own hunger mod and on top of that I want it to run choptree as well.

    The first server I ran was a libertarian themed server in 2010. I then changed it to a free for all pvp server which I ran for about two years. I then switched back to a libertarian server but because I didn't have the time to moderate it I changed back to a pvp server. The population at its peak tended to be around 30-40 people which was perfect.


    I only have 2 user groups. One admin (me) and everyone else.
     
  8. Offline

    timtower Administrator Administrator Moderator

    Nathuram Change the plugin.yml in the .jar file, edit the permissions part
     
  9. Offline

    Nathuram

    What do I change in there to not make choptree rely on permissions?

    naturally not everyone should be able to customize the choptree plugin itself. They should just get the bonus.
     
  10. Offline

    timtower Administrator Administrator Moderator

    If you open the plugin.yml there is probably an list with permissions, change the default values of the things that you want to change. Or just add an permissions plugin
     
  11. Offline

    Nathuram

    It looks like this.

    http://i.imgur.com/1m2rNfm.png

    What do I change?
     
  12. Offline

    timtower Administrator Administrator Moderator

    Add the line:
    Code:
    default: true
    to the permissions that you want to give to everybody
     
  13. Offline

    Nathuram

    I don't get it. Where in this whole code mess do I add that part?
     
  14. Offline

    timtower Administrator Administrator Moderator

    Start by coping the entire part into this topic so we can edit the thing, and make an list of permissions that you want available for every player
     
  15. Offline

    Nathuram

    Alright

    Code:
    name: ChopTree2
    main: me.Iso.ChopTree.ChopTree
    version: 2.2.2
    author: ellbristow
    softdepend: [Res, Towny, MyChunk, WorldGuard]
    commands:
      choptree:
        description: Main plugin controls
        aliases:
          ct
      togglechop:
        description: Toggle ChopTree
        permission: choptree.commands.togglechop
        aliases:
          tc
    permissions:
      choptree.*:
        description: Can chop and use all commands
        children:
          choptree.chop: true
          choptree.commands.*: true
      choptree.chop:
        description: Player can chop trees in one chop
      choptree.commands.*:
        description: Access to all commands
        children:
          choptree.commands.choptree.*: true
          choptree.commands.togglechop: true
      choptree.commands.choptree.*:
        description: Access to all admin commands
        children:
          choptree.commands.choptree.reload: true
          choptree.commands.choptree.info: true
          choptree.commands.choptree.toggle.*: true
      choptree.commands.choptree.info:
        description: Access to /choptree
      choptree.commands.choptree.reload:
        description: Access to /choptree reload
      choptree.commands.choptree.toggle.*:
        description: Can toggle all choptree settings
        children:
          choptree.commands.choptree.toggle.activebydefault: true
          choptree.commands.choptree.toggle.useanything: true
          choptree.commands.choptree.toggle.moredamagetotools: true
          choptree.commands.choptree.toggle.interruptiftoolbreaks: true
          choptree.commands.choptree.toggle.logsmovedown: true
          choptree.commands.choptree.toggle.onlytrees: true
          choptree.commands.choptree.toggle.leaves: true
      choptree.commands.choptree.toggle.activebydefault:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.useanything:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.moredamagetotools:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.interruptiftoolbreaks:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.logsmovedown:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.onlytrees:
        description: Can toggle this setting
      choptree.commands.choptree.toggle.leaves:
        description: Can toggle this setting
      choptree.commands.togglechop:
        description: Access to /togglechop
     
  16. Offline

    timtower Administrator Administrator Moderator

    Nathuram How about the list of the required permissions?
     
  17. Offline

    Nathuram

    I have no idea. Like I said. I never used permissions. All I want is the choptree feature for everyone.
     
  18. Offline

    Necrodoom

    i suggest you read the choptree documentation and decide what you want first.
     
  19. Offline

    Nathuram

    People to cut down the entire tree when the bottom block is cut with an axe.
     
  20. Offline

    timtower Administrator Administrator Moderator

    Open the page with the permissions, decide what functions you want to give to your players, post an list of the permissions that are in front of it
     
  21. Offline

    TnT

    Moved to the correct forum.
     
  22. Offline

    Nathuram

    So this is where threads are sent to die?
     
  23. Offline

    Me4502

    By the way, CraftBook has this feature, and you can just use WorldEdit's inbuilt permissions manager for it.. So you don't need any extra perm plugins.
     
  24. Offline

    Nathuram

    So then I just have to get craftbook and worldedit instead.

    Fuck it. Let people chop trees the manual way. Let it never be said that I didn't at least try to make it easier.
     
Thread Status:
Not open for further replies.

Share This Page