Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 19, 2011.

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

    Zenexer

  2. Offline

    fnullerbasse

    Zenexer here im as a noob and i whana make your commands into the Permissions plugin but i dont get what u are writing ..... could u make help me some more
     
  3. Offline

    xpansive

    YES! I could never get General to work.
     
  4. Offline

    lawina

    When I use /top it says "You do not have access to that command". while I should have access to all commands. Is this intentional ?

    EDIT: NVM, I'm retarded. Keep up the great work appreciate it.
     
  5. Offline

    fnullerbasse

    @Zenexer Could u help me with this ???? have problems with the groups and users in the promissions plugin and could u also name some good plugins ???? i could use on my server ?? Thanks
     
  6. ty:)
     
  7. Offline

    lonelydime

    How about a /mail all option? I updated the plugin and had to reset my home, I'd want to have all users be aware that they need to reset their home without going through the entire list. Apologies if this was already suggested.
     
  8. Offline

    lawina

    Can we edit the /help commands list?
     
  9. Offline

    Aelux

    Incredible support you have for this plugin, I just love all of it's features. Great job.

    I have a very minor suggestion... When going through the help menu... If a user does not have permission to certain commands, could you modify the help command to not display those commands?

    Thanks.
     
  10. Offline

    Zenexer

    @Silverlink Lol, I'm surprised it's so popular! I'll do another run-through of the permissions.
     
  11. Offline

    maurading

    Can you make it so that /give will automatically give the item to you if no user is specified? also some sort of notification would be nice
     
  12. Offline

    Aelux

    oh, I also noticed something else. The prefix and suffix do not seem to be working.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: pre
                suffix: suf
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all general commands.
    # aelux can use /spawn & /setspawn
    ##
    users:
        darkgrave:
            group: Default
            permissions:
            - 'essentials.*'
        aelux:
            group: Default
            permissions:
            - 'essentials.setspawn'
    Can you check to see if i've done it correctly?
     
  13. Offline

    jpDIV

    This looks amazing. :D I saw this earlier, and thought it would be perfect if paired with Permissions, and I come back later to find that it has been! Setting it up on my server now, thanks so much, Zenexer!
     
  14. Offline

    Zenexer

    I cannot get Permissions to work. This is a problem with Permissions, not Essentials. I will talk to @Nijikokun and see if we can get to the bottom of this. I did find a bug in Essentials, though, which I am patching now. I'm also adding permission-based /help filtering.

    Edit: Never mind, it was a bug in my testing sandbox, which was copying the permissions file wrong. I'm fixing that now.

    Edit 2: I am still running into problems with Permissions, but this time it really has to do with Permissions itself.
     
  15. Offline

    Aelux

    Thanks, you're awesome. I can't wait till this works correctly with permissions. I won't need any other plugins.
     
  16. Offline

    Zenexer

    @Nijikokun is helping me now. It looks like I'm implementing it in a way that, for whatever reason, triggers an unusual bug.
     
  17. Offline

    Aelux

    haha, that's how it goes some times...
     
  18. Offline

    chernobyl360

    Great Work! the only thing i can think of to request would be a super fist or super tool command so i can dig through bedrock and obsidian :D


    EDIT: Woops forgot to add, maybe with the /give command could you do

    i.e /give 1 -1

    -1 meaning unlimited of a block.
     
  19. that already works!?
     
  20. Offline

    chernobyl360

    oh woops. Thanks then! :D
     
  21. Offline

    jpDIV

    Just got it set up on my server with permissions, and it's great! But, the /plugin controls aren't doing anything. I'll type /plugin reload whateverplugin, and it will say "Plugin Disabled, Plugin Enabled", but it's not actually doing any of that. Also, when I try /plugin list the whole client crashes immeadiately. Running latest craftbukkit, and latest Essentials/Permissions.
     
  22. Offline

    Zenexer

    jpDIV: It is, but it can only reload it to a certain degree due to limitations within Java. A plugin that you are reloading isn't refreshing its configuration upon re-enabling, which is a bug in that specific plugin.
     
  23. Any chance you could make the /setspawn and /spawn be more precise, as well as work when placed inside buildings etc. (currently if you set spawn inside a building you spawn on top of it)
     
  24. Offline

    GameHex

    The mail system works, but mail that has been read is unread when the server gets restarted. Not sure if this was mentioned anywhere else. Like the idea though, I've already found uses for it ;)
     
  25. Offline

    Bonemonster

    I can't get item, tphere, spawn, setspawn to work.

    the vanilla command /tp name name is reversed. instead it uses it as default /tp command, either way it is typed. I tried using the vanilla command as tphere does not work.

    When trying to use spawn i get the error msg that the server is not new enough to use spawn. I assume that this is because bukkit is not ready yet?

    When trying to use other commands nothing happens and no error is returned.
     
  26. Offline

    d3x

    Could you post a zip also containing the default config dir? It's annoying to the users to reboot your server just to get configs to edit, and then again when done configuring.
     
  27. Offline

    Bonemonster

    Here they are. i am also using permissions
     

    Attached Files:

  28. Offline

    Zenexer

    @d3x ZIP files don't work well for users with console access to their servers, in particular those running Linux. wget'ing the JARs is much easier. In addition, parts of the configuration are generated at runtime.

    @Bonemonster Thanks for the ZIP! As for the commands, you sort of lost me. Try updating Bukkit. If /spawn doesn't work for you, then you haven't updated Bukkit recently.

    @GameHex Mail remains unread until you do /mail clear.
     
  29. Offline

    GameHex

    I did that :) I meant that it resets itself after I restart the server. /mail clear tells me I don't have any more mail, but upon server restart (not client) it says I have 1 mail message. Maybe I should reinstall the plugin :\
     
  30. Offline

    Zenexer

    How are you shutting down the server?
     
  31. Offline

    GameHex

    I used "stop" in the console.
     
Thread Status:
Not open for further replies.

Share This Page