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

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

  1. Offline

    tatukepe123

    http://imgur.com/hXzDa How to change currency "Dollar" Not Symbol ?
     
  2. Offline

    vigonator

    where can i find the local theres so much stuff in the config
     
  3. Offline

    Nickshelton80

    That is a different economy plugin (iConomy) and has nothing to do with essentials.

    Open the config.yml and hit ctrl+f then type 'Locale'.

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

    IsaiahRobichaud

    Is there a way I can add multiple enchantments onto an item? If yes, can someone please help me?

    1) When you jail someone does it broadcast who was jailed by who for how long and where?
    Example: '&c%jailed% was jailed at %jailname% by %police%.' (if console does it the %police% will be 'by console')

    2) When you tempban someone does it broadcast who was banned for who for how long?
    Example: '&c%banned% was banned for %bantime% by %player%.' (if console does it the %player% will be 'by console')

    3) When you ban someone does it broadcast who was banned and why by who?
    Example: '&c%banned% was banned for %reason% by %player%.' (console runs command = 'by console')

    4) When you mute someone does it broadcast who was muted for how long by who?
    Example: '&c%muted% was muted for %mutetime% by %player%.' (console runs command = 'by console')

    5) If any of these don't broadcast is there a way to make broadcasts in a simple way for them?

    6) if there is a permission to see the broadcasts what is it?

    7) Thanks to anyone who helps me :) this would be great and it would include my players into more things to get the feel of the punishment if they were to do the same thing?

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

    vianilambo

    Help. I'm getting this error log. Just running GroupManager
    Thanks.
    Code:
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: mapping values are not allowed here
    in "<reader>", line 23, column 30:
              build: true      suffix: ''
                                    ^
     
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
        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.composeMappingNode(Composer.java:230)
        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.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.loadGroups(WorldDataHolder.java:488)
        ... 19 more
     
    ============================================================================
     
    2012-07-09 10-15
    =============================== 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)
     
    ============================================================================
     
    2012-07-09 14-44
    =============================== GM ERROR LOG ===============================
     
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\kosmos\groups.yml
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:493)
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:413)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:615)
        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: mapping values are not allowed here
    in "<reader>", line 23, column 30:
              build: true      suffix: ''
                                    ^
     
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
        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.composeMappingNode(Composer.java:230)
        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.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.loadGroups(WorldDataHolder.java:488)
        ... 19 more
     
    ============================================================================
    
     
  6. Offline

    IsaiahRobichaud

    the itemspawning isn't working for me!
    I do what the config tells me to do, but it still won't work! :(
    Can someone help me?

    EDIT: Okay, nvm I didn't know I needed the essentials.item and essentials.give permission too because it doesn't show it in the config :(

    That looks like a different plugin that is making the errors.....

    How can I change the broadcast thingy? It says [Broadcast] ! I don't like that can I make it say something like [Staff] ?

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

    Sazard

    How do u let players do /spawn i have groupmanager and idk the permission thing
     
  8. Offline

    tatukepe123

    oh ok thanks
     
  9. Offline

    Nickshelton80

    Give them the permission node - essentials.spawn
    Remember: You need EssentialsSpawn.jar inside your /plugins folder.

    Hello,
    Take a look at this: http://wiki.ess3.net/wiki/Locale#Custom_Messages
    Hope that helped ^_^

    Jail/Mute isn't broadcasted , But ban/kick/tempban is.
    Give yourself/users the permissions.
    - essentials.ban.notify
    - essentials.kick.notify
    You can change those messages by using this: http://wiki.ess3.net/wiki/Locale#Custom_Messages
    I said that in my previous post before i read this ^_^

    The normal format is. /<command> [enchantment name] [level]]
    You can try /enchant name1:level,name2:level .. ect :)

    You have YML errors.
    YML is very strict.
    Please scan your groups.yml file through http://wiki.ess3.net/yaml/
    Heres some tutorials.
    - http://wiki.ess3.net/wiki/Group_Manager
    -

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

    Boohoo wally

    Alright, i switched to permissionsex. It works perfect, but i have 1 problem. I never get a response on the permissionsex page, so ill see if someone can help here. HELP! I got all permissions things set up correctly, and it works fine, including colors, but I am having problems premoting. I want to premote myself to the next group. It says something about ladder in the command help, so do i need to set something on the ladder?
    When i do /pex groups, it shows the groups. But it says like #0 Citizen and #0 legendary. Do i need to change that to make them correct on the ladder for premoting? If so, how? THIS IS ABOUT PERMISSIONSEX, NOT GROUPMANAGER. PLEASE HELP.

    I mean /pex premote <user name> it says incorrect syntax.

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

    scungilli

    hey guys, getting an awful error when people use the /home..

    this has caused the server to crash multiple times. i have no idea why it happens.
     
  12. Offline

    JamieR299

    How do I get different versions/builds of Essentials? (I need one for Craftbukkit-1.2.5-R1.3)
     
  13. Offline

    Curty162

    Hey im new to this and i set up a permissions file and stuff but im getting errors and stuff. i need some help. Prefrerably someone to skype with to walk me through it. Thanks everyone
     
  14. Offline

    Nickshelton80

    You most likely have YML errors.
    Meaning you don't have the correct format.
    Please scan your permissions file in http://yaml-online-parser.appspot.com/ .
    It will tell you your issue and how to correct it.

    Try going to ess.khhq.net/wiki/Downloads

    Thats very odd, could you do this for me.
    Craftbukkit version:
    Essentials version:
    And: Stop your server, move your server.log out of the craftbukkit directory. Start your server, let it load completely, then stop it. A new server.log will be created, please upload it to http://pastie.org or http://pastebin.com and post the link here.

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

    scungilli

    surely

    CB: 1.2.5-R4.0 (Build #02222)
    Ess: 2.9.1
    PastebinLink: [URL]http://pastebin.com/wRNGSEDY[/url]

    I also noticed that the most updated version of essentials is 2.9.2, so i will upgrade to that as well before going crazy trying to solve a problem with an out of date plugin version.

    -thx for your help
     
  16. Offline

    tatukepe123

    Help me, i can't make Essentials Sign, Why ?
     
  17. Offline

    IsaiahRobichaud

    That didn't really help :(

    Sorry I'm not a big reader.....thanks for the help though

    OOPS!!! I meant in the config for kits...... But nice to know that's how to do that :)

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

    Oland3

    Hi,I got a little problem. I've got essentials on my server and tnt is enabled. But when it explodes,the blocks that got destroyed don't drop any items. Do you have to give permissions to make them do that? And what would then be the permission node? I've go Permissionsbukkit as permissions plugin.
    Really love this plugin and if someone could help me with this I would be truly happy!
     
  19. Offline

    Iaccidentally

    This is not the correct place to ask for PEX support. Also, PEX has many issues and is strongly discouraged. I recommend using GroupManager.

    You need to enable the signs in your config.yml

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

    Ianman

    I think you mean:

    /pex promote <user> <group> [ladder] - Promotes <user> to next group or [ladder]

    I noticed you are using /prEmote ....

    Hi everyone,

    I am having a minor issue with EssentialsProtect on my server. I use Lockette to lock doors and chests etc, but every time any user opens a chest, a message is shown stating who the owner is. I have looked everywhere for a setting to disable this message but I don't think there is one. What am I doing wrong? I never had this issues before!

    Thanks.

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

    Necrodoom

    off wiki:
    essentials.protect.ownerinfo Allows a player to examine protected objects to find their owner.

    you switched to PEX from GM, and you complain about it in essentials forum? you must be kidding me.

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

    Spl1tz

  23. Offline

    Necrodoom

    says theres something wrong with a config of yours. go to IRC for faster help.
     
  24. Offline

    siemaeniu500

    A multihome for VIP not work !!!
     
  25. Offline

    Necrodoom

    you have to give that permission. also more details than "not work"
     
  26. Offline

    Sir_BuildAlott

    Is the /back command is core or extras?
     
  27. Offline

    siemaeniu500

    Yes I give that permissions : essentials.sethome.multiple.staff , to group of vip and vip can only set 1 home . What I can to do ?
     
  28. Offline

    TE5LA

    Okay, this i know, but can someone explain the format of worth.yml? I tried making one in this format and it doesn't work:

    Code:
    worth:
      Stone: 4.0
      Grass: 1.0
      Dirt: 1.0
      Cobblestone: 4.0
      WoodenPlank: 2.0
      Sapling: 2.0
    If you're not going to include a full list in worth.yml, the least you could do is provide documentation so people can make their own. I don't think the default one is very logical in its prices. For instance, a diamond is said to have a worth of 230 while diamond boots are 1500. It takes only four diamonds to make Diamond Boots, so logically, they should be worth around 920.
     
  29. Offline

    DarkByte7

  30. Offline

    Widawizz22

    Is there any way to delete the worth.yml. I don't like that yml for a reason. Players can sell items for better prices than
    I have listed. I know I can just set prices in game but I have a very SPECIFIC constraints on when I want to publish my server. It would save a lot of time if this could be done. [workbench]
     

Share This Page