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

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

  1. Offline

    FaithlessGod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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...
  2. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    faithlessgod: seems to be a combination of faction prefix and default chat format. paste entire config.yml of essentials
  3. Offline

    gtycoon2

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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?
  4. Offline

    Iaccidentally BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This has absolutely nothing to do with essentials.
    gtycoon2 likes this.
  5. Offline

    IsaiahRobichaud

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  6. Offline

    IsaiahRobichaud

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I just used the group manager and did /mangaddv Owner prefix &#(&#Owner&#)-&#
  7. Offline

    Jayjay36

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, can someone tell me what permission it is for people to be able to open doors and sleep in beds, but at the same time not be able to build/break?

    [EDIT]: I also just noticed it doesn't let you eat either

    This post has been edited 1 time. It was last edited by Jayjay36 Jul 30, 2012.
  8. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    GroupManager/essentialsprotect antibuild hook blocks all world interact events. if you want a more precise one, configure essentials blacklists, or use another protection plugin.
  9. Offline

    Jayjay36

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Got any ideas? I'm new to server hosting and plugins
  10. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    check the essentials wiki
  11. Offline

    Jayjay36

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Alright, thanks ;)
  12. Offline

    Thev2clanFTW

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Help Please:

    2012-07-30 21:28:15 [SEVERE] Could not pass event PlayerChatEvent to EssentialsChat
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:776)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:754)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:246)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:102)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:82)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:451)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.Util.replaceColor(Ljava/lang/String;)Ljava/lang/String;
    at com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest.onPlayerChat(EssentialsChatPlayerListenerLowest.java:42)
    at sun.reflect.GeneratedMethodAccessor189.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 12 more
  13. Offline

    eliterifle999

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When ever someone joins or leaves i can't see that they joined is that an essentials config option cause i cant find it.
  14. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thev2clanftw: update to dev build and see if it still happens. if yes, paste startup log.

    eliterifle999: essentials doesnt mess with join and leave messages
  15. Offline

    Thev2clanFTW

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Necrodoom: Thanks it works but when i do /mangaddv Owner suffix &9 ------It doesnt change the suffix! Plz Help!
  16. Offline

    mrfettgrym

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it does not work though I have changed: Enable this to log all interactions with trade / buy / sell signs and sell command
    Economy-log-enabled: true
  17. Offline

    Jumpingpea

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i turn on my server and i got an error report... here it is:

    2012-07-31 19-06
    =============================== GM ERROR LOG ===============================
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\globalgroups.yml
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:112)
    at org.anjocaido.groupmanager.GlobalGroups.<init>(GlobalGroups.java:45)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:155)
    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: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 81, column 1:

    ^
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:110)
    ... 13 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 81, column 1:

    ^
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:535)
    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.composeSequenceNode(Composer.java:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    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.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    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:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 16 more
    ============================================================================
    2012-07-31 19-09
    =============================== GM ERROR LOG ===============================
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\globalgroups.yml
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:112)
    at org.anjocaido.groupmanager.GlobalGroups.<init>(GlobalGroups.java:45)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:155)
    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: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 78, column 1:

    ^
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:110)
    ... 13 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 78, column 1:

    ^
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:535)
    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.composeSequenceNode(Composer.java:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    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.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    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:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 16 more
    ============================================================================
  18. Offline

    Iaccidentally BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    # Essentials Sign Control
    # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
    # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
    # Essentials Colored sign support will be enabled when any sign types are enabled.
    # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
     
    enabledSigns:
      #- color
      #- balance
      #- buy 
      #- sell
      #- trade
      #- free
      #- disposal
      #- warp
      #- kit
      #- mail
      #- enchant
      #- gamemode
      #- heal
      #- spawnmob
      #- time
      #- weather
      #- protection
    You need to follow these instructions on enabling your signs.

    @Jumpingpea - no tabs in .yml files
  19. Offline

    eliterifle999

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Whenever some one in my server logs off or on i can't see [player name] joined/left the game. How do i turn that on i cant find it in the config but i'm not sure if essentials does that is it essential if so where can i find it?
  20. Offline

    Iaccidentally BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    this isnt essentials
  21. Offline

    Anonymous621

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do you add messages for being unable to do actions like building or digging?
  22. Offline

    mrfettgrym

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank You! it works!!!! :DDDDDDDDDDD
  23. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  24. Offline

    warg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Which permission is needed to remember the gamemode status (creative/survivel) on login and logout?

    This post has been edited 1 time. It was last edited by warg Aug 1, 2012.
  25. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no such node exists. theres node for /gamemode, essentials.gamemode
  26. Offline

    Viet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I heard that there's a way to disable join/quit/kicked message in Essentials. My server's having more and more players, I don't want the message to interfere with the game. If anyone could help me out with this, it would be great. Thanks :)
  27. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  28. Offline

    warg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    But necrodoom, how can I make sure that if my supporter leave the game that they will enter it (if they left it with GM on) with GM again too? It works only for admins and I think they miss one permission for it.

    This post has been edited 1 time. It was last edited by warg Aug 2, 2012.
  29. Offline

    necrodoom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does supporter have access to essentials.gamemode?
  30. Offline

    easton39

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please note this does not work with 1.3

Share This Page