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

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

  1. Offline

    embty

    Im also getting null points with jail and mods still cant use /vanish or /togglejail when permission is given.
    Edit: A player is randomly jailed even thought hes not in jail using /togglejail gives "person is already in jail null" Fixing that with his userdata doesnt work it reverts back.
    Code:
    2011-07-23 19:22:11 [WARNING] Error occured when trying to return player to jail.
    java.lang.NullPointerException
        at com.earth2me.essentials.Jail.getJail(Jail.java:34)
        at com.earth2me.essentials.Jail.sendToJail(Jail.java:47)
        at com.earth2me.essentials.JailPlayerListener.onPlayerJoin(JailPlayerListener.java:75)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.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)
    
    Even thought I never jailed him.
     
  2. Offline

    EssentialsTeam

    @Mojo: I can't reproduce it, but I added a null check to our code.
     
    MojoManagement likes this.
  3. Offline

    PiO3k

    When essentials 2.5 will be compatibile with "SimpleSignEdit v.1.5" ?

    Developer bug description.
     
  4. Offline

    nlionf

    sooo... any idea why i can't get /fireball working? I installed FlowerPower for the time being.
     
  5. Offline

    jtlcr777

    same here.
     
  6. Offline

    ledhead900

    @essentialsteam
    RB1000
    Essential is 2.5.x

    http://pastebin.com/J7rdZ219

    NPE not handled by essentials and also effects Heroes I posted this on both threads currently the advice stands at "remove essentials!"

    Edit:
    Confirmed on a test server running "bukkitcontrib,Permissions 3.1.6,Nocheat,Heroes,Essentials protect,essentials,essentialsspawn,Citizens.

    Upload the jar and my configs for Heroes so u can test it :p hope u can find the issue.
     

    Attached Files:

  7. Offline

    Olof Larsson

    Just a small note:
    When I log into the server I get two lines describing how many mails I have in my inbox.
    One is from the MOTD and is white. The other one is gray. How do I get rid of the gray one that is not in the MOTD?
     
  8. Offline

    gerarddude5100

    when i use permmisions i want the defualt group not to build but i want them to be able to open doors

    How do i do that?
     
  9. Offline

    Sh4d0w

    who/list command is broken.

    If i copy the hole plugin folder to my local directory, and start the server with #1000 (same as server), the who/list command works on my local machine. On the server not ! What's the problem
     
  10. Offline

    EssentialsTeam

    @ledhead900 That is fixed in dev build, will be in the next release build. Grab 2.5.5
     
  11. Offline

    ledhead900

    If I go on IRC now can I get a copy of of the link for latest dev buils for testing until release, Also some people tell me essentials is bad and hooks into every event tho it does not have to touch it.

    Why would it do that ? I prob don't really care as long it works but if thats what is causing issue why do it.

    edit:
    I'm no stranger to the test builds been using this for a long time.

    Edit:
    appears 2.5.5 was released moments later thx :p
     
  12. Offline

    EssentialsTeam

    @ledhead900 I released the fix as version 2.5.5
     
  13. Offline

    Buckethead

    for new 2.5 i have bukkit 1000 but get this.

    151 recipes
    16 achievements
    17:06:55 [INFO] Starting minecraft server version Beta 1.7.2
    17:06:55 [INFO] Loading properties
    17:06:55 [INFO] Starting Minecraft server on 127.0.0.1:25565
    17:06:55 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    17:06:55 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    17:06:55 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    17:06:55 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    17:06:55 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    17:06:55 [INFO] MLog clients using java 1.4+ standard logging.
    17:06:55 [INFO] Preparing level "New"
    17:06:55 [INFO] Preparing start region for level 0 (Seed: 462276061735678258)
    17:06:56 [INFO] [Adminium] version [1.1.0] is enabled!
    17:06:56 [INFO] Permission system not detected, defaulting to OP
    17:06:56 [INFO] [Backup] Permission system not detected, defaulting to OP
    17:06:56 [INFO] Backup v1.6 was sucessfully loaded!
    17:06:56 [INFO] BedHealAdvanced v1.0 is loaded.
    17:06:56 [INFO] [BedHealAdvanced] Permission system not detected, everyone gets heals!
    17:06:56 [INFO] Dontkickme Plugin loaded.
    17:06:57 [WARNING] Bukkit version is not the recommended build for Essentials.
    17:06:57 [SEVERE] Error occurred while enabling Essentials v2.5.5 (Is it up to date?): BLOCK_PISTON_EXTEND
    java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:172)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:06:57 [SEVERE] Error occurred while enabling EssentialsProtect v2.5.5 (Is it up to date?): BLOCK_PISTON_EXTEND
    java.lang.NoSuchFieldError: BLOCK_PISTON_EXTEND
    at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:64)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:06:57 [INFO] Loaded EssentialsSpawn build 2.5.5 by essentials team
    17:06:57 [INFO] [FastObby] Permission system not detected, Open to anyone!
    17:06:57 [INFO] [FastObby] v1.0 enabled!
    17:06:57 [INFO] [HeroicRebuke] Loaded 1 active warning.
    17:06:57 [INFO] [HeroicRebuke] 1.2.7.87 enabled.
    17:06:57 [INFO] IceGeoIP 1.0 was loaded sucessfully!
    17:06:57 [INFO] IllegalName version 1.3 is enabled with op-only permissions!
    17:06:57 [INFO] [MessageTimer] Global seconds are 300
    17:06:57 [INFO] [MessageTimer] Properties Loaded!
    17:06:57 [INFO] [MessageTimer] MessageTimer-v1.3-beta3 is disabled!
    17:06:57 [INFO] [MessageTimer] MessageTimer-v1.3-beta3 is enabled!
    17:07:01 [INFO] Rakamak activation... Security is yours
    17:07:09 [INFO] Rakamak version 3.1.0 is enabled. Plugin provided by [Erwyn]
    17:07:09 [INFO] Whitelist: Trying to load whitelist and settings...
    17:07:09 [INFO] done.
    17:07:09 [INFO] Whitelist version 2.7 is enabled!
    17:07:09 [INFO] Done (1.326s)! For help, type "help" or "?"
    >

    wait omg nvm im on my backup server and didnt update craftbukit

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  14. Essentials eco compatible with Towny etc?
     
  15. Offline

    jammasterz

    Why when i type /i piston or /i shears it say's unknow item?
     
  16. Offline

    EssentialsTeam

    @jammasterz Remove items.csv from essentials folder and let Essentials create a new one on server start.
     
  17. Offline

    MojoManagement

    Thank you for updating and nullchecks. :)
     
  18. Offline

    jerald007

    Will someone help me? I can't seem to edit any value on the config.yml without the Essentials failing to load.
     
  19. Offline

    ajay xalaxaaxax

    /warp create <name> isn't working for me. It just says "player doesn't exist".
     
  20. Offline

    DeanDip

    try /setwarp <name>
     
  21. Offline

    nlionf

    the command is /setwarp name

    hmm lol people only reply to the easy questions
     
  22. Offline

    ctshiner

    what are the permissions nodes for the /vanish and /vanish hide commands? I dont see them in the wiki, so far I've tried essentials.vanish and essentials.vanishnopickup. oh wait.... vanishnopickup.vanish?
     
  23. Offline

    ExplosiveBacoN

    People can't "Use" signs unless I give them the "essentials.signs.*" permission. I don't want them to be able to use everything but otherwise there is no way.
     
  24. Offline

    andrewkm

    essentials.signs.use.*
     
  25. Offline

    blahblahjam

    I get "error: null" whenever I use /spawn. What should I do?
     
  26. Offline

    Moe041991

    /vanish does not worl :(
     
  27. Offline

    RugRats

    They both work. make sure your on CB 1000 and essentials 2.5.5 and have the correct jars in your plugins folder and that there are no errors and that you have essentials working correctly.
     
  28. Offline

    Olof Larsson

    The awesome time command is almost done:
    https://github.com/oloflarsson/Essentials/commit/eeee9886bcf462d50fb42c890dd85e0aab7b66ee

    These are things that need to be fixed though:
    • Permission nodes (Which should we have now?)
    • Are permissions tested correctly?
    • I18N
    • Better help instructions than "Unknown time descriptor... brlalidididiablidadadibibibiiba!! TODO"
    I am not familiar with how you handle console help instructions and permissions nodes. Can I leave the rest to you and make a pull request?

    I suggest the following permission nodes:
    • essentials.time (To see world time)
    • essentials.time.set (To set world time)
    • essentials.ptime (To see player time)
    • essentials.ptime.set (To set your own playertime)
    • essentials.ptime.others (To set others playertime)

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

    Kartus

    suggestion:
    it should be possible for admins to teleport to invisbled players by vanishnopickup.
     
  30. Offline

    ExplosiveBacoN

    I tried that and it didn't work. When I switched to 2.5.5 and I tried to create a sign it would say "Error: Invalid Charge"
     

Share This Page