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

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

  1. Offline

    Dirubex

    Hola, como puedo cambiar de idioma essentials, no paro de intentarlo pero no puedo, quiero cambiarlo al español. gracias
     
  2. Offline

    gorthol

    En el archivo config.yml busca donde pone locale, y lo dejas así:
    locale: es_ES
     
  3. Offline

    Artonkn

  4. Offline

    grichecth

    We want to use this to sethomes but it lacks a /listhomes command. Can this be added?
     
  5. Offline

    gorthol

    The name of the groups need to have the same indentation, remove one space before Moderator, Miner, Healer, etc
     
  6. Offline

    guard18

    the /back command doesnt take you to your death point, why not its not worth it if it doesnt
     
  7. Offline

    King_KYl3

    I was wondering how to i allow my self to tp to players if they have teleporting disabled though /tptoggle, their is no nodes :S please help thanks.
     
  8. Offline

    Epics

    Any way to have a permission that doesn't allow people to be defined as 'afk'? I know there's kick exempt, but if you want to be a ninja and watch people then it's pretty hard when you get marked afk after 5 minutes. :p
     
  9. Offline

    Nuinbot

    I have tried using this plugin again as I have been unable to find a set of plugins that can compare with the all-in-one suite that is Essentials. It is a back and forth, lesser of two evils game, and I am at my wits end. At least they fixed the "if no bed on death, send to spawn" issue.

    While I understand that Essentials is supposedly WorldEdit/WorldGuard-friendly, Essentials tries to force its /tree and /bigtree commands over WorldEdit's, which means I have to type the command for every tree I want to create. WorldEdit bind this command to a wand for click-and-create simplicity. I cannot simply remove these commands from the config or permission to allow WorldEdit's through. What changed in the recent update to override WorldEdit? :/
     
  10. why essentials and bpermissions dosent work together?

    Code:
    174 recipes
    27 achievements
    16:50:02 [INFO] Starting minecraft server version 1.1
    16:50:02 [INFO] Loading properties
    16:50:02 [INFO] Starting Minecraft server on 192.168.2.6:25565
    16:50:03 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R4-b19
    38jnks (MC: 1.1) (Implementing API version 1.1-R4)
    16:50:03 [INFO] Preparing level "world"
    16:50:03 [INFO] Default game type: 0
    16:50:03 [INFO] Preparing start region for level 0 (Seed: 966337795540793230)
    16:50:03 [INFO] Preparing start region for level 1 (Seed: 966337795540793230)
    16:50:04 [INFO] Preparing spawn area: 77%
    16:50:04 [INFO] Preparing start region for level 2 (Seed: 966337795540793230)
    16:50:04 [INFO] [bPermissions] Loading bPermissions v2.8.6.
    16:50:04 [INFO] [bPermissions] Loading world: world
    16:50:04 [INFO] [bPermissions] Loading world: world_nether
    16:50:04 [INFO] [bPermissions] Loading world: world_the_end
    16:50:04 [INFO] [bPermissions] Enabled
    16:50:04 [INFO] [Essentials] Loading Essentials v2.8.2.
    16:50:04 [INFO] Bukkit version format changed. Version not checked.
    16:50:04 [INFO] git-Bukkit-1.1-R4-b1938jnks (MC: 1.1)
    16:50:04 [INFO] 1.1-R4
    16:50:04 [INFO] Creating empty config: C:\Users\Ludwig\Desktop\server 2\plugins\
    Essentials\upgrades-done.yml
    16:50:04 [INFO] Creating config from template: C:\Users\Ludwig\Desktop\server 2\
    plugins\Essentials\config.yml
    16:50:04 [INFO] Creating config from template: C:\Users\Ludwig\Desktop\server 2\
    plugins\Essentials\worth.yml
    16:50:05 [INFO] File not found: plugins\Essentials\jail.yml
    16:50:05 [INFO] Essentials: Using bPermissions based permissions.
    16:50:05 [SEVERE] Could not pass event org.bukkit.event.server.PluginEnableEvent
    to Essentials
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.
    java:1026)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:61)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:460)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:1064)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:380)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:199)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:182
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.
    java:1024)
            ... 11 more
    Caused by: java.lang.NoClassDefFoundError: de/bananaco/permissions/Permissions
            at com.earth2me.essentials.perm.BPermissionsHandler.<init>(BPermissionsH
    andler.java:18)
            at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:120)
            at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
            ... 16 more
    Caused by: java.lang.ClassNotFoundException: de.bananaco.permissions.Permissions
     
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 19 more
    16:50:05 [INFO] Done (1.811s)! For help, type "help" or "?"
     
  11. Offline

    d3fin3d

    BlastProtection & ExplosionProtection = ExpProt
    BaneOfArthropods & Arthropodsdamage = ArDmg
    BlocksLootBonus = Fortune (?)
    AquaAffinity = AquaAffinity, Oxygen
    UndeadDamage = UndeadDamage or Smite
     
  12. Offline

    Kylefraser

    How do i disable mobspawner pickup?
     
  13. Offline

    Tanite

    Feature suggestion: I would like to be able to see people's experience level with /whois.

    Thanks.
     
  14. Offline

    PatPeter

    Still wondering.
     
  15. Offline

    Luxius96

    I use groups manager and DEFAULT GROUPS dont have this permissions " essentials.signs.color" and can write the same color ...
     
  16. Offline

    ProcessedBeef

    I'm having an issue with colors in signs not working, if I write "&4Test" the sign says exactly what I type rather than Test
    I have the permission node essentials.signs.color for colored signs using PermissionsEx, and it was working a long time ago. Any idea why it's not anymore?
     
  17. Offline

    Kochon

    I switched from crafbukkit R4 to R5 and I get this:
    server seems to work just fine though.
     

    Attached Files:

  18. I always use this plugin! It's pretty great!
     
  19. Offline

    thedomepiece

    i am revieving this error after updating to latest release


    2012-02-20 01:24:18 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.2.
    2012-02-20 01:24:18 [INFO] Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
    java.net.UnknownHostException: tx14-mc-ssd.beastnode.com: tx14-mc-ssd.beastnode.com: Name or service not known
    at java.net.InetAddress.getLocalHost(InetAddress.java:1438)
    at com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId(C3P0ImplUtils.java:120)
    at com.mchange.v2.c3p0.impl.C3P0ImplUtils.(C3P0ImplUtils.java:98)
    at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.(PoolBackedDataSourceBase.java:227)
    at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.(AbstractPoolBackedDataSource.java:62)
    at com.mchange.v2.c3p0.ComboPooledDataSource.(ComboPooledDataSource.java:109)
    at com.mchange.v2.c3p0.ComboPooledDataSource.(ComboPooledDataSource.java:105)
    at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.(ProtectedBlockJDBC.java:44)
    at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.(ProtectedBlockJDBC.java:39)
    at com.earth2me.essentials.protect.data.ProtectedBlockSQLite.(ProtectedBlockSQLite.java:13)
    at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:108)
    at com.earth2me.essentials.protect.EssentialsConnect.(EssentialsConnect.java:33)
    at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:51)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:380)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:199)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:182)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.net.UnknownHostException: tx14-mc-ssd.beastnode.com: Name or service not known
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866)
    at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258)
    at java.net.InetAddress.getLocalHost(InetAddress.java:1434)
    ... 22 more

    is this from essentials?
     
  20. Offline

    Tanite

    I have never OP'd anyone, and I have given out permissions to virtually every plugin or feature at times. I don't even keep myself OP'd. I'm not sure you can do what you are asking with Essentials. I would revisit your ranks and permissions, and devise a new rank for admin-helpers that has all of the permissions for commands that you are currently giving people OP to get.

    I've seen OPs accidently /stop the server and be unable to restart it at least twice on other servers because they didn't also have console access. It can be very dangerous to your server's stability, depending on your situation, their skill, and your trust level with them.

    (Why are you opping them anyway? What things are you specifically needing to give them that only OP has?)

    Permissions for CB: http://wiki.bukkit.org/CraftBukkit_commands
     
  21. Offline

    ProHDGaming214

    The Development of Bukkit is saying to prepare for R5 So pls update your Plugin so you can prepare for the R5 Here is the message what they gave me

    Important information on Next Recommended Build

    Hi ProHDGaming214,

    We're cleaning up our code to help us better prepare for the release of Minecraft 1.2. As a result, a lot of old, inefficient and buggy code is being removed and plugins will need to be updated.

    Please check your plugins, find out if the plugin developers have been keeping everything up to date and kindly let them know that they need to update their plugins to make sure they will be ready for R5.
     
  22. Offline

    manturduken

    Why is there nothing inside my essentials folder?
     
  23. Offline

    Starfox275

    Can you make a list of permissions so i can give players permission to warp, set home, and spawn?
     
  24. Offline

    Tanite

    http://ess.khhq.net/wiki/Command_Reference (Click View permissions)

    ---------------------------------------

    Also, I have another feature request: A permission to exempt people from being flagged AFK.

    Thanks.
     
  25. Offline

    CKSpoiler

    Hey, could you please update to R5? :)
     
  26. Offline

    cray_Z

    I dont know how you do it, Samkio, but you have made TONS of the most useful/ fun plugins I have ever seen. Congrats.
     
  27. Offline

    IsaiahRobichaud

    How can I allow all the ranks to build with group manager? And also I want to make more kits and edit the basic one and also allow everyone to use it but only once
     
  28. Offline

    DaEgo

    This Plugin is not compatible with newest update
    CB 1943 (http://dl.bukkit.org/downloads/craftbukkit) is the last version it works with plugin
    please update
    thx

    Essentials
    Show Spoiler

    Code:
    Error occurred while enabling Essentials v2.8.2 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:239)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.earth2me.essentials.EssentialsUpgrade.<init>(EssentialsUpgrade.java:34)
        at com.earth2me.essentials.Essentials.onEnable(Essentials.java:148)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 27 more
    

    and EssentialsProtect
    Show Spoiler
    Code:
     Error occurred while enabling EssentialsProtect v2.8.2 (Is it up to date?)
    java.lang.NullPointerException
        at com.earth2me.essentials.protect.EssentialsConnect$ProtectReloader.reloadConfig(EssentialsConnect.java:81)
        at com.earth2me.essentials.protect.EssentialsConnect.<init>(EssentialsConnect.java:33)
        at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:51)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    

    and EssentialsSpawn
    Show Spoiler

    Code:
    Error occurred while enabling EssentialsSpawn v2.8.2 (Is it up to date?)
    java.lang.NullPointerException
        at com.earth2me.essentials.Essentials.addReloadListener(Essentials.java:482)
        at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:41)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    

    and EssentialsGeoIP
    Show Spoiler

    Code:
    Error occurred while enabling EssentialsGeoIP v2.8.2 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:239)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:39)
        at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:34)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 27 more
    


    btw, did u already add the ip subnet ban method i asked ?
    i am using easyban and deativate essentials ban only for this reason :confused:

    and i have still this problem (balance sign) :
    http://forums.bukkit.org/threads/ge...eful-commands-1846.15312/page-123#post-960546

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

    KuCZik

    Can anyone help me? When I give a ban to antoher player, can essentials write it to MySQL Database? It is a big problem... Please...
     
  30. Offline

    Raggarcowboy

    When I try do make a kit-sign, it says "Error: Invalid charge" This is the way I wrote it; (My currency is g)
    [Kit]
    Armor
    [Everyone]
    [g2]
     

Share This Page