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

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

  1. Offline

    Blatform

    Hello guys, sorry for my english is google translator, I am going to open a server with mods, I wanted to create kits for donors with new items. In the settings I put the id of the item I want, when I go to the command, I get nothing, why? It 'a couple of days I can not solve this problem.
     
  2. Offline

    Gerottinho

    I want to change the red color of OP.
    How do I change?
     
  3. Offline

    FuRiouSOne

    Someone help with kits? After i updated to 2.9.2 my guard kit with enchantments no longer work..

    http://pastie.org/4334683
     
  4. Offline

    Necrodoom

    blatform: what is the error? paste the kits

    gerottinho: OP-name-color: 'c', near the top of the config.yml

    furiousone: 3 errors: wrong indenting, fireprotection cant be given if protection exists, smite cant be given if sharpness exists (minecraft code prevents it)
    http://pastie.org/4334853
     
  5. Offline

    Gerottinho

    Thanks necrodoom. :D
     
  6. Offline

    AdamTragedy

    WTB update for 1.3. :) Any ETA on that?
     
  7. Offline

    Stevensaurus

    Yes, how soon can we expect an updated version after the release of 1.3?

    I know it's not going to be "Set in stone", but just a rough estimate?
     
  8. Offline

    IsaiahRobichaud

    For making kits do the kits need to be alphabetically ordered in a list or just anywhere you want them?
    Do the items for kits have to be arranged from least to greatest or put can I just place the IDs anywhere?
     
  9. Offline

    Necrodoom

    isaiahrobichaud: there doesnt need to be any name, ID, or enchant order. this isnt PEX.
     
  10. Offline

    _iHaveNoName_

    2012-07-27 13-47
    =============================== GM ERROR LOG ===============================

    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\worldofminecraft\users.yml
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:754)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:430)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:621)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:577)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:89)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:79)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:71)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:60)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:161)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:85)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: while scanning a simple key
    in "<reader>", line 2, column 1:
    demon1358
    ^
    could not found expected ':'
    in "<reader>", line 3, column 14:
    subgroups: []
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:398)
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:229)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:178)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:591)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:749)
    ... 19 more

    ============================================================================

    2012-07-27 13-49
    =============================== GM ERROR LOG ===============================

    java.lang.NullPointerException
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:163)
    at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1702)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    ============================================================================
     
  11. Offline

    Necrodoom

    _ihavenoname_: says you broke your plugins\GroupManager\worlds\worldofminecraft\users.yml

    paste it using www.pastie.org
     
  12. Offline

    Iaccidentally

    Updates are usually out (in the form of dev builds) day of a minecraft update or the next day. Release build will be out once bukkit has a Recommended build out and minecraft is stable.
     
  13. Offline

    Stevensaurus

    Okay. And about name matching (sending messages to nicknames sends it to the player), is it possible?
     
  14. Offline

    Iaccidentally

    It is possible to do, but has potential to be very buggy and cause issues, so it will not be added. Simply use /realname
     
  15. Offline

    Jordan R

    Can the devs of essentials make an option in the config to set a time that a player has to wait before he's warped with the /spawn command? Basically the same option that's used for warpsigns but also for /spawn.
     
  16. Offline

    Iaccidentally

    This already exists. From the config:
    Code:
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0
    FOR THOSE STILL SEEKING HELP IN THIS THREAD: ESSENTIALS SUPPORT IS IRC BASED. CLICK THIS LIVE CHAT LINK TO GET TIMELY SUPPORT.
    FOR FEATURE REQUESTS, SEND A TICKET.
    LIVE CHAT: http://tiny.cc/EssentialsChat | TICKETS: http://tiny.cc/EssentialsTickets
     
  17. Offline

    Blatform


    The Kit:

    Titanio:
    delay: 10800
    items:
    - 485 16


    This error comes from the console when I do the command:
    14:50:36 [AVVERTENZA] [Essentials] null

    It 's strange, I am alone with this kit.
     
  18. Offline

    Necrodoom

    paste the whole kit section, using www.pastie.org
    cant see indenting if you post directly, nor if you only post a single part of it.
     
  19. Offline

    Blatform

  20. Offline

    Necrodoom

    kits looks fine, but the ID 485 is returning null, because it doesnt exist. set ID to an existing item.
     
  21. Offline

    mrfettgrym

    i cant create buy/sell signs!! some1 who knows whats wrong?
     
  22. Offline

    Iaccidentally

    You must enable the signs in the config.yml in order to use them.
     
    IsaiahRobichaud likes this.
  23. Offline

    IsaiahRobichaud

    Can you please add the ability to use brackets")(" and dashes "-" to the prefixing and suffixing Such as &1(&4Owner&1)-&6 ? It would be very helpful. If these are added please quote this and tell me it is. Sorry if anyone is hating me. And what's the command for changing GROUP prefixes/suffixes and changing PLAYER prefixes and suffixes?
     
  24. Offline

    Necrodoom

    being a YML file, i dont think these characters are possible

    as for second:

    http://ess.khhq.net/wiki/Group_Manager/Commands#User_variables
    http://ess.khhq.net/wiki/Group_Manager/Commands#Group_Variables
     
  25. Offline

    Iaccidentally

    Do this in your chat plugin.
    necrodoom - these characters are possible in yaml files, as long as they are escaped properly ('stuff-')
     
  26. Offline

    FaithlessGod

    I seem to be doing something wrong, I configured the EssentialsChat bit on the configuration file to look like this:
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsChat                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    chat:
     
      # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
      # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
      # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
      # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
      # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
      radius: 0
     
      # Chat formatting can be done in two ways, you can either define a standard format for all chat
      # Or you can give a group specific chat format, to give some extra variation.
      # If set to the default chat format which "should" be compatible with ichat.
      # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting 
     
      #format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
     
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
        Member: '[FACTION] &f[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
        Moderator: '[FACTION] &5[{GROUP}]&5 {DISPLAYNAME}&7:&5 {MESSAGE}'
        Veteran: '[FACTION] &a[{GROUP}]&a {DISPLAYNAME}&7:&a {MESSAGE}'
        Admins: '[FACTION] &c[{GROUP}]&c {DISPLAYNAME}&7:&c {MESSAGE}'
     
      # If your using group formats make sure to remove the '#' to allow the setting to be read.
    
    And it does this ingame:
    [​IMG]Strangely, it does work for at least the Moderator format line.
    Anyone got an idea?

    It seems it doesn't recognise any & with a character behind it...
     
  27. Offline

    Necrodoom

    faithlessgod: seems to be a combination of faction prefix and default chat format. paste entire config.yml of essentials
     
  28. Offline

    gtycoon2

    I run Mcjobs, Iconomy, chest shop, world guard, world edit, vault, and command book.

    I know I have to uninstall Iconomy, turn off server. Open zip. I have to reload right? Everytime I reload , my ic2 gets messed up.

    Anyways is this going to conflict with any of those plugins I use. It will fool Mcjobs into thinking its Iconomy right?
     
  29. Offline

    Iaccidentally

    This has absolutely nothing to do with essentials.
     
    gtycoon2 likes this.
  30. Offline

    IsaiahRobichaud

    Oops, I didn't know you could use them I found out last night and was very happy, this is better than Pex. Because it even has its own plugins for the essentials of my server! Thanks for the help anyways :) WooHoo!

    I just used the group manager and did /mangaddv Owner prefix &#(&#Owner&#)-&#

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016

Share This Page