[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. Offline

    heLLEagLe

    Hi

    I have every time this error

    11:19:19 [SCHWERWIEGEND] null
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Map
    at com.earth2me.essentials.Essentials.loadData(Essentials.java:261)
    at com.earth2me.essentials.Essentials.reload(Essentials.java:177)
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:108)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
    at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:34)
    at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:56)
    at com.earth2me.essentials.Essentials.onCommand(Essentials.java:567)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:247)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:394)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:379)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  2. Offline

    Necrodoom

    shaum bennet: not something essentials can cause.

    zombeh: outdated and wrongly setup config.yml. update essentials to 2.2.13 and redownload config

    quickclay: 2.2.8 is fine... did you edited items.csv by chance? never seen any reports of people having problems with /item 35:1 or any other ID

    leslieliang: stable, but may have problems with iconomy 5

    danda: essentials has no wand tool. im guessing your run worldedit and worldguard? the commands of these override essentials. go essentials config, overrided commands, add /god and /info

    nolan: delete essentialsgroupmananger.jar and essentialsgroupbridge.jar

    helleagle: restart server instead of reloading, get latest essentials
     
  3. Offline

    davejavu

    please help me?
    For EssentialsGroupManager, it always comes up with a yaml error.
    Here is my groups.yml
    Code:
    groups:
        Default:
    
            default: true
    
        permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
            info:
    
          prefix: '&e'
    
          build: false
    
                suffix: ''
        Admin:
            default: false
            info::
                build: true
                prefix: '&4'
                suffix: 'Admin'
            permissions:
            - '*'
        Default:
            default: true
            info:
                build: true
                prefix: ''
                suffix: 'Guest'
            permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
    
        Moderator:
            default: false
            info:
                build: true
                prefix: '&c'
                suffix: 'Mod'
            inheritance:
            - Default
            permissions:
        - multiverse.list
        - signlogger.notify
        - lwc.mod
    
        - essentials.back
    
        - essentials.ban
    
        - essentials.banip
    
        - essentials.broadcast
    
        - essentials.delwarp
    
        - essentials.depth
    
        - essentials.eco
    
        - essentials.getpos
    
        - essentials.jump
    
        - essentials.kick
    
        - essentials.kill
    
        - essentials.setwarp
    
        - essentials.time
    
        - essentials.togglejail
    
        - essentials.top
    
        - essentials.tp
    
        - essentials.tphere
    
        - essentials.tptoggle
    
        - essentials.whois
    
        - essentials.world
    
        - groupmanager.listgroups
    
        - essentials.ext
        Trader:
            default: false
            info:
                build: true
                prefix: '&b'
                suffix: 'Trader'
            inheritance:
            permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
        - bettershop.user.*
        - lwc.protect
        Crafter:
            default: false
            info:
                build: true
                prefix: '&a'
                suffix: 'Crafter'
            inheritance:
            permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
        - glowstonedrop.command
        Leader:
            default: false
            info:
                build: true
                prefix: '&d'
                suffix: 'Leader'
            inheritance:
            permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
        Donator:
            default: false
            info:
                build: true
                prefix: '&7'
                suffix: '££'
            inheritance:
            permissions:
    
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
    
        - magiccarpet.mc
        - magiccarpet.ml
        - simplereserve.enter.kick
        - simplereserve.kick.prevent
        War:
            default: false
            info:
                build: true
                prefix: '&e'
                suffix: 'Warrior'
            inheritance:
            permissions:
        - essentials.help
    
        - essentials.helpop
    
        - essentials.list
    
        - essentials.motd
    
        - essentials.rules
    
        - essentials.spawn
    
        - war.*
    Here is my error.

    Code:
    [SEVERE] The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml loading GroupManager v1.0(alpha-5) (Is it up to date?)
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:475)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:358)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:68)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:63)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:56)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:73)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: mapping values are not allowed here
     in "<reader>", line 21, column 13:
              prefix: '&e'
                    ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:536)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:470)
        ... 15 more
     
  4. Offline

    MugiSNK

    New players can't do anything once they join. They can't do /give or /tp commands, neither can I (Admin) when I re-do all of my player stats. Anyone?

    EDIT:
    Normally the standard /give commands work, but now they won't. I added myself to Admin group and when I do the /time [day/night] or /give [id] [amount] it says I don't have permission to use those commands.
     
  5. Offline

    quickclay

    No I didn't edit items.csv, but I'll take another look. There's no problem with /i 35-1 or /i 35:1 or /give 35-1 either, but just the [buy] economy signs. For example, if I put
    line1: [buy]
    line2: 1
    line3: 35:1
    line4: 25
    I get an 'invalid item id' and a red 'failed' sign.
     
  6. Offline

    Bmwsu

    Is there a way to enable PvP and damage for certain areas. I run a creative server, so damage is mostly disabled, though everybody wanted an arena, so I am working on an arena for team battles. Is there any third-party plugin that works with Essentials to enable certain damages in certain areas. (Hopefully one that could override /god)
     
  7. Offline

    Zombeh

    Thanks, will try tomorrow. i will post if it works :D.
     
  8. Offline

    Naughtygeko

    I don't know of one that overrides /god but if you can ask people to remove /god, the combination of worldguard and worldedit should do the trick. I have my creative server with damage on but pvp off in all areas but arenas.
     
  9. Offline

    Nathan C

    This plugin is so darn bloated. I cannot even use it, without it interfering with 80% of my other plugins.

    You should think about making all the plugins separate. All I want to use is the teleport, but I get 100 of other stolen plugins crammed into one.
     
  10. Offline

    grimmeld

    This isn't bloated, it gives the basis for a lot of things, which you can replace with mods of your own. They're made modular you know, you can turn off parts of it, afaik.

    If you only want to you the teleport, perhaps you should be considering a mod that does only that instead of complaining how this one does to much, as the incentive for this mod is quite different from what you claim to need.

    And if this plugin interferes with other plugins and you want this one to become better, listing what mods conflict with this one might be a good idea so the devs can work on it ;).
     
  11. Offline

    Necrodoom

    davejavu: the groups.yml is done wrong. use the default one for refence
    mugisnk: paste server start up messages
    quickclay: can you get on help IRC so i can see whats causing the problem faster?
    nathan c: i guess you are another hater. usually caused by using outdated essentials, wrongly setup configs, not reading thread, using dev versions, or using 1 of the very few conflicting plugins, which is worldguard and essentialsprotect, even though essentialsprotect warns about that.
     
  12. Offline

    andrewkm

    Just dropping in to confirm all is well here with the latest RB [766] Cheers!
    Thank you :D
     
  13. Offline

    SoulPandemonium

    Regarding TooManyItems. Just posting bypass until the new Recommended version comes out.
    By travelling into another world (and back[Optional]) using MultiVerse, the item updates into your inventory normally when you click on the desired item you want to "/give" yourself.
     
  14. Just a friendly note:

    Do not post issues here.
    Go to the IRC support channel, ask your question and wait in the channel until you get a reply, or at least for decent period of time.

    On the yaml errors... cant you read the error first before posting? Yaml is very strict about spaces, indents and line returns. When you have an error it tells you which line is wrong. Most the time it even points to almost the correct letter. In most cases, you have messed up the indent, or have unbalanced speech marks.
     
  15. Offline

    vip

    I found a problem with the /i command. If i use it to get chests and build them i can't use them and hitting them one time takes them away again.
    So there must be a problem with the command "i" and chests.
     
  16. Offline

    Necrodoom

    when they are in your inventory, they are normal chests for everything. make sure nothing else is doing it
     
  17. Offline

    davejavu

    please someone help me

    Okay now I have a different error.
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  18. Offline

    Necrodoom

    davejavu: save groups.yml as UTF-8
     
  19. Offline

    imaxorz

    I have an issue where anyone is able to get god mode.

    All you need to do is /warp to another world then die over there. Then after you respawn back in the main world you will have god on.

    I have essentials and multi verse to handle multi worlds and /warps.

    Can any one please try this out?
     
  20. Offline

    iBstoneyDave

    Is there any way to stop users from teleporting to other worlds? preferably a method that would work with other plugins such as Multiverse. Thanks.
     
  21. Offline

    grimmeld

    I think you need to set your permissions to deny the users to use the following commands:
    /mvtp
    essentials.world
    essentials.portal
    essentials.warp

    I could be wrong though :p. To try and deny as little as possible, deny those commands one by one and see if it works after each edit.
     
  22. Offline

    jor956

    Could you change the groupmanager commands to something more user-friendly? Their horrible right now, nobody wants to type in /manuadd <name> <Group> just to promote somebody.
     
  23. Offline

    klosen

    hi
    is it possible to make more than 5 groups on groupmanager? :)
     
  24. Offline

    Necrodoom

    imaxorz: please list all plugins
    jor956: use our ticket system, we just keep groupmananger active for anjociado, we do bug fixes only mostly right now.
    klosen: yes. just add them.
     
  25. Offline

    klosen

    when i add a group
    all groups arent aktivetet :S ( groupmanager dont go)
     
  26. Offline

    Necrodoom

    klosen: paste groups.yml
     
  27. Offline

    davejavu

    necrodoom: thank you so much :D
     
  28. Offline

    klosen

    groups:
    Default:
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    inheritance: []
    info:
    prefix: '&d[Gast]&f '
    build: false
    suffix: ''
    Mod:
    default: false
    permissions:
    - '*'
    inheritance: []
    info:
    prefix: '&9[Mod]&f '
    build: true
    suffix: ''
    Bürger:
    default: false
    permissions:
    - essentials.afk
    - essentials.balance
    - essentials.chat.shout
    - essentials.home
    - essentials.list
    - essentials.mail
    - essentials.motd
    - essentials.pay
    - essentials.portal
    - essentials.sethome
    - essentials.signs.buy.use
    - essentials.signs.disposal.create
    - essentials.signs.disposal.use
    - essentials.signs.free.use
    - essentials.signs.heal.use
    - essentials.signs.mail.create
    - essentials.signs.mail.use
    - essentials.signs.protection.create
    - essentials.signs.protection.use
    - essentials.signs.sell.use
    - essentials.signs.trade.create
    - essentials.signs.trade.use
    - essentials.spawn
    - essentials.suicide
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.arena
    - essentials.warp.bb
    - essentials.warp.ekz
    - essentials.warp.farm
    - essentials.warp.freebuild
    - essentials.warp.list
    - essentials.warp.tentarus
    - essentials.warp.zeche
    - essentials.worth
    - iConomy.access
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - iConomyChestShop.command.iteminfo
    - iConomyChestShop.shop.buy
    - iConomyChestShop.shop.create
    - iConomyChestShop.shop.sell
    - lottery.buy
    - wolfpound.use
    inheritance: []
    info:
    prefix: '&6[Bürger]&f '
    build: true
    suffix: ''
    Vip:
    default: false
    permissions:
    - essentials.tpa
    - essentials.warp.vipinsel
    - essentials.warp.zeche
    inheritance:
    - bürger
    info:
    prefix: '&2[VIP]&f '
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - '*'
    inheritance: []
    info:
    prefix: '&4[Admin]&f '
    build: true
    suffix: ''



    Is goes
    and when i add a group it doesnt go
     
  29. Offline

    davejavu

    im getting a different error now :p
    [SEVERE] null loading Permissions v2.5.1 (Is it up to date?)
    java.lang.NullPointerException
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:577)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:358)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:68)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:63)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:56)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:73)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:64)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    klosen: you did this: &4[Admin]&f just set the prefix to &4 and suffix to Admin (if you have a chat plugin)

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

    Necrodoom

    klosen: save groups.yml as UTF-8
     

Share This Page