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

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

  1. Offline

    Necrodoom

    chopstick121 tnt-explosion, and you cant give books with written data.
    marin1805 i dont get your question
    Etsijä creating homes containing only numbers is blocked as of essentials 2.9.5
     
  2. Offline

    chopstick121

    @necrodoom

    when i did the tnt won't explode like it wont move player back
     
  3. Offline

    Necrodoom

    that is the TNT-explosion, yes. letting TNT explode then restoring it causes it to lag quite a bit.
     
  4. Offline

    etaxi341

    Is there a way to add users to a Group via CommandBlock?
    Please answer! I need help!
     
  5. Offline

    Necrodoom

    didnt you just asked the EXACT same question on assembla?
     
  6. Offline

    etaxi341

    Yes sry :(
     
  7. Offline

    Gameruler2012

    Can You Install This For Singleplayer? If So,How?
     
  8. Offline

    PatPeter

    1. How do I change Essentials back to the color scheme for command output that it was in v2.9.3?
    2. How do I set enchant levels higher than V with /enchant? I was recently on a server where you could get level X enchants.
    3. How do I change the teleport cooldown between members of different permissions groups? Is it teleport.cooldown.[# in seconds]?
    4. Where can I find documentation on Essentials' config.yml?
    5. Is there any way of making warps per-world instead of multiworld? That way I could have multiple warps called "Spawn" instead of "world1Spawn" or "world2Spawn".
    6. Can I give permissions to use /killall only on specific mobs, but not to use /killall without parameters and kill all the mobs in the server?
     
  9. Offline

    Necrodoom

    Gameruler2012 you cant.
    PatPeter 1. download a messages.properties from build 2.9.3 (http://ess.khhq.net/wiki/Locale#Custom_Messages) paste in essentials plugin folder
    2. invalid level enchants are blocked in essentials
    3. cannot be done as of 2.9
    4. what do you not understand exactly?
    5. i dont see the point. if you want /warp spawn, use /spawn?
     
  10. Offline

    PatPeter

    1. Thank you!
    2. Another server was able to do that. I'll have to find out what plugin they were using because my friend gave me a diamond sword with three level X enchants.
    3. Huh, same server succeeded in doing it and must not have been using Essentials. I'll have to find out what plugin it was.
    4. The Essentials Wiki has this: http://wiki.ess3.net/wiki/Command_Reference, but what about a config.yml reference? I could swear it had a config.yml reference before.
    5. The spawn was a hypothetical. I'll better phrase the question: "Is there any way of making warps per-world instead of multiworld? That way I could have multiple warps called "Stronghold" instead of 'world1Stronghold' or 'world2Stronghold'."
    6. "Can I give permissions to use /killall only on specific mobs, but not to use /killall without parameters and kill all the mobs in the server?"
     
  11. Offline

    Necrodoom

    2. either edited jar, or another plugin
    3. prob booscooldowns
    4. as in, http://wiki.ess3.net/cfg/ ?
    5. nope, theres no reason for such a move, especially with the change planned on 3.0
    6. nope, killall has only one permission
     
  12. Offline

    PatPeter

    1. Solved.
    2. I'll keep looking for one.
    3. Thanks for the suggestion, gives me less work to do.
    4. Ah, I assumed that the page would be on the wiki, not on a standalone page. Thanks.
    5. What is the planned change?
    6. I might make a ticket requesting killall have its permission divided then. I accidentally killed an entire world worth of mobs once with it.
     
  13. Offline

    Necrodoom

    5. allowing giving warp permissions per world, as in, you can give all warp permissions on a certain world, while supporting the old system. allowing multiple warps with the same problem will cause with old per-warp-permissions, as several warps will use the same permission node.
    6. you didnt specify a radius?
     
  14. Offline

    PatPeter

    necrodoom

    I panicked and pressed enter too quick after spawning an Ender Dragon in the overworld. I was testing block regeneration and he plowed right through some important structures.
     
  15. Offline

    Necrodoom

    ah. you might want to turn enderdragon block damage protect on essentials config.yml, if you use essentialsprotect.
     
  16. Offline

    PatPeter

    Nah, at the time I was testing LogBlock and Towny (though I did not know that Towny was the plugin regenerating blocks at the time), but I've since started using CreeperHeal which works well.

    Another question. When my top admin tries to spawn block 44:6, he receives the error:

    Error: You are not allowed to spawn the item step.

    However, I am able to give myself the item perfectly. He has all these permissions:

    Code:
        - essentials.give
        - essentials.give.item-all
        - essentials.heal
        - essentials.heal.others
        - essentials.item
        - essentials.item.item-all
        - essentials.itemspawn.exempt
    How can I get him to spawn step?

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

    Necrodoom

    PatPeter type /ess debug, have him try to spawn the item again, then go console, paste everything that shows up from him trying to spawn the item
     
  18. Offline

    DJRastafari

    I get an error when trying to use Essentials on my server, I run an mcportal build of bukkit, 1.4.2.
    The header says that Essentials is updated to 1.4.2, so I took the pre-release build assuming it's that one. If this is not the case, please edit the tag to say 1.3.2 and not 1.4.2.

    It also says:
    [Server] WARNING Essentials userMap not initialized

    Show Spoiler
    24.11 23:26:01 [Server] INFO ... 15 more
    24.11 23:26:01 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    24.11 23:26:01 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawn.onCommand(EssentialsSpawn.java:70)
    24.11 23:26:01 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:308)
    24.11 23:26:01 [Server] INFO Caused by: java.lang.NullPointerException
    24.11 23:26:01 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:219)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:564)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.ServerConnection.b(ServerConnection.java:53)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:122)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:284)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:861)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:879)
    24.11 23:26:01 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:966)
    24.11 23:26:01 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)
    24.11 23:26:01 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)
    24.11 23:26:01 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    24.11 23:26:01 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'spawn' in plugin EssentialsSpawn vPre2.9.6.1
    24.11 23:26:01 [Server] SEVERE null
    24.11 23:25:57 [Server] INFO ... 15 more
    24.11 23:25:57 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    24.11 23:25:57 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawn.onCommand(EssentialsSpawn.java:70)
    24.11 23:25:57 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:308)
    24.11 23:25:57 [Server] INFO Caused by: java.lang.NullPointerException
    24.11 23:25:57 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:219)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:564)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.ServerConnection.b(ServerConnection.java:53)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:122)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:284)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:861)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:879)
    24.11 23:25:57 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:966)
    24.11 23:25:57 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)
    24.11 23:25:57 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)
    24.11 23:25:57 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    24.11 23:25:57 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'spawn' in plugin EssentialsSpawn vPre2.9.6.1
    24.11 23:25:57 [Server] SEVERE null
    24.11 23:25:02 [Server] INFO ... 15 more
    24.11 23:25:02 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    24.11 23:25:02 [Server] INFO at com.earth2me.essentials.Essentials.onCommand(Essentials.java:299)
    24.11 23:25:02 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:308)
    24.11 23:25:02 [Server] INFO Caused by: java.lang.NullPointerException
    24.11 23:25:02 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:219)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:564)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.ServerConnection.b(ServerConnection.java:53)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:122)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:284)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:861)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:879)
    24.11 23:25:02 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:966)
    24.11 23:25:02 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)
    24.11 23:25:02 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)
    24.11 23:25:02 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    24.11 23:25:02 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'help' in plugin Essentials vPre2.9.6.1
    24.11 23:25:02 [Server] SEVERE null
    24.11 23:24:58 [Server] WARNING Essentials userMap not initialized
    24.11 23:24:56 [Server] INFO ... 15 more
    24.11 23:24:56 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    24.11 23:24:56 [Server] INFO at com.earth2me.essentials.Essentials.onCommand(Essentials.java:299)
    24.11 23:24:56 [Server] INFO at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:308)
    24.11 23:24:56 [Server] INFO Caused by: java.lang.NullPointerException
    24.11 23:24:56 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:401)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:475)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:219)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:564)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.ServerConnection.b(ServerConnection.java:53)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:122)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:284)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:861)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:879)
    24.11 23:24:56 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:966)
    24.11 23:24:56 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:525)
    24.11 23:24:56 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:185)
    24.11 23:24:56 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    24.11 23:24:56 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'msg' in plugin Essentials vPre2.9.6.1
    24.11 23:24:56 [Server] SEVERE null
     
  19. Offline

    alext97CZ

    Hi,
    Why is it when the server logs a new player I do not write to the server Welcome [player]? Thank you for your answers ... and ask for help.

    Thanks ;)
     
  20. Offline

    PatPeter

    The problem was that essentials.itemspawn.exempt only works for the /give command, not the /item command (ironically).

    1. Another question, when I typed "/gm" previously, it would toggle gamemode for my character. Now, it says:

    Code:
    Change player gamemode.
    /gm <survival|creative|adventure> [player]
    Is this Essentials? Because I have not installed another gamemode plugin to my knowledge.

    If it is Essentials, toggle should simply progress to the next gamemode: survival to creative to adventure, etc.

    2. Also, under EssentialsSpawn, there is a key:
    Code:
      # When we spawn for the first time, which spawnpoint do we use?
      # Set to "none" if you want to use the spawn point of the world.
      spawnpoint: newbies
    I changed newbies to worldF, and then executed /setspawn to which it displayed:

    Code:
    /setspawn worldF
    Spawn location set for group worldF.
    Did it set the spawn for the group in my permissions.yml, or for the spawnpoint key?

    3. Incorrect grammar in player-commands description:

     
  21. Offline

    Necrodoom

    DJRastafari did you update the plugin without restarting the server, also what do you mean mcportal build of bukkit? forge for 1.4 breaks a major part of bukkit, one of these being usermaps. if that is the case, dont use forge.

    alext97CZ paste startup log

    PatPeter
    will test.
    1. making /gm a toggle with 3 gamemodes doesnt make much sense. if you still want a toggle, use /gmt
    2. why are you setting newbie spawn to the same name as an existing permission group? you shouldnt do that.
    3. will check and pull a fix
     
  22. Offline

    alext97CZ

    When I had the previous version of Essentials, so it was.....
     
  23. Offline

    Necrodoom

    i asked to paste startup log..?
     
  24. Offline

    DJRastafari

    I quite need Forge for the modded part of my server, I run several mods like Industrial craft and such. Is there no way to get Essentials working together with Forge?
     
  25. Offline

    Necrodoom

    tell forge to fix the broken functions.
     
  26. Offline

    PatPeter

    If "a toggle with 3 gamemodes doesn't make much sense", why does /gmt exist? The functionality of /gmt should be merged back into /gm.

    Also, three more questions:
    1. Does Essentials make an admin's name change color? I am not an op but my name is light blue when holding down tab.
    2. Does Essentials hide disconnect messages, and if so how do I re-enable them?
    3. When I type /spawn, it takes me back to the world in server.properties. This does not make sense. If I type /spawn, it should take me to that world's spawn. Is there any way of making /spawn per-world?
     
  27. Offline

    Necrodoom

    ./gmt is there so people can still use the toggle. /gm by itself doesnt use this, as most people dont like a cycle.
    1. essentials will not change tab list unless config setting is enabled
    2. it doesnt
    3. /spawn was always a global spawn, including the vanilla/SP spawn. if you want a per-world spawn, use multiverse.
     
  28. Offline

    marin1805

    You may want to use HideStream to hide disconnect messages or some other similar plugin.
     
  29. Offline

    PatPeter

    necrodoom, yeah, Multiverse only has a teleport cooldown and not a delay which is a problem I've run into currently.

    Elaborating on one of my previous questions:

    Now my highest admin cannot even use /item stone.
     
  30. Offline

    Necrodoom

    and i said i need an /ess debug of him typing /item stone.
     

Share This Page