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

    Wulfspider

    All but the item command for me so far.
     
  3. Offline

    RESPRiT

    Did you just update Essentials, or each individual .jar?
     
  4. Offline

    darkcammo

    First off GREAT PLUGIN!!!

    Without reading all 100 pages of posts I just wanted to make sure that someone has requested this plugin to be compatible with Permissions. Or at least not make everyone an admin... very challenging for a SMP server...
     
  5. Offline

    Wulfspider

    I use all except for the Protect, ServerList, GroupManager, and GroupBridge.
     
  6. Offline

    Brettflan

    Everyone being considered an Op was actually a bug in CraftBukkit. If you update to build 424 of CraftBukkit or higher, it should be taken care of.
     
  7. Offline

    DIENER

    I got good news.
    Craftbukkit Build 424 fixed the everybody is OP.
    Essentials Build 484 fully fixed the /item command.
    Only thing that don't work in the Essential Build 484 is the EssentialGroupManager.jar because it don't create a data.yml when you start the server and crash instead.
    Permissions V2.1 is released so it doesn't matter if it don't work right now.
     
  8. Offline

    Purre

    The /help command only gives the standard Minecraft help message, not the Essentials one. Also, /tp seems to use the server command instead too, as it errors if I provide it with the standard Essentials syntax (/tp <Playername>)
     
  9. Offline

    RustyDagger

    Requesting that you stop trying to force us to use FailManager(GroupManger) and give server owners back the choice of it or permissions. I hate its command lay out and i will refuse to use it and any plugin that tries to make me.

    There is no other Working /i plugin ect so you think you hold all the cards in that aspect but you dont Thing is i can live with out your essentials package. Perfer not to but.
     
  10. Offline

    Kane

    I just want to post this since people getting confused and upset with Essentials and permissions. Yes some developers have their own methods and ways and even flaws. But it seams at this time and I hope forever till built in bukkit one is added that permissions work just fine with Essentials.

    Please install the following Jar from Essentials:
    - EssentialsGroupBridge.jar

    Please Remove the following Jar from Essentials:
    - EssentialsGroupManager.jar

    Now EssentialsGroupManager.jar might not have to be removed but I heard some others having issues so if you don't use Essentials built in permissions then just remove it your not suppose to install all the plugins unless you use them really.
     
  11. Offline

    Junubee

    @RustyDagger You seem to be all over the place just.. being angry.
    Just before 1.3 came out I had updated Essentials and a few other mods, and did not include GroupManager, and it worked fine.

    If you live in NA, I'd seriously recommend just going to bed and fixing your server in the morning. It's 1am CNT.
     
  12. Offline

    PandaVidya

    So we need group manager to use essentials!? fuck me...
     
  13. Offline

    Shadus

    Plugin is still broken with 484 and 424 and v2.1 respectively, it no longer gives ops but "default" permission users have no access at all any longer. Maybe a craftbukkit issue though. if you have permissions 2.1 installed it does seem to not error on the group manager though.
     
  14. Offline

    wgoff194

    using the 484 build I can use items now but for some reason with permissions i can no longer use /warp, /help and some others even though I'm the admin. will the EssentialsGroupBridge fix the permissions?
     
  15. Offline

    computerstreber

    I apologize if I overlooked this in the thread already. Anyway, I am building a new minecraft server and just grabbed the latest craftbukkit as well as the current version of the Permissions plugin as well as the Essential archive. All is well when I start the server with just the Permissions and Essentials plugin. However, when I add the rest and restart the server, I get this error:

    2011-02-23 02:26:48 [INFO] Loaded EssentialsEco build 225 by Zenexer, ementalo, Eris, and Brettflan
    2011-02-23 02:26:48 [SEVERE] Feb 23, 2011 2:26:48 AM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: com.nijiko.permissions.PermissionHandler.setDefaultWorld(Ljava/lang/String;)V (Is it up to date?)
    java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.setDefaultWorld(Ljava/lang/String;)V
    at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:135)
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:110)
    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(SimplePluginManager.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)


    Not sure what is causing this. Any ideas? Any thoughts?
     
  16. Offline

    DIENER

    Weird my "default" permissions work fine with Essential 484 and Permissions 2.1 are you sure you installed it correctly?
    This is my Permissions yml files. (You need to name the yml file the same as the world folder you use. I use 2 world folders for multi worlds so I can disable commands for groups in normal or nether if I want.)
    normalworld.yml
    netherworld.yml
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   Does not work for the default world.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another 
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example: 
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix: 
                suffix:
                build: false
            inheritance: 
            permissions:
                - 'essentials.list'
                - 'essentials.motd'
                - 'essentials.world'
                - 'essentials.portal'
                - 'essentials.kit.*'
                - 'essentials.help'
                - 'essentials.tp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.spawn'
                - 'essentials.helpop'
                - 'essentials.depth'
                - 'essentials.msg'
                - 'essentials.me'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.item'
                - 'essentials.time'
                - 'essentials.tpo'
                - 'essentials.tphere'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.kick'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.jail'
                - 'essentials.setspawn'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
                
    ##
    # DarkGrave has control over all commands.
    ##
    users:
        D13N3R:
            group: Admin
            permissions:
     
  17. Offline

    layne_scorpio

    hey guys im not to sure what i have done wrong here.. trying to reset up server due to the update. almost got it but getting 2 errors.. this is the first one

    [​IMG]
     
  18. Offline

    jor956

    How exactly do I use /i or /give? because when I type them I get this when I try to spawn some wood: Error: Unknown item numeric: ItemStack{WOOD x 0} I just used /i 5 and /give jor956 5 64. And it seems to think something is wrong, help please?
     
  19. Offline

    Simanova

    Iam using Essentials v156 without Permission plugin.
    And it works perfect with minecraft 1.3.

    All above v156 is crap. Yaml is absolutly crap.
    Perhaps 20% of all minecraft+bukkit servers need permissions oder yaml.
    For 80% your plugin is not suitable.

    Setting permissions which say: "All player got the same permission" is redundant / useless / waste of time
     
  20. Offline

    DIENER

    Try these instead.
    Craftbukkit Build 424
    Essentials Build 484
     
  21. Offline

    pixelbat

    Is anyone having problems with /setspawn and /spawn?
     
  22. Offline

    DIENER

    I though I had problems with it at first because the /spawn command answered :null but that was because the spawn.yml file was empty. Use /setspawn then it should write to the spawn.yml file and work like it was intended.
     
  23. Offline

    layne_scorpio

  24. Offline

    nakashimakun

    So does everything in the DEV 484 work with Cbukkit 424 as I just installed essentials 225 and the items command aint working.
     
  25. Offline

    jor956

    anyone?
     
  26. Offline

    DIENER

    Everything I have tried have worked so far with Essentials 484 and Craftbukkit 424.
     
  27. Offline

    nakashimakun

    Wicked! I have it on my server now. Just setting up the config.

    I'm very impressed with how bukkit got a release out for this. :D

    EDIT:: I ment for mc 1.3 lol
     
  28. Offline

    DIENER

    Try
    Craftbukkit Build 424
    Essentials Build 484
    If you now are using Essentials 225 because that don't have a working item command.
    /i, /item = <item id|name> <amount>
    /give = <player> <item id|name> <amount>
     
  29. Offline

    deltr

    The only issue I am having is promoting using /mod and /modgrp, getting the "not using permissions" false positive. @ CB424, P2.1, E484. Aside from that, Essentials plays nice with Permissions.
     
  30. Offline

    Mavric Skylar

    Alrighty, I am running latest version of Bukkit released today and I went to download and install the new essentials suite. For some reason no matter how hard I try and configure the files it seems that essentials is automatically giving everyone OP power? Is there something I am doing wrong, and if so please let me know. Thanks for support in advance.

    [edit] Just want to make clear that Essentials installed without hassle, I just can't figure out how to disable the automatic OP'ing.
     
  31. Offline

    deltr

    edit: also, when a player dies, the chat formatting the player has is lost
     
Thread Status:
Not open for further replies.

Share This Page