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

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

  1. Offline

    HadrienM

    The /msg command is no longer working for my players (but it works for me), i've set my permissions (essentials.msg)

    All were working on versions <2.5.x

    Thanks.
     
  2. Offline

    Unlucky4ever

    /list only works for ops for me... I have it set up in the permissions for it and everything.
     
  3. Offline

    lemonzap

    I have been spending a while trying to figure out why no one can be hurt on my server and I finally found that essentials was setting everyone to godmode on as a default. I can go i n to each player file and change them manually but if new people join then i have to change theirs manually too. how do I set it to not default godmode to true, I couldn't find it in the config.
     
  4. Offline

    Massimo1993

  5. Offline

    Sh4d0w

    All Backupplugions doesn't work with essentials good:
    Simplesave
    Backup
    Minebackup

    The chunks number increases more and more, but were'nt unloaded if unused. Later the server freezes because too much chunks are loaded.

    Thats while essentials 2.3 ! But the problem in 2.5 still available.

    Only if essentials isn't loaded, all is normal and work good.
     
  6. Offline

    philip337

    Hi, can you tell me how to change language? I think its danish :/
     
  7. Offline

    HadrienM

    Same problem, my post is just above yours, but i'm stuck with /msg command (don't tried /list)
     
  8. Offline

    EssentialsTeam

    This is not Essentials fault. If these plugins turn off autosaving of minecraft, they prevent that chunks are unloaded.
     
  9. Offline

    KID_Pryde

    got this error when a user used /back

    Code:
    [WARNING] Error calling command /back
    java.lang.Exception: Destination not set
        at com.earth2me.essentials.Util.getSafeDestination(Util.java:223)
        at com.earth2me.essentials.Teleport.now(Teleport.java:224)
        at com.earth2me.essentials.Teleport.teleport(Teleport.java:202)
        at com.earth2me.essentials.Teleport.back(Teleport.java:251)
        at com.earth2me.essentials.commands.Commandback.run(Commandback.java:22)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:83)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:442)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:353)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  10. Offline

    RugRats

    @essentialsteam
    /warp list
    just says that warp does not exist? Was this command removed? Was it renamed?
     
  11. Offline

    Buckethead

    if u are trying to make a warp i believe it is /setwarp <name>. and to go to warp is /warp <name>
     
  12. Offline

    Inko

    Problem: The /help menu does not show the help for other commands. It did before but it no longer works. Does anyone else have this problem? I have updated all my plugins too.
     
  13. Offline

    Simanova

    Greetings,

    my server.log shows:

    The output seems to be doubled.
    This bug is minor, so dont hurry.
     
  14. Offline

    pudd1nG

    I am having a problem where alot of our users are perm god-mode.

    I have figured this issue now to be that when we switched to WorldGuards godmode (we did this because we wanted two different commands for god on and god off) some of the users files in userdata remains with godmode: true

    Would I be ok to just delete all these userdata files? There's over 10000 (we are a big server..). We don't use essentials for homes or currency or protection. Am I correct in thinking the only thing that will be effected by deleting these files is peoples unread mail? Or is there an even easier way to delcare everyone godmode: false?

    Thanks very much!
     
  15. Offline

    blahblahjam

    Can you make it so that it works with PermissionsBukkit?
     
  16. Offline

    EssentialsTeam

    On linux, cd to the userdata directory and use this command:
    Code:
    sed -i .bkp "s/godmode: true/godmode: false/" *.yml
    
     
  17. Offline

    aBadCookie

    Help me? I dont have permission or anything and my config is the default. However, my friends cannot use commands not even /help or anything. Only OPs can..... Help please?
     
  18. Offline

    Trumple

    Hello, I'm having trouble with /spawnmob
    All mobs spawn, apart from slimes and ghasts. It throws an error, instead
     
  19. As I said in chat, that is an issue with the config.yml, you have slimes and ghasts disabled.

    There is a option in the config file to enable this, if your silly enough to want to use PermissionsBukkit.

    An option to only show the commands of plugins which provide permissions was added to 2.5. By default it will now only show commands the plugins say you can use.
    The alternative is to have it list all the commands which dont support this feature. For example new players having 10 pages of worldedit commands they can't use.
    Plugins need only to provide the permissions for each command in their plugin.yml, forward plugin writers to these links for examples:
    http://wiki.bukkit.org/Plugin_YAML
    https://github.com/TheYeti/Permissions/wiki/plugin.yml

    It was always just '/warp' no 'list'.

    Just to reiterate...

    I suggest that users don't rely on getting answers from this thread, because essentials support is focused on IRC help.

    If for some reason you cant get the answer you want on IRC (you need a developer and one isn't online for example), we also have a ticketing system, where you can report bugs, request features, and get general support.

    See the opening post for the links (its the red text).

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

    lemonzap

    Im having the same problem but that code didnt work I assume because I dont use linux
     
  21. Offline

    jesus_christ115

    how can I disable essentials eco without using groupmanager cause I want to use iconomy and I guess the two of them are conflicting and not letting me buy stocks.
     
  22. Offline

    Deren909

    *******HELP*******EMERGENCY*********:(:(
    just now i updated to the latest release of essentials after updating i heard a complaint over the console that someone's name was white. All groups are now white for some weird reason. Could you please help me? I do not know what to do :'(. Im just wanted to update Essentials :mad:.
    Im using build 1000
    I am on a 64 bit Macbook Pro 13" (idk if that helps)
    and the latest Essentials Build

    I need my prefixes back....

    Thank You Sooo Very Much,

    - Deren909
     
  23. Offline

    KID_Pryde

    also get errors when users use /rules
    Code:
     [WARNING] Error calling command /rules
    java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
        at com.earth2me.essentials.Essentials.getLines(Essentials.java:248)
        at com.earth2me.essentials.commands.Commandrules.run(Commandrules.java:19)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:88)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:83)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:442)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:353)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  24. Offline

    Deano

    I know this is a vague question but for some reason group manager commands dont work anymore. just out of the blue. no updates or anything yet running all 953 stuff right now. waiting for more plugins to update. Anyway.

    I cant use /manpromote or any of the group manager commands. I just get the unknown command see help. default minecraft /command error My permissions are correct. Would I keep using group manager if I skipped Essencials and started using Permissions instead? Not sure how I would promote ppl. Right now I have to op everyone because I cant figure out whats going on with group manager :(

    Wish I had some kinda error in my log but there are none.


    Would I get an error Anywhere when i type /manpromote ?
     
  25. Offline

    Jason91jj

    Code:
    21:54:45 [INFO] Noarus [/24.117.200.205:49322] logged in with entity id 13412 at
     ([world] 468.405216047174, 86.0, -50.6961367400817)
    21:54:45 [SEVERE] Could not pass event PLAYER_JOIN to EssentialsSpawn
    java.lang.NoSuchMethodError: com.earth2me.essentials.Essentials.getStatic()Lcom/
    earth2me/essentials/IEssentials;
            at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJ
    oin(EssentialsSpawnPlayerListener.java:50)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:244)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:124)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    HELP!!
     
  26. Offline

    Kiborgik

    sign not worked: Invalid charge
     
  27. Offline

    HadrienM

    Hum, some commands does not do anything. Even a "you don't have permission..." NOTHING on the screen (Command works for me, but not for my players...)

    I saw that on /help and /msg commands; maybe others.

    My permissions file is correct, i configured it since essentials 2.1/2.2
     
  28. Offline

    Niaghaman

    HadrienM - do you have an OP i ops.txt? If yes, this is why only you can use commands like /list o /msg ;-)

    I was on Essentials' IRC and there is no one who can help me. What to do? I've got the same problem as others.
     
  29. Offline

    Kanashigaru

    Can I create Spider Jockey or Zombie Pigman spawner? When I'm typing Pigzombie, zombie pigman, zombiepigman and zombie_pigman it's don't work.. Can someone help me with it? Sorry for my english.
     
  30. Offline

    darr111

    i have permissions and all the essentials exept groupmanger and when i run my server i get this:

    Code:
    2011-07-26 11:57:03 [INFO] Starting minecraft server version Beta 1.7.3
    
    2011-07-26 11:57:03 [INFO] Loading properties
    
    2011-07-26 11:57:03 [INFO] Starting Minecraft server on 192.168.1.3:25565
    
    2011-07-26 11:57:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-949-g25c4dd8-b1029jnks (MC: 1.7.3)
    
    2011-07-26 11:57:03 [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    
    while parsing a block collection
    
    in "<reader>", line 103, column 3:
    
    - '[1] Be respectful'
    
    ^
    
    expected <block end>, but found Scalar
    
    in "<reader>", line 114, column 60:
    
    ... ority over /god. If this doesn't work, use
    
    ^
    
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
    
    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.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.bukkit.util.config.Configuration.load(Configuration.java:82)
    
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:03 [SEVERE] Could not load 'plugins\EssentialsChat.jar' in folder 'plugins': Essentials
    
    org.bukkit.plugin.UnknownDependencyException: Essentials
    
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:03 [SEVERE] Could not load 'plugins\EssentialsGroupBridge.jar' in folder 'plugins': GroupManager
    
    org.bukkit.plugin.UnknownDependencyException: GroupManager
    
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:03 [SEVERE] Could not load 'plugins\EssentialsProtect.jar' in folder 'plugins': Essentials
    
    org.bukkit.plugin.UnknownDependencyException: Essentials
    
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:03 [SEVERE] Could not load 'plugins\EssentialsSpawn.jar' in folder 'plugins': Essentials
    
    org.bukkit.plugin.UnknownDependencyException: Essentials
    
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:04 [SEVERE] while parsing a block mapping
    
    in "<reader>", line 1, column 1:
    
    groups:
    
    ^
    
    expected <block end>, but found BlockMappingStart
    
    in "<reader>", line 16, column 2:
    
    SemiAdmin:
    
    ^
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    
    2011-07-26 11:57:04 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    
    2011-07-26 11:57:04 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.data.YamlGroupStorage.reload(YamlGroupStorage.java:179)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.data.YamlGroupStorage.<init>(YamlGroupStorage.java:30)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.data.YamlCreator.getGroupStorage(YamlCreator.java:57)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.data.StorageFactory.getGroupStorage(StorageFactory.java:129)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:96)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:116)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    
    2011-07-26 11:57:04 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    
    2011-07-26 11:57:04 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    
    2011-07-26 11:57:04 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    
    2011-07-26 11:57:04 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    
    2011-07-26 11:57:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    
    2011-07-26 11:57:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    
    2011-07-26 11:57:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    2011-07-26 11:57:04 [SEVERE] [Permissions] Unable to load permission data.
    
    2011-07-26 11:57:04 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    
    2011-07-26 11:57:04 [INFO] [Permissions] (Yeti) was initialized.
    
    2011-07-26 11:57:04 [INFO] [Permissions] (Yeti) disabled successfully.
    
    2011-07-26 11:57:04 [INFO] Preparing level "world"
    
    2011-07-26 11:57:04 [INFO] Preparing start region for level 0 (Seed: 6293076514106406450)
    
    2011-07-26 11:57:05 [INFO] Preparing start region for level 1 (Seed: 6293076514106406450)
    
    2011-07-26 11:57:05 [INFO] Preparing spawn area: 0%
    
    2011-07-26 11:57:06 [INFO] Server permissions file permissions.yml is empty, ignoring it
    
    2011-07-26 11:57:06 [INFO] Done (0.207s)! For help, type "help" or "?"

    any help??
     

Share This Page